github nyldn/claude-octopus v8.30.0
v8.30.0 — Agent continuation/resume for iterative tangle retries

latest releases: v9.24.0, v9.25.0, v9.23.0...
one month ago

Changed

  • Agent Continuation (SUPPORTS_CONTINUATION): Resume previous agent transcripts during tangle quality gate retries instead of cold-spawning with truncated context. Feature gated on v2.1.34+ (same as Agent Teams).
  • resume_agent() function: Writes resume instruction JSON with dispatch_method: resume and emits AGENT_TEAMS_RESUME signal for flow skill consumption.
  • Bridge agent_id storage: bridge_store_agent_id() / bridge_get_agent_id() store Claude's agentId in the task ledger for later resume lookup.
  • Tangle retry integration: Retry path attempts agent resume before falling back to cold spawn with checkpoint context injection.
  • Flow skill update: flow-develop.md documents AGENT_TEAMS_RESUME handling with fallback behavior.
  • Test hardening: 29 new tests in test-continuation.sh. Fix version-hardcoded tests in test-v8.27.0 to use >= checks.

Full Changelog: v8.27.0...v8.30.0

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.