Skip to content

fix(aura-cli): display reasoning events in single-agent mode#185

Open
teriyakichild wants to merge 1 commit into
mainfrom
tony/184-cli-reasoning-single-agent
Open

fix(aura-cli): display reasoning events in single-agent mode#185
teriyakichild wants to merge 1 commit into
mainfrom
tony/184-cli-reasoning-single-agent

Conversation

@teriyakichild

Copy link
Copy Markdown
Contributor

Summary

  • aura.reasoning SSE events were silently dropped in single-agent mode because the orchestrator event handler early-returns for any event without the aura.orchestrator. prefix
  • Adds early dispatch for aura.reasoning (same pattern as aura.progress and aura.worker_phase) so the thinking animation sub-line shows reasoning content regardless of mode

Test plan

  • Run CLI against an OpenRouter reasoning model (e.g. arcee-ai/trinity-large-thinking) and verify thinking animation displays reasoning text
  • Verify orchestration mode reasoning still works (no regression)
  • cargo clippy -p aura-cli

@teriyakichild teriyakichild requested a review from a team June 2, 2026 17:17
The on_orchestrator_event handler early-returns for any event without
the aura.orchestrator. prefix, which silently discards aura.reasoning
events in single-agent mode. Add an early dispatch (matching the
existing pattern for aura.progress and aura.worker_phase) so reasoning
content feeds the thinking animation sub-line regardless of mode.

ref: #184
@teriyakichild teriyakichild force-pushed the tony/184-cli-reasoning-single-agent branch from 4ecc88d to d5be647 Compare June 2, 2026 17:19
@promptless

This comment was marked as resolved.

@Shearerbeard

Copy link
Copy Markdown
Collaborator

@justintime4tea tagging you to see if this one is relevant based on your big reasoning PR being close to merging

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.

2 participants