ConversationalMode
The interactive control loop for exploratory debugging and "Chat with Code" workflows, featuring powerful expansion syntax and dynamic topic extraction.
Interactive
Expansion Syntax
Topic Aware
User Prompt (Expansion)
"Check logs for errors in @[Production|Staging] environments."
Config
{
"mode": "ConversationalMode",
"useExpansionSyntax": true
}
→
Parallel Execution UI
Production
Staging
[Plan] Choosing ReadLogTask...
Searching Production logs...
Found 0 critical errors.
Found 0 critical errors.
The Listen-Act-Reply Loop
Unlike autonomous planning modes, ConversationalMode prioritizes immediate feedback and user steering.
- Topic Extraction: Automatically identifies named entities (files, classes, servers) in assistant responses and stores them as
@Topicsfor future reference. - Parallel Execution: Use alternative syntax to trigger multiple tasks simultaneously, rendered in a tabbed interface.
- Conversation Context: Maintains a rolling window of history to ensure task selection is informed by previous interactions.