github nyldn/claude-octopus v9.9.0
v9.9.0 — Copilot CLI + Ollama Providers

latest releases: v9.9.2, v9.9.1
7 hours ago

What's New

New Providers

  • GitHub Copilot CLI (#198) — Official copilot -p programmatic mode (GA Feb 2026) as optional zero-cost provider. 5-tier fallback auth: COPILOT_GITHUB_TOKENGH_TOKENGITHUB_TOKEN → keychain → gh CLI. Agent types: copilot, copilot-research. Gracefully skipped when unavailable.

  • Ollama — Local LLM provider via ollama run CLI dispatch. Doctor checks CLI install + server health + model count. Also supports ANTHROPIC_BASE_URL bridge for drop-in Claude compatibility.

Critical Bug Fixes

  • Debate flag placement in MCP/OpenClaw — Both adapters placed grapple-specific flags before the command, where orchestrate.sh's global parser consumed them incorrectly. OpenClaw's -d collided with --dir. Fixed with postFlags parameter.
  • quality_threshold silently ignored — Both adapters accepted the param but never forwarded it. Now passes -q flag.
  • Env var allowlists — Added Anthropic, Copilot, and Perplexity vars to both MCP and OpenClaw adapters.

Also

  • ARCHITECTURE.md updated from 3 to 7 providers (5 core + 2 optional)
  • AGENTS.md + .github/copilot-instructions.md for native tool discovery
  • test-adapter-flags.sh — 23 new tests covering all adapter fixes
  • OpenClaw registry regenerated (97 entries)
  • test-openclaw-compat.sh early-abort bug fixed
  • Updated Copilot skill v2.0 and setup command

Testing

101/101 tests pass across 4 suites.

Full Changelog: v9.8.0...v9.9.0

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.