You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.