Skip to content

0.0.13

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:31
· 58 commits to main since this release

v0.0.13

This release overhauls live job output to make long-running sessions easier to follow, especially when agents spawn nested sub-agents, while also improving renderer performance.

What's New

  • Streaming logs now render nested sub-agent activity instead of flattening everything into a single stream.
  • Added copy actions for generated plans and summaries.
  • Added optional context window usage tracking, including a job detail usage bar and a new Settings toggle.

Improvements

  • Improved live log rendering with better auto-scroll behavior, nested tool sections, and more stable handling for large streaming outputs.
  • Reduced renderer churn during active sessions by batching streaming updates and coalescing adjacent output entries.
  • Improved job detail performance by moving incremental output analysis into a dedicated hook and refactoring streaming-heavy UI around memoized containers.
  • Improved skills architecture by moving skills logic into dedicated main and renderer feature modules.
  • Standardized SDK runtime setup so project-scoped calls consistently use the packaged CLI wrapper and preset system prompt.

Included In This Release

  • Nested sub-agent streaming log rendering
  • Context usage tracking and UI
  • Copy buttons for plans and summaries
  • Streaming performance optimizations
  • Skills module cleanup and plumbing improvements
  • Version bump to 0.0.13