-
Notifications
You must be signed in to change notification settings - Fork 296
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
Deep Cody: Allow toggle in UI & implement CodyChatMemory #6066
Merged
Commits on Nov 5, 2024
-
Deep Cody: Use toggler in UI &iImplement CodyChatMemory
- Introduce `CodyChatAgent` as the base class for managing chat agents - Implement `CodyChatMemory` to store and retrieve temporary chat context - Refactor `CodyToolProvider` to use a registry-based approach for managing tools - Add new tools like `MemoryTool` and `EditorTool` - Improve handling of OpenContext-based tools
Configuration menu - View commit details
-
Copy full SHA for a0057c8 - Browse repository at this point
Copy the full SHA a0057c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4018f - Browse repository at this point
Copy the full SHA 3c4018fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0ee02 - Browse repository at this point
Copy the full SHA 1a0ee02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b25062 - Browse repository at this point
Copy the full SHA 5b25062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d88f5 - Browse repository at this point
Copy the full SHA 67d88f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a65274 - Browse repository at this point
Copy the full SHA 1a65274View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3d220 - Browse repository at this point
Copy the full SHA aa3d220View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ae1e3 - Browse repository at this point
Copy the full SHA c5ae1e3View commit details -
add agent field to chat messages
Add an `agent` field in chat messages. This allows for more flexibility in enabling different chat agents. The key changes are: - Added `agent` field to `ChatMessage` and `SerializedChatMessage` interfaces - Updated `ChatController` and webview components to use the `agent` field - Enabled Deep Cody context when the `agent` is set to `'deep-cody'` - Updated tests and other related code to reflect the new `agent` field
Configuration menu - View commit details
-
Copy full SHA for 4686b84 - Browse repository at this point
Copy the full SHA 4686b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251c7e5 - Browse repository at this point
Copy the full SHA 251c7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ff256 - Browse repository at this point
Copy the full SHA 54ff256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1d3d6 - Browse repository at this point
Copy the full SHA 1c1d3d6View commit details -
Co-authored-by: Valery Bugakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9901f35 - Browse repository at this point
Copy the full SHA 9901f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc29fc - Browse repository at this point
Copy the full SHA bdc29fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8121aa1 - Browse repository at this point
Copy the full SHA 8121aa1View commit details -
Merge branch 'bee/deep-toggler' of https://github.com/sourcegraph/cody …
…into bee/deep-toggler
Configuration menu - View commit details
-
Copy full SHA for 6e1fc36 - Browse repository at this point
Copy the full SHA 6e1fc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abe85d - Browse repository at this point
Copy the full SHA 5abe85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8ec9e - Browse repository at this point
Copy the full SHA 6c8ec9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1043c53 - Browse repository at this point
Copy the full SHA 1043c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08aa902 - Browse repository at this point
Copy the full SHA 08aa902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 400e42b - Browse repository at this point
Copy the full SHA 400e42bView commit details
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.