Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 05:35
· 2 commits to main since this release

Fixed

  • Empty-composer and image submissions no longer fail with Client API: commands/execute rejected "images": the commands/execute face on a Session AgentContext is already Agent-scoped and accepts (line, images), not the root Remote form (agentId, line, images). Passing the Session id again shifted the command line into the validated images field. The command bridge now calls the scoped two-argument face and uses the target Session context for cross-Session retries.