Skip to content

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 17 Sep 06:41
· 88 commits to main since this release

Added

  • Cross-round resume for pi: PluginManifest.resume_flag (pi = --session-id) lets a preset declare an idempotent session flag; serve mints one session id per phase and publishes it via AGENT_RUNNER_RESUME_FLAG/AGENT_RUNNER_RESUME_SESSION_ID, and the round child appends [flag, id] to its command. claude/gemini/codewhale/kimi are untouched (resume_flag stays None) — later release.
  • A new session_resumed event records when a round reuses a prior session id.
  • Boot guard: a preset whose static command already contains its resume_flag token now fails config load (agent-runner injects it per round; remove the static copy).

No config migration — resume_flag is a manifest field, not a TOML key. peek --json schema stays 2.6.