-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat: Add auto mode #15
Conversation
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍
|
@CodiumAI-Agent /ask For the third point, one should use multiple effects to separate concerns as suggested by reactjs.org. Source Stackoverflow |
Ask❓For your first point in your review, the Answer:Review Points:
Summary:
|
Based on All-Hands-AI#2435
Fixes All-Hands-AI#1798
Add the Auto mode checkbox to the ChatInterface component to support fully autonomous mode for the agent.
ChatInterface
component.autoMode
to track the Auto mode status.Refactored from Copilot Workspace session