v0.7.5
Patch release: closes three agent-config issues and bumps the bundled agent-style pin to v0.3.6 so the default composer pin matches the shipped RULE-07 pack.
Fixed
- Codex reviewer no longer hangs on a user MCP server (agent-config#1). The
implement-reviewAuto-terminal Codex backend now runscodex execwith--ignore-user-config(default on; opt out withCODEX_DISPATCH_ISOLATE_MCP=off), so a user-level Codex MCP server (for examplenode_repl), plugin, or hook can no longer auto-start inside the headless reviewer, spawn a nestedcodex, and hang the round with an empty review. This is the Codex-side parallel to the v0.7.2 Claude-backend isolation. A narrower-c mcp_servers={}was tried first, but codex 0.139 deep-merges it and the configured servers still start. Because--ignore-user-configalso resets the reasoning effort, the dispatcher re-passes-c model_reasoning_effort(defaultxhigh; overrideCODEX_DISPATCH_REASONING) so the reviewer stays at full strength, and the model stays codex's built-in default (gpt-5.5). The user'sservice_tierand any custommodel_providerare not re-passed (hardcoding a tier would make every round fail for a consumer whose account lacks it); a review that depends on them should opt out, with full config-preserving isolation (a tempCODEX_HOMEminus the MCP tables) tracked as a follow-up. New contract tests freeze the default-on isolation, the reasoning re-pass, and the opt-out acrossdispatch-codex.shanddispatch-codex.ps1. - Quota readout is now self-describing (agent-config#2, agent-config#3).
scripts/agent-quota.pylabels each window as94% leftrather than a bare94%, and theimplement-reviewPrerequisites step states that the figures are remaining headroom. A high figure now reads as quota still available, which removes the inverted reading that had nearly driven a wrong channel-downgrade decision.
Changed
- Bundled
agent-stylepin moves tov0.3.6.bootstrap/packs.yamland the wheel composer mirror now default theagent-stylepack tov0.3.6, matching the user-level and project pins that already moved. Consumers that fall back to the bundled default stop seeing the version-mismatch warning against av0.3.6user pin. The RULE-07 antithesis wording shipped inagent-style v0.3.6.
Versions
- PyPI
anywhere-agents__version__andpyproject.tomlversion: 0.7.4 -> 0.7.5 - npm
anywhere-agentspackage.jsonversion: 0.7.4 -> 0.7.5
SemVer: 0.7.4 -> 0.7.5, released as a patch. Two bug fixes to shipped scripts and the reviewer dispatch, plus a bundled-pin bump; no API or pack-manifest schema change.