-
Notifications
You must be signed in to change notification settings - Fork 0
Copilot Modes
ToddSpect edited this page May 23, 2026
·
4 revisions
When GitHub Copilot is selected, three modes are available in the chat bottom bar.
| Mode | Behaviour |
|---|---|
| Ask | Simple chat — SSE streaming, no tools |
| Agent | Tool-calling loop: read_file, write_file, list_files, search_in_files (max 10 steps) |
| Spec+Agent | Same as Agent, but injects .toddspect/specs/*.yaml as <spec> system context |
Best for questions, explanations, and reviews without file edits.
The model can read and write files autonomously. Progress appears as:
[Agent] Step N/10-
- Read \path/to/file.ts`` -
- Wrote \path/to/file.ts``
File paths are clickable in the chat. See Chat Interface.
- Define specs in
.toddspect/specs/(see SDD Specs) - Select Spec+Agent mode
- ToddSpect loads all
*.yaml/*.yml/*.jsonspecs into the system prompt before the agent loop runs
Use this for team conventions, skills, and workflows encoded as specs.
Click ■ during streaming to cancel via chat:cancel IPC.
Getting started
Using Todd of AIDLC
Agents
Advanced
Help