github nyldn/claude-octopus v9.9.3
v9.9.3 — Copilot Dispatch Fix + Repo Polish

latest releases: v9.10.2, v9.10.1, v9.10.0...
7 hours ago

Fixed — Copilot Actually Works Now (#206)

PR #207 by @PavelPancocha found 5 bugs that prevented Copilot from ever running in workflows despite detection:

  1. dispatch.sh returned a bash function name — timeout can't exec functions → now returns copilot --no-ask-user
  2. validate_agent_command() rejected copilot — not in allowlist → added
  3. embrace.sh never dispatched Copilot — only checked codex/gemini → added has_copilot + 3/4-provider strategies
  4. workflows.sh headless flag only for gemini — Copilot needs -p "" too → extended
  5. Provider metrics fell through to wildcard → added explicit copilot* and ollama* cases

Also fixed: stray } at EOF in workflows.sh, Codex smoke timeout now configurable (45s default via OCTOPUS_CODEX_SMOKE_TIMEOUT).

Repo Polish

  • README: "turns one model into three" → "orchestrates seven AI providers"
  • SECURITY.md: version table 4.x→9.x, fixed package names, added Copilot/Ollama
  • CONTRIBUTING.md: removed dead Python refs, added real test commands
  • PR template: real test commands, registry check, version-bump checklist
  • Issue templates: upgraded to YAML forms with dropdowns
  • CODE_OF_CONDUCT.md: Contributor Covenant v2.1
  • Repo settings: 12 topics, updated description, disabled unused wiki/projects/discussions
  • 39 stale branches deleted
  • GitHub Community Health: 100%

Full Changelog: v9.9.2...v9.9.3

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.