This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalRelease v1.1.1 adds real‑time streaming for planning feedback and ensures heavy tools are always visible in the UI.
Why it matters: Performance regression fixed: streaming logic now operates instantly, eliminating O(N²) slowdown; test updated workflows before deployment.
Summary
AI summaryAdded real-time streaming for planning feedback and made heavy tools always visible.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Added Live Streaming to PlanWriterCard, showing planner's Goal and Spec in real-time. Added Live Streaming to PlanWriterCard, showing planner's Goal and Spec in real-time. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Implemented 'baton pass' to hide streaming card automatically after final approval appears. Implemented 'baton pass' to hide streaming card automatically after final approval appears. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Updated edit_symbol to use CodeWriterCard for real-time code streaming feedback. Updated edit_symbol to use CodeWriterCard for real-time code streaming feedback. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Wired run_research to PlanWriterCard, displaying research objectives in real-time. Wired run_research to PlanWriterCard, displaying research objectives in real-time. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
"Heavy" tools (dispatch_to_worker, run_research, edit_file, write_file, edit_symbol, terminal) always show specialized cards even in Compact Tools mode. "Heavy" tools (dispatch_to_worker, run_research, edit_file, write_file, edit_symbol, terminal) always show specialized cards even in Compact Tools mode. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Categorized critical tools as "Heavy Tools"; they always show specialized cards even in Compact Tools mode. Categorized critical tools as "Heavy Tools"; they always show specialized cards even in Compact Tools mode. Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Performance | Medium |
Fixed streaming logic bottleneck causing $O(N^2)$ slowdown; streaming now instant. Fixed streaming logic bottleneck causing $O(N^2)$ slowdown; streaming now instant. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Ensured dispatching a research agent correctly transitions UI glow to cyan coding state. Ensured dispatching a research agent correctly transitions UI glow to cyan coding state. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Updated GUI controller to reuse existing tool cards on re-emission or retry, preventing redundant headers. Updated GUI controller to reuse existing tool cards on re-emission or retry, preventing redundant headers. Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
Release Summary
- Real-Time Planning Feedback (PlanWriterCard)
- Added Live Streaming: Introduced a specialized card that shows the planner's "Goal" and "Spec" as they are being
generated. This eliminates the uncertainty of waiting for the planner to finish a long dispatch without any visual
indicator. - Performance Optimization: Fixed a major bottleneck in the streaming logic that caused character-by-character
updates to slow down exponentially ($O(N^2)$). Streaming is now instant regardless of the plan's length. - Clean Transitions: Implemented a "baton pass" logic where the streaming card automatically hides once the final
approval card (SpecCard) appears, preventing UI clutter.
- Tool Visibility Improvements ("Heavy" Tools)
- Compact Mode Bypass: Categorized critical tools (dispatch_to_worker, run_research, edit_file, write_file,
edit_symbol, and terminal commands) as "Heavy Tools." These now always show their specialized cards, even when
"Compact Tools" mode is enabled, ensuring significant actions are never hidden from the user. - Symbol Edit Streaming: Updated edit_symbol to use the CodeWriterCard, providing the same real-time code-streaming
feedback as full file edits.
- State & Feedback Polishing
- Research Feedback: Wired run_research to the PlanWriterCard so users can see research objectives being formulated
in real-time. - UI State Fixes: Ensured that dispatching a research agent correctly transitions the UI glow to the "coding" state
(cyan), accurately reflecting the application's activity. - Deduplication: Updated the GUI controller to reuse existing tool cards if a tool call is re-emitted or retried,
preventing redundant "Writing plan..." headers.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Aura
All releases →Related context
Related tools
Earlier breaking changes
- v1.4.0 All file-writing paths now route through a validation pipeline.
Beta — feedback welcome: [email protected]