Skip to content
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 #2782

Closed
wants to merge 10 commits into from
Closed

Conversation

SmartManoj
Copy link
Contributor

@SmartManoj SmartManoj commented Jul 4, 2024

image
Based on #2435

Fixes #1798

Add the Auto mode checkbox to ChatInterface component to support fully autonomous mode for the agent.

  • Add an Auto mode checkbox to the top right of the ChatInterface component.
  • Add a state variable autoMode to track the Auto mode status.
  • Modified the rendering logic within the ChatInterface component to conditionally render the ScrollButton or directly call handleAutoMsg based on the autoMode state.

Refactored from Copilot Workspace session

@SmartManoj SmartManoj changed the title Add auto mode to ChatInterface feat: Add Auto Mode Jul 4, 2024
@SmartManoj SmartManoj marked this pull request as draft July 4, 2024 08:35
@SmartManoj SmartManoj marked this pull request as ready for review July 4, 2024 14:52
@SmartManoj SmartManoj mentioned this pull request Jul 4, 2024
@mamoodi
Copy link
Collaborator

mamoodi commented Jul 29, 2024

@xingyaoww if you have time to take a quick look at this it's been sitting for a while.

@xingyaoww
Copy link
Collaborator

@mamoodi LGTM! It will be nice if someone who has more frontend expertise can help take a look

@rbren
Copy link
Collaborator

rbren commented Jul 30, 2024

We're doing some cleanup of PRs, and are going to close this one for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support fully autonomous mode for agent
4 participants