What's New
New Providers
-
GitHub Copilot CLI (#198) — Official
copilot -pprogrammatic mode (GA Feb 2026) as optional zero-cost provider. 5-tier fallback auth:COPILOT_GITHUB_TOKEN→GH_TOKEN→GITHUB_TOKEN→ keychain →ghCLI. Agent types:copilot,copilot-research. Gracefully skipped when unavailable. -
Ollama — Local LLM provider via
ollama runCLI dispatch. Doctor checks CLI install + server health + model count. Also supportsANTHROPIC_BASE_URLbridge 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
-dcollided with--dir. Fixed withpostFlagsparameter. quality_thresholdsilently ignored — Both adapters accepted the param but never forwarded it. Now passes-qflag.- 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.mdfor native tool discoverytest-adapter-flags.sh— 23 new tests covering all adapter fixes- OpenClaw registry regenerated (97 entries)
test-openclaw-compat.shearly-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