github nyldn/claude-octopus v8.23.2
v8.23.2 — Fix Codex/Gemini provider usage in workflows

latest releases: v9.28.0, v9.27.0, v9.26.0...
one month ago

Bug Fixes

  • fix: resolve Codex/Gemini never used in embrace workflow (#63, #64)
    • Result file glob mismatch — spawn_agent() creates files as {agent}-{task_id}.md but 6 synthesis/collection sites used globs that omitted the agent prefix, matching zero files. All probe, tangle, and YAML runtime collection globs now correctly use *-{phase}-{task_group}-*.md
    • Silent provider failures — run_agent_sync calls to codex/gemini that returned errors were silently swallowed. Added fallback-to-Claude with user-visible warnings across grasp_define, squeeze, empathize_research, advise_strategy, and synthesize_research (20 fallback sites)
    • No failure visibility — added provider failure summary in probe phase so users see which providers failed
  • fix: repair flaky 80% threshold testgrep -q in a pipeline under set -o pipefail caused SIGPIPE (exit 141), making the assertion always fail

Affected Commands

/octo:embrace, /octo:discover, /octo:squeeze, /octo:empathize, /octo:advise, /octo:synthesize

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.