-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Session Specific Extensions #6179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cd0946f
bringing over extensions
zanesq 7f4918e
Merge branch 'zane/working-dir' of github.com:block/goose into zane/s…
zanesq 605bd55
add working_dir to moim
zanesq d3fe045
Merge zane/working-dir-add-to-moim into zane/session-extensions
zanesq e8946cc
Remove ALPHA flag from extensions switcher in bottom menu
zanesq b444271
Show extensions switcher in hub view for selecting extensions before …
zanesq 014b624
Merge branch 'main' of github.com:block/goose into zane/session-exten…
zanesq bef407f
Merge branch 'zane/working-dir' of github.com:block/goose into zane/s…
zanesq 38e3722
regenerate ts
zanesq ff2b582
add resuming session loads session-specific extensions correctly
zanesq 6a68d81
Merge zane/working-dir into zane/session-extensions
zanesq 079f480
add subtle transition when toggling extensions and update default text
zanesq ea6b766
fix extensions not showing
zanesq 3768ac4
make global extension enabling for default only not current session
zanesq 2c6e15f
extension loading per session working
zanesq b451784
fix refresh and forking
zanesq 1a47933
eagerly start loading extensions in the background
zanesq 303b4e2
prevent resending initial message on refresh
zanesq f4fb878
change restarting agent display
zanesq 8ee99b0
cleanup
zanesq 57c2e5d
cleanup
zanesq 88d552e
bring back extension success toast
zanesq 4624cee
merging upstream
zanesq d79f353
Merge branch 'zane/working-dir' of github.com:block/goose into zane/s…
zanesq 344918b
fix bad merge
zanesq 272dcc2
update extensions default text
zanesq da0a5fa
auto hide the toast
zanesq 1489ff2
cleanup
zanesq c93d660
add back tracking lost in merge
zanesq d16d975
cleanup
zanesq 1d02bb7
use format extension name helper
zanesq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're now loading extensions on the backend when starting a chat I moved extension loading to a background task to speed things up.