Closed
Conversation
Add a switch to toggle between chat and agent modes in the chat window. * **`extensions/vscode/src/extension/VsCodeMessenger.ts`**: - Handle messages related to switching between chat and agent modes. - Implement logic to reset the current window with user confirmation and cancel the current response generation process. - Add logic to apply changes directly to files in agent mode and display a progress bar in the chat window. * **`gui/src/components/Footer.tsx`**: - Add UI elements for toggling between chat and agent modes. - Implement logic to reset the current window and cancel the response generation process when switching modes. - Add a list of edited files during the agent session with options to accept, reject, or diff changes. - Implement logic to handle accepting, rejecting, and diffing changes made by the model.
✅ Deploy Preview for continuedev canceled.
|
Contributor
|
Hey @Yurzs , thanks for your draft PR! We recently shipped agent mode (https://docs.continue.dev/agent/how-to-use-it), so I'm going to close this |
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
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.
🚨 DO NOT REVIEW YET 🚨
Add a switch to toggle between chat and agent modes in the chat window.
extensions/vscode/src/extension/VsCodeMessenger.ts:gui/src/components/Footer.tsx: