You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you'd like to solve
Being able to pass an initial prompt with or without interactive-mode being enabled.
Proposed solution
This would make Copilot-CLI more flexible in the ways that it can be used.
Example prompts or workflows
copilot -p "Make a website" --non-interactive - This would launch with the prompt and disable interactive mode.
copilot -p "Make a website" - This would launch copilot with the initial prompt in interactive mode so the session will stay open after the AI has finished its task.