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.

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 @Topics for 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.