Radar brief — 2026-08-21
Codex CLI ships multi-session control (agents dashboard + queue) and cost visibility; Cline adds image generation and cloud handoff beta; Goose and OpenCode tighten agent-loop and pricing plumbing.
What the evidence shows
Versioned GitHub releases dominate this window. Two Codex CLI cuts land back-to-back; several signals are prerelease/nightly or changelog-HTML and should be weighted lower.
/export full TUI threads to Markdown; session fork/archive/restore; draft-while-init; estimated thread credits/cost in /status and titles; built-in Amazon Bedrock Runtime (profile/region/GPT-5.6 routing)codex agents dashboard (search/start/open/rename/stop); codex queue to existing local/remote sessions; /cd /pwd /cwd; richer Vim change motionsCLAUDE_CODE_PROJECT_DIR_NAME for hosts with per-session config dirs; selection:clear keybinding; GitLab MR badge in footer/statusline via authenticated glab/skill text, not full SKILL.md)/handoff local → Cline Cloud (conversation, images, optional follow-up); preflight on repo/branch/commit; Cloud in Local/Remote menu behind flaggit.diff_base chooses HEAD vs default-branch merge-base for gutters/status/git: diff; drag from Project Panel to external apps (macOS/Linux Wayland); JSX/TSX linked editing + Emmet in return/arrow bodiest) for long markdown jump navigationThemes in the evidence: agent/CLI session control, usage/cost surfaces, MCP auth edges, skills loading hygiene, and a cluster of breaking-tagged cuts without explicit migration notes in the summaries.
For developers
- Codex CLI: Upgrade through rust-v0.148.0 → rust-v0.149.0. Practice
/export, fork/resume, thencodex agents+codex queuefor parallel local work. Turn on/statuscost lines before long threads; try Bedrock only if you already use AWS profiles. - Goose v1.46.0: Use per-message cost/TTFT stats to spot expensive turns; streaming shell helps long builds/tests. Prefer the cache-safe loop on providers that bill cached input.
- Cline SDK v0.0.76: Expect skills to arrive via the skills tool (cleaner transcripts). Try model image generation only on models that advertise it; use workspace-scoped schedules/todos for recurring local chores—not as a global cron.
- Cline Desktop beta: Treat
/handoffas experimental; run the push preflight and keep a local copy until cloud receipts look right. - OpenCode v1.18.19: If you route via Cloudflare AI Gateway or ChatGPT-linked Codex, pull this for passthrough, rate-limit, and pricing-calc fixes.
- Zed v1.15.0: Set
git.diff_baseexplicitly so gutters match whether you review “uncommitted vs HEAD” or “branch vs main.” - Claude Code v2.1.234: Bind
selection:clearif mouse selection gets stuck; setCLAUDE_CODE_PROJECT_DIR_NAMEonly when the host isolates config dirs; GitLab MR badge needsglabauth. - Antigravity 1.1.12: Use outline key
ton long artifact markdown instead of scrolling. - Gemini CLI nightlies: Fine for dogfooding subagent fixes; don’t standardize a team toolchain on nightly tags.
- Windsurf v3.7.25: After upgrade, re-auth self-hosted GitLab / older Atlassian MCP servers (see open proposal).
For teams
- Multi-session ops: Pilot Codex agents dashboard + queue (open proposal, audience: team) as the pattern for “many tasks, one operator”—document naming, stop/rename norms, and when to queue vs fork.
- Cost governance: Goose per-message stats + Codex thread credits are the concrete levers this week—require visible cost in status lines for shared workspaces; pair with OpenCode’s malformed-pricing guard if you aggregate usage.
- MCP estate: Schedule Windsurf v3.7.25 and re-authenticate self-hosted/older Atlassian MCP endpoints (proposal P5, everyone). Don’t assume MCP auth bugs are client-local.
- Skills & transcripts: Cline’s skills-tool loading reduces prompt bloat and duplicate SKILL.md injection—good for auditability; align skill authors to slash-command UX.
- Cloud handoff: Cline
/handoffbeta implies data leaves the laptop—define repo sensitivity rules before enabling the Cloud sessions flag. - IDE defaults: Standardize Zed
git.diff_basein shared settings so review diffs match CI’s merge-base expectations. - Hosted Claude: If you provision per-session config directories, roll out
CLAUDE_CODE_PROJECT_DIR_NAMEdeliberately so transcript paths stay short and greppable. - Ignore Gemini nightlies and Cline desktop beta for fleet defaults until non-nightly/stable tags catch up.
What to ignore
- Gemini CLI v0.56.0-nightly.* — useful fix notes, not release-channel signal; dates/hashes are prerelease noise.
- Marketing tone around “+N more changes” — act only on named behaviors in the summaries.
- Windsurf HTML changelog vs GitHub-tagged peers — real MCP fix, but lower source trust (overall trusted mix ~55%).
- Open proposals about Grok CLI / OpenCode PR videos — not backed by items in this evidence JSON; don’t treat them as shipped releases here.
- Tag volume (
breaking× 8) without migration text — don’t invent breakages; read each project’s full notes before pinning.
Watch next
- Codex CLI follow-ups on agents dashboard / queue stability and Bedrock routing in real orgs.
- Cline cloud handoff leaving beta and SDK image-generation model coverage.
- Goose unrolled loop + cache semantics — whether providers honor declared cache behavior.
- OpenCode AI Gateway passthroughs and ChatGPT-aligned Codex limits under load.
- Windsurf MCP auth after v3.7.25 on self-hosted GitLab/Atlassian.
- Any stable (non-nightly) Gemini CLI cut that carries the subagent handoff fixes.
- Resolution path on the five open proposals, especially team-facing Codex multi-session and Windsurf MCP re-auth.
How to use DevAgentRadar
- Read What the evidence shows first—every assistant/version is from the curated JSON, not rumor.
- Developers: apply the concrete upgrade/feature checks in For developers on your own machine.
- Teams: turn For teams into tickets (pin versions, MCP re-auth, cost visibility, handoff policy).
- Skip What to ignore; track Watch next against upstream GitHub releases.
- Open improvement proposals are optional deeper dives—they are not substitutes for the release evidence above.
Evidence appendix
- Evidence window: top curated signals (versioned releases preferred)
- Assistants tracked: 22
- Signals in this brief: 12
- Trusted source mix (GitHub/changelog vs HTML): 55%
- Open improvement proposals: 5
- Sources reporting errors: 0
High-signal releases used
-
OpenAI Codex CLI
rust-v0.148.0: Export complete TUI conversations to Markdown with/export, either to the clipboard or a new file. (#37358) · Fork sessions withcodex exec fork, and archiv — source -
Claude Code
v2.1.234: Added the optionalCLAUDE_CODE_PROJECT_DIR_NAMEenvironment variable: hosts that give each session its own config directory can choose a short name for the pe — source -
OpenAI Codex CLI
rust-v0.149.0: Added an interactivecodex agentsdashboard for searching, starting, opening, renaming, and stopping tasks, with configurable shortcuts. (#39094, #39112, #391 — source -
Zed AI
v1.15.0: This week's release includes a newgit.diff_basesetting for choosing whether editor gutters, file-status colors, andgit: diffshow uncommitted changes aga — source -
Goose
v1.46.0: Unrolled agent loop #9574 · Cache-safe request assembly with append-only turn context and declared cache semant — source -
Cline
sdk/sdk/v0.0.76— SDK v0.0.76: Added model-driven image generation. · Models that support it can generate images during a turn, and generated images are persisted in session history and expor — source -
Cline
desktop-v0.0.15-beta.1— beta.1: Beta: hand off a local session to Cline Cloud with/handoff— the conversation, attached images, and an optional follow-up command move to a cloud workspace t — source -
Google Antigravity
1.1.12: Added a heading outline to the artifact viewer, opened witht, so a long markdown document's structure is visible at a glance and you can jump straight to a s — source -
Gemini CLI
v0.56.0-nightly.20260821.g30573d2e4: fix(core): ensure consistent symlink evaluation in ignore path handling · refactor(core): remove eslint-disable and type-asserts from shellExecutionService — source -
OpenCode
v1.18.19: Added native OpenAI and Anthropic passthroughs for Cloudflare AI Gateway models. · Matched Codex rate limits more closely to ChatGPT subscription limits. (@Game — source -
Gemini CLI
v0.56.0-nightly.20260819.g571851b10: [SSR Agent] Issue Fix (28050): Add Vertex AI locations documentation link · [SSR Agent] Issue Fix (22093): Prevent subagents from running when agents mode is di — source -
Windsurf
v3.7.25: v3.7.25 August 13, 2026 Devin Desktop Faster sidebar for users with thousands of cached sessions: filtering, space grouping, and sorting now only process the se — source
Open proposals
- Upgrade to Windsurf v3.7.25 and re-authenticate self-hosted MCP servers (audience: everyone, P5)
- Stand up codex agents dashboard + queue for multi-session task control (audience: team, P5)
- Replace <output_efficiency> with <response_guidelines> in Grok CLI prompts (audience: developer, P5)
- Drop legacy managed MCP configs and shadowed platform skills in Grok CLI (audience: everyone, P5)
- Improve with OpenCode pr-38252-videos: pr-38252-videos PR #38252 verification videos (audience: everyone, P2)
Anonymous · one vote per visitor · re-click to clear. Helps improve digests—not a product ranking.