Skip to content

v0.1.0-rc.10

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jan 01:31

Bug Fixes

  • Fixed effect queue race condition where multiple approval prompts could display simultaneously when using sub-agents
  • Fixed ESH template processing to run from working directory instead of SYSTEM.md location

Improvements

  • Static Linux binaries (musl) - works on older distros like Debian 12 without glibc version conflicts
  • Updated system prompt with complete tool list
  • Removed confusing "You (pending)" header from staged approval blocks
  • Removed redundant background parameter from spawn_agent tool schema
  • Suppressed false-positive dead_code warnings from dual lib/bin compilation
  • Added 22 new tests for Stage and EffectQueue concurrency