Skip to content

v0.3.14

Choose a tag to compare

@github-actions github-actions released this 30 Apr 09:03

Changelog

  • 1401707 Added macOS real-engine smoke coverage in parallel_macos_smoke_test.go, wired into .github/workflows/ci.yml on macos-latest, gated by ANTHROPIC_API_KEY and OPENAI_API_KEY. Isolated MCP use so task MCP attaches only to the execution coder, with engine-scoped config files/server names via scope.go and run.go. Reviewers/drafters consume MCP audit in prompts but do not spawn MCP servers. Added output-contract metadata in output-contracts.json and embedded contract checks. aios doctor now warns on Claude/Codex CLI version drift without failing. Improved Codex/Claude non-zero diagnostics to include both stderr and stdout snippets, so CLI JSON error events are visible. Stubbed one root unit test so go test ./... no longer launches real engines when local CLIs are installed.