Radar brief — 2026-07-27
Subagent controls and security patches dominate: Claude Code splits /fork from /subtask, Codex ships thread history + sub-agents, Goose discloses a CLI RCE path, and Antigravity makes review-first execution the default.
What the evidence shows
High-signal, versioned GitHub releases cluster around agent control surfaces, CLI security, and model/pricing packaging—not greenfield products.
Agent UX is being productized in the CLI
- Claude Code v2.1.212 —
/forknow copies the conversation into a new background session (own row inclaude agents) while you keep working; the old in-session subagent path is/subtask. Tagged breaking across subagents, MCP, permissions, hooks, and sandbox surfaces. Source: https://github.com/anthropics/claude-code/releases/tag/v2.1.212 - OpenAI Codex CLI rust-v0.145.0 — experimental paginated thread history with efficient resume, search, persisted names, sub-agent support, and memories; expanded
/import(incl. Cursor migration path per summary). Source: https://github.com/openai/codex/releases/tag/rust-v0.145.0 - Google Antigravity 1.1.0 — public execution mode cycling (
default→accept-edits→plan);request-reviewbecomes default, pausing before finishing work. Breaking tags on settings/commands/subagents. Source: https://github.com/google-antigravity/antigravity-cli/releases/tag/1.1.0
Security is not theoretical this window
- Goose v1.44.0 — advisory GHSA-r5pp-p5r8-466r: arbitrary command execution in the goose CLI via
goose review(gitcore.fsmonitorconfig). Treat as patch-now if you run Goose. Source: https://github.com/aaif-goose/goose/releases/tag/v1.44.0 - xAI Grok CLI (Grok Build)
8adf901— SSRF bypass via HTTP redirect in hook runner fixed; also OAuth scope and voice/STT hardening. Commit-level signal, not a semver tag. Source: https://github.com/xai-org/grok-build/commit/8adf9013a0929e5c7f1d4e849492d2387837a28d - Gemini CLI v0.51.0 (+ preview/nightly) — sandbox-related work continues (e.g. nightly: make
~/.gitconfigread-only in macOS sandbox).
Sources: https://github.com/google-gemini/gemini-cli/releases/tag/v0.51.0 · nightly https://github.com/google-gemini/gemini-cli/releases/tag/v0.51.0-nightly.20260707.g15a9429b6
Models & pricing packaging
- Cline v4.0.7 / cli-v3.0.39 / sdk/v0.0.65 — ClinePass limit-reached UX with one-click switch to usage-based billing; free models selectable on ClinePass; retired GLM 5.1 removed; optional peer deps for Claude Code/Codex SDKs (smaller installs); Kimi K3 in bundled fallback.
Sources: https://github.com/cline/cline/releases/tag/v4.0.7 · https://github.com/cline/cline/releases/tag/cli-v3.0.39 · https://github.com/cline/cline/releases/tag/sdk/sdk/v0.0.65 - OpenAI Codex CLI rust-v0.144.6 — refreshed bundled instructions for GPT-5.6 Sol/Terra/Luna and corrected context windows to 272,000 tokens. Source: https://github.com/openai/codex/releases/tag/rust-v0.144.6
Stability / secondary
- OpenCode v1.18.5 — Claude adaptive-thinking handling; avoid OpenAI Responses phase bugs that could break conversations; grep symlink path preserve. Source: https://github.com/anomalyco/opencode/releases/tag/v1.18.5
- Zed AI v1.13.0-pre — branch picker UX; prerelease with breaking/hooks tags—signal is real but pre. Source: https://github.com/zed-industries/zed/releases/tag/v1.13.0-pre
Evidence mix this brief: 55% GitHub/changelog-style, 18 signals across 22 tracked assistants, 0 sources reporting errors. Themes by volume: model (13), cli (12), security (9), agent (8).
For developers
Concrete actions from versioned evidence only:
- If you use Claude Code — upgrade notes for v2.1.212: muscle-memory change — background parallel work is
/fork; in-session helper is/subtask. Re-check any scripts/docs that assumed old/fork= subagent. - If you use Codex CLI — try rust-v0.145.0 thread history/resume/search before relying on it in anger (tagged experimental). Pull 0.144.6+ if you need corrected GPT-5.6 metadata (272k context).
- If you use Goose — patch to v1.44.0 immediately; read GHSA-r5pp-p5r8-466r and audit
git core.fsmonitor/goose reviewusage on shared machines. - If you use Grok Build hooks — move to commit
8adf901or newer for the hook-runner SSRF redirect fix; don’t assume monorepo sync commits are “just tooling.” - If you use Antigravity — learn the 1.1.0 mode cycle; default is now request-review (pauses before finish). Expect workflow friction until you deliberately choose
accept-editsorplan. - If you use Cline — v4.0.7 / CLI v3.0.39: free models appear under ClinePass; know the limit-reached → usage-based path. SDK v0.0.65 optional peer deps = leaner installs if you don’t need every provider SDK.
- If you use Gemini CLI — v0.51.0 stable line; sandbox hardening is active—prefer release over nightly unless you are testing
~/.gitconfigread-only behavior. - If you use OpenCode — v1.18.5 is a conversation-correctness release (thinking/Responses/grep paths), not a feature splash.
For teams
- Patch policy (P0): Goose ≤ fixed in v1.44.0 and Grok hook SSRF (
8adf901) belong on the same board as dependency CVEs—CLI agents read git config and run hooks with developer credentials. - Rollout gates for agent defaults: Antigravity 1.1.0 defaulting to request-review and Claude’s fork vs subtask split will break unattended CI/agent scripts. Require a short “command surface changelog” in your internal runbooks before fleet upgrade.
- Subagent governance: Codex 0.145.0 sub-agents + memories and Claude background sessions increase parallel write risk. Set: allowed directories, who can enable MCP, and whether background agents may push or only draft.
- Billing UX: Cline’s ClinePass → usage-based one-click path will show up as surprise spend if seats share accounts. Decide: free-tier only, prepaid caps, or usage-based with alerts—before v4.0.7 lands org-wide.
- Model catalog drift: Codex GPT-5.6 bundled metadata refresh (272k) and Cline model list churn (retire GLM 5.1, add free/Kimi fallback) mean “the model picker lied” tickets. Pin model IDs in team config where the tool allows it.
- Open proposals (all P5 in queue): team-scoped improve/review items exist for Claude Code v2.1.212, Cline v4.0.7, Codex 0.145.0, Goose v1.44.0, Grok
8adf901, Zed v1.13.0-pre, plus a developer proposal for Codex 0.144.6—use them as checklist seeds, not as completed reviews.
What to ignore
- OpenCode
pr-38252-videos/pr-37967-screenshots-final— erification artifact tags, not product releases (score noise despite sitting in the signal list). - Codex
rust-v0.146.0-alpha.13— alpha tag with no substantive notes in-evidence; watch, don’t deploy. - Gemini
v0.51.0-preview.0/ nightly — useful for sandbox fix details; redundant if you already standardize on v0.51.0. - xAI
c68e39f“Publish harness and TUI open-source” — initial monorepo sync, empty tags, low score; not an operational upgrade signal. - Zed
v1.13.0-prebreaking tags — real repo activity, but prerelease; don’t set team policy from-prealone. - Raw theme counts (
model×13, etc.) without versions—direction only, not adoption proof.
Watch next
- Claude Code: whether
/forkbackground sessions + permissions/sandbox tags settle or need a fast follow after v2.1.212. - Codex: experimental thread history/sub-agents graduating out of “experimental” after 0.145.0; any non-alpha 0.146.x notes.
- Goose: post-GHSA-r5pp-p5r8-466r residual git-config / review-command attack surface.
- Antigravity: how painful request-review default is in real repos (revert pressure on settings/commands).
- Gemini CLI: sandbox defaults (read-only gitconfig and friends) landing cleanly on stable.
- Cline: ClinePass free vs usage-based economics after v4.0.7 list changes.
- Grok Build: whether security fixes keep shipping as monorepo commits vs tagged releases (process risk).
How to use DevAgentRadar
- Read evidence, not logos. Every claim above ties to a version/commit URL in this window—if it’s not linked, don’t operationalize it.
- Developers: patch security first (Goose, Grok hooks), then relearn command surfaces (Claude
/forkvs/subtask, Antigravity modes, Codex resume). - Teams: convert defaults (review-first agents, billing fallbacks, subagent parallelism) into written allowlists before wide rollout.
- Ignore artifact tags and empty alphas so prerelease noise doesn’t drive roadmap theater.
- Feed forward: open improvement proposals stay P5 until someone reproduces on your stack—use them as starting checklists, then close with internal notes.
Evidence appendix
- Evidence window: top curated signals (versioned releases preferred)
- Assistants tracked: 22
- Signals in this brief: 18
- Trusted source mix (GitHub/changelog vs HTML): 55%
- Open improvement proposals: 8
- Sources reporting errors: 0
High-signal releases used
-
Claude Code
v2.1.212—/forknow copies your conversation into a new background session (its own row inclaude agents) while you keep working; the in-session subagent it used to l — source -
OpenAI Codex CLI
rust-v0.145.0— Added experimental paginated thread history with efficient resume, search, persisted names, sub-agent support, and memories. (#33364, #33907, #34085, #34229, #3 — source -
Google Antigravity
1.1.0— Agent execution mode cycling is now publicly available:default->accept-edits->plan) · Addedrequest-review(default) mode as the default execution — source -
Goose
v1.44.0— Arbitrary command execution in goose CLI viagoose review(via git core.fsmonitor config) - GHSA-r5pp-p5r8-466r -
Zed AI
v1.13.0-pre— Improved branch picker filtering, grouping, branch creation suggestions, and remote-provider icons. (#61215; — source -
Cline
v4.0.7— Add a ClinePass limit-reached error with a one-click option to switch to Cline usage-based billing. · Allow selecting Cline free models on the ClinePass provide — source -
OpenCode
v1.18.5— Improve Claude adaptive thinking handling across more response shapes. · Avoid OpenAI Responses phase handling that could break some conversations. · Preserve g — source -
Gemini CLI
v0.51.0— Changelog for v0.50.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28150 · Fix no_proxy test by @jerrylin3321 in https://g — source -
Gemini CLI
v0.51.0-preview.0— Changelog for v0.50.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28150 · Fix no_proxy test by @jerrylin3321 in https://g — source -
Gemini CLI
v0.51.0-nightly.20260707.g15a9429b6— fix(sandbox): make ~/.gitconfig read-only in the macOS sandbox by @ompatel-aiml in https://github.com/google-gemini/gemini-cli/pull/28221 · fix(core): preserve — source -
Cline
sdk/sdk/v0.0.65— SDK v0.0.65: Claude Code and Codex provider SDKs are now optional peer dependencies loaded on demand, dramatically cutting install size · Added Kimi K3 to the bundled ClineP — source -
Cline
cli-v3.0.39— You can now select Cline free models on the ClinePass provider in the model picker · Removed the retired ClinePass GLM 5.1 model · Fixed OpenAI Codex model meta — source -
OpenAI Codex CLI
rust-v0.144.6— Refreshed bundled instructions for GPT-5.6 Sol, Terra, and Luna, and corrected their context windows to 272,000 tokens. (#33972, #34009) · #33972 Backport refre — source -
xAI Grok CLI (Grok Build)
8adf901— Synced from monorepo: Changes: -
grok-shell: request workspaces:read/write OAuth2 scopes
-
security: fix SSRF bypass via HTTP redirect in hook runner
-
fix(grok-build): enterprise ST — source
Open proposals
-
Improve with Claude Code v2.1.212: v2.1.212 (audience: team, P5)
-
Improve with Cline v4.0.7: v4.0.7 (audience: team, P5)
-
Improve with OpenAI Codex CLI rust-v0.145.0: rust-v0.145.0 0.145.0 (audience: team, P5)
-
Improve with OpenCode pr-38252-videos: pr-38252-videos PR #38252 verification videos (audience: everyone, P5)
-
Improve with xAI Grok CLI (Grok Build) 8adf901: Synced from monorepo (audience: team, P5)
-
Improve with Goose v1.44.0: v1.44.0 (audience: team, P5)
-
Improve with OpenAI Codex CLI rust-v0.144.6: rust-v0.144.6 0.144.6 (audience: developer, P5)
-
Review breaking changes in Zed AI v1.13.0-pre (audience: team, P5)
Anonymous · one vote per visitor · re-click to clear. Helps improve digests—not a product ranking.