Compare commits

...

3 Commits

Author SHA1 Message Date
Dax
23786505b2 Merge branch 'dev' into trigger-publish-on-beta 2026-01-29 16:30:26 -05:00
Dax Raad
e2c6ab3a45 ci: trigger publish workflow after beta sync 2026-01-29 16:16:36 -05:00
Dax Raad
29d8cc6a1c fix: show all provider models when no providers connected
When no providers were connected, the model dialog would hide models
that were in the recent list, but the recent section wasn't being
displayed. This caused models to completely disappear.

The filter was checking recentList (which only contained non-favorite
recent items) instead of recents (all recent items), causing models
to be incorrectly filtered out of the main provider list when the
recent section wasn't shown.
2026-01-29 16:14:03 -05:00

View File

@@ -16,6 +16,7 @@ jobs:
permissions:
contents: write
pull-requests: read
actions: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -32,3 +33,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun script/beta.ts
- name: Trigger publish workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run publish.yml --ref beta