Skip to content

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 20 Aug 08:47
· 79 commits to main since this release

Bug Fixes

  • Sub-Agent Session Query Fix: The sub-agent conversation list queries (list_sub_agent_conversations / list_sub_agent_conversations_by_parents) were missing the run token statistics columns introduced in v0.2.10, so the row mapper read out of range and the queries failed. The missing run_input_tokens, run_output_tokens, run_cache_creation_input_tokens, run_cache_read_input_tokens, and last_run_duration_ms columns are now selected, restoring sub-agent session listing with their run statistics.

Full Changelog: v0.2.10...v0.2.11