v0.7.2
anywhere-agents v0.7.2
Ships everything that accumulated on main after v0.7.1: the cross-agent implement-review reviewer backends (Claude Code and GitHub Copilot), the cross-agent quota / usage view, and the Windows fixes that make the Claude reviewer reliable under the Codex-primary configuration.
Added
implement-reviewClaude Code reviewer backend (#8): when Codex (or the user) is the primary implementer, the Auto-terminal can dispatch headlessclaude -pas the reviewer. Claude reviews the staged snapshot withRead,Bashtool access and the dispatcher saves its final answer toReview-Claude-Code.md. A sibling_claude_guard.ps1refuses to dispatch when the orchestrator is Claude Code itself (self-review).implement-reviewGitHub Copilot CLI reviewer backend for the Auto-terminal channel, mirroring the Codex backend's state-dir / stall-watch / health-check contract.- Cross-agent quota / usage view: surfaces Claude Max and Codex 5h / weekly quota together, with portable deploy and implement-review surfacing.
- Bootstrap auto-updates the Codex npm CLI during the session-start refresh.
Fixed
- Claude reviewer invocation isolation (Windows): headless
claude -pnow runs with--strict-mcp-config --mcp-config <empty>plus--setting-sources project,local, so a user-level Codex MCP server and user hooks can no longer load inside the reviewer. This closes theCodex -> dispatch-claude -> claude -p -> Codex MCP -> codex.exerecursion that hung the dispatch and produced an empty review. - Windows PowerShell dispatcher launches
claude -pthroughProcessStartInfoinstead of a transient.cmdhelper (removes path/redirect quoting fragility) and pinsStandardInputEncodingto UTF-8 (no BOM) so non-ASCII staged diffs reach the reviewer intact. dispatch-claude.shuses a bash 3.2-safe empty-array expansion underset -u(macOS CI).- Pack pointer 3-path lookup (#6): generated command pointers resolve skills through the
skills/then.claude/skills/then.agent-config/repo/skills/order. - SessionStart banner (#7): source-aware debounce and a first-arm-only guard stop the banner from re-firing on rapid SessionStart events.
Docs
- 3-path skill lookup documented as a cross-agent rule; new tool-use reliability, memory-persistence, and copy-paste formatting guidance in
AGENTS.md; a CodexconversationDetailMode = "DEFAULT"recommendation and a "do not nestpwsh -Commandwith$variables" shell rule.
SemVer note
Released as a patch (0.7.1 -> 0.7.2). A strict reading would be a minor bump, since this release debuts the Claude Code and GitHub Copilot reviewer backends and the cross-agent quota view that landed on main after v0.7.1; they are bundled here with the Windows reviewer-isolation and stdin-encoding fixes. No breaking changes.
Full changelog: v0.7.1...v0.7.2