-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Multi chat #6428
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
Multi chat #6428
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
32483a3
feat: add multichat support - allow multiple sessions in same window
zanesq ec06f7b
update new chat icon and add LRU eviction
zanesq 8a724b3
restore naming code from main
zanesq 44e60fd
cleanup
zanesq 180e459
get latest session even without messages
zanesq b45f072
final cleanup and testing
zanesq f4e8078
Merge branch 'main' of github.com:block/goose into zane/multichat-reb…
zanesq 796ebe2
sync delete and rename with sidebar
zanesq 4a3ff0b
cleanup
zanesq 5ce46fd
Merge branch 'main' of github.com:block/goose into zane/multichat-reb…
zanesq c960f91
put back tooltip triggers on send button
zanesq 789ad7a
fix dark mode color for separaters
zanesq f546c36
remove empty state and loading wasn't needed
zanesq b4c3c2a
Merge branch 'main' of github.com:block/goose into zane/multichat-reb…
zanesq 8056368
optimizations and remove spinner
zanesq 2a2678f
added comment about resumeSessionId in page navigation
zanesq bd7d4f0
refactored new session and autosubmit logic
zanesq e7332a7
remove sessionstatuscontext and refactor to hook for sidebar
zanesq 78b50e5
remove comment
zanesq 0a78efb
Merge branch 'main' of github.com:block/goose into zane/multichat-reb…
zanesq 58435ed
update package-lock from main
zanesq 2d31a38
change new chat key command to launch new chat instead of home
zanesq 11d0a4f
wire up launcher view with new chat and fix duplicate views/chats bei…
zanesq 8fb0879
fix duplicate new chats from keyboard command
zanesq 9fcbaff
add quick launcher to menu
zanesq 1007407
cleanup
zanesq 7c2afcd
Merge branch 'main' of github.com:block/goose into zane/multichat-reb…
zanesq 588193c
put back popular topics
zanesq d2efefb
Merge origin/main into zane/multichat-rebased
zanesq c162547
Merge origin/main into zane/multichat-rebased
zanesq 68f2c0c
Fix sidebar not updating session name after stream finish
zanesq 0f3c4b3
change event listeners to constants and remove initial message modifi…
zanesq 2ff6642
merge in main
zanesq 0963e15
make isActiveSession required
zanesq 5f94381
update LRU code
zanesq 835978b
move typing for events
zanesq 9937725
update optional types
zanesq f24df59
remove comments
zanesq e49c72c
remove comment
zanesq 4bbd371
remove unused error
zanesq 335c104
fix event types
zanesq b97c717
remove comment
zanesq 404393a
move goose branding logo from sidebar to top right
zanesq c2af6e3
Merge branch 'main' of github.com:block/goose into zane/multichat-reb…
zanesq b1e4755
poll for name sooner while streaming
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.
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.
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 the naming and numbering was mainly for debugging it made sense to unify it with what we want to display in the ui sidebar rather than trying to detect and paper over it in the display.