Skip to content
Guidance/Daily Briefing
digesteveryonedigestevidenceradarmodelagent7 min read · Aug 21, 2026

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.

OpenAI Codex CLIrust-v0.148.0
Key Signal & Impact
/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)
OpenAI Codex CLIrust-v0.149.0
Key Signal & Impact
Interactive codex agents dashboard (search/start/open/rename/stop); codex queue to existing local/remote sessions; /cd /pwd /cwd; richer Vim change motions
Claude Codev2.1.234
Key Signal & Impact
Optional CLAUDE_CODE_PROJECT_DIR_NAME for hosts with per-session config dirs; selection:clear keybinding; GitLab MR badge in footer/statusline via authenticated glab
Goosev1.46.0
Key Signal & Impact
Unrolled agent loop; cache-safe append-only turn context; streaming shell output; per-message usage/cost UI (tokens, cost, TTFT, tok/s) and session totals
Clinesdk/sdk/v0.0.76
Key Signal & Impact
Model-driven image generation persisted in history/exports; scheduled tasks + durable todo agenda (workspace-scoped); skill slash commands load via skills tool (transcript keeps /skill text, not full SKILL.md)
Clinedesktop-v0.0.15-beta.1
Key Signal & Impact
Beta /handoff local → Cline Cloud (conversation, images, optional follow-up); preflight on repo/branch/commit; Cloud in Local/Remote menu behind flag
Zed AIv1.15.0
Key Signal & Impact
git.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 bodies
OpenCodev1.18.19
Key Signal & Impact
Native OpenAI/Anthropic passthroughs for Cloudflare AI Gateway; Codex rate-limit alignment to ChatGPT subs; ignore malformed model pricing; websocket size fallback; workspace compute residency forwarding
Google Antigravity1.1.12
Key Signal & Impact
Artifact viewer heading outline (t) for long markdown jump navigation
Windsurfv3.7.25
Key Signal & Impact
Faster Devin Desktop sidebar under thousands of cached sessions; MCP auth fixes for self-hosted GitLab and older Atlassian MCP (changelog HTML, not GitHub tag)
Gemini CLIv0.56.0-nightly.*
Key Signal & Impact
Nightlies only: symlink/ignore-path consistency; subagent guards when agents mode off; handoff token regression fix; terminal rerender after external editors

Themes 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, then codex agents + codex queue for parallel local work. Turn on /status cost 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 /handoff as 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_base explicitly so gutters match whether you review “uncommitted vs HEAD” or “branch vs main.”
  • Claude Code v2.1.234: Bind selection:clear if mouse selection gets stuck; set CLAUDE_CODE_PROJECT_DIR_NAME only when the host isolates config dirs; GitLab MR badge needs glab auth.
  • Antigravity 1.1.12: Use outline key t on 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 /handoff beta implies data leaves the laptop—define repo sensitivity rules before enabling the Cloud sessions flag.
  • IDE defaults: Standardize Zed git.diff_base in 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_NAME deliberately 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 with codex exec fork, and archiv — source

  • Claude Code v2.1.234: Added the optional CLAUDE_CODE_PROJECT_DIR_NAME environment 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 interactive codex agents dashboard 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 new git.diff_base setting for choosing whether editor gutters, file-status colors, and git: diff show 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 with t, 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

Was this guidance useful?

Anonymous · one vote per visitor · re-click to clear. Helps improve digests—not a product ranking.