-
Notifications
You must be signed in to change notification settings - Fork 146
[WIP]: UI chat db #504
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
Draft
MarcMcIntosh
wants to merge
21
commits into
main
Choose a base branch
from
ui-chat-db
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[WIP]: UI chat db #504
Conversation
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
601a71a
to
916ee37
Compare
interactive rebase in progress; onto f115836 Last commands done (2 commands done): pick ff6b362 wip(chat db): get thread from the lsp. pick 71457eb wip(chat-db): render threads in history sidebar. Next commands to do (8 remaining commands): pick 45b14b1 wip(chatdb): fetch messages for thread. pick 9ee4451 wip(messsage trie): build a trie of mesages. You are currently rebasing branch 'ui-chat-db' on 'f1158365'. Changes to be committed: modified: refact-agent/gui/src/components/ChatHistory/ChatHistory.tsx modified: refact-agent/gui/src/components/ChatHistory/HistoryItem.tsx modified: refact-agent/gui/src/components/Sidebar/Sidebar.tsx modified: refact-agent/gui/src/features/ChatDB/chatDbSlice.ts
interactive rebase in progress; onto f115836 Last commands done (3 commands done): pick 71457eb wip(chat-db): render threads in history sidebar. pick 45b14b1 wip(chatdb): fetch messages for thread. Next commands to do (7 remaining commands): pick 9ee4451 wip(messsage trie): build a trie of mesages. pick 98e9dbf refactoring(message trie): yeet code that doesn't make a trie. Changes to be committed: modified: refact-agent/gui/src/components/Chat/Chat.tsx modified: refact-agent/gui/src/components/ChatHistory/ChatHistory.tsx modified: refact-agent/gui/src/features/App.tsx modified: refact-agent/gui/src/features/Chat/Chat.tsx new file: refact-agent/gui/src/features/ChatDB/chatDbMessagesSlice.ts modified: refact-agent/gui/src/features/ChatDB/chatDbSlice.ts modified: refact-agent/gui/src/features/Pages/pagesSlice.ts modified: refact-agent/gui/src/services/refact/chatdb.ts modified: refact-agent/gui/src/services/refact/consts.ts modified: refact-agent/gui/src/services/refact/types.ts
Last commands done (6 commands done): pick 07bd239 refactoring(message trie): yeet code that doesn't make a trie. pick 93d7093 chore(chat): move cmessages stub to fixtures. Next commands to do (7 remaining commands): pick d36db1f chore(chat): move the nest cmessages stub to fixtures directory. pick 46b1a76 wip(chat tree): render a basic tree what can be navigated through. You are currently rebasing branch 'ui-chat-db' on '7e16a6a1'. Changes to be committed: new file: refact-agent/gui/src/__fixtures__/chat_db_cmessages.ts modified: refact-agent/gui/src/__fixtures__/index.ts modified: refact-agent/gui/src/features/ChatDB/makeMessageTree.test.ts
6600ed5
to
7587c2b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.