Radar brief — 2026-08-30
CLI coding agents are converging on provider routing (Bedrock / GPT-5.6), session operations (export, fork, queue, dashboards), and tighter permission modes—with cost meters and MCP/hook fixes landing in the same window. GitHub-tagged releases carry the signal; HTML changelogs i…
What the evidence shows
Versioned GitHub releases (preferred):
on_failure, stable tool_call_id. 98 further changes omitted./export to Markdown. codex exec fork, archive/restore. Bedrock Runtime built-in with GPT-5.6. Credits/cost in /status. Hooks can run async and call MCP. Resume restores cwd + approval policy; MCP recovers after OAuth without restart. 154 changes omitted.--restricted / CLAUDE_CODE_RESTRICTED=1: drops shell/code tools and WebFetch (unless named), file tools stay in the working tree, refuses bypassPermissions, ignores user/project/local settings. Per-agent experimental.cacheTtl. Self-hosted runner --client-label. Settings-load diagnostics. /usage-credits. Cross-session SendMessage / ListAgents. 43 changes omitted.codex agents dashboard. codex queue. TUI /cd /pwd /cwd. Broader codex doctor. Resume/fork now restores the permission profile. SDK: exact CLI config overrides; max / ultra reasoning. Duplicate sub-agent activity fixed. 151 changes omitted./voice dictation (f5); mic-serve forwards a mic over SSH. Status-line cost field. Embedded ripgrep. always-proceed now auto-approves MCP tools and page reads. Allow-always suggestions pin the script name (npm run dev ≠ every script). 4 changes omitted.USERPROFILE. Inline images from tools. Agent schedules centralized to ~/.cline/schedules. 11 changes omitted./my-skill, not the whole SKILL.md). PreToolUse contextModification delivered again; PostToolUse hooks awaited (120s) with cancel honored.textVerbosity to OpenAI-compatible providers that reject it. Bedrock provider compatibility fixes.HTML / docs changelogs (lower confidence — treat as directional):
/spec run with live progress and task-scope selection; Preserve scrollback toggle. The same changelog body also dumps 2.19.x notes (mouse review, stream watchdog). Duplicate thin patch page in this window.devin.agentWindow.location can split it out. Faster Agent/Editor switch. Windows CLI shim so Desktop updates update devin. Warn + prompt on untrusted workspaces. Enterprise link to request more usage at ACU limits. 5 changes omitted.Themes in this window: cli (12), model (11), agent (10), mcp (7), security / ide / breaking (6 each), pricing (5). Several GitHub releases are tagged breaking but the visible notes do not spell out a migration; do not infer breakages from omitted bodies.
For developers
- Codex CLI: Move to rust-v0.149.0 (it supersedes 0.148.0 in this window). Use
/export,codex exec fork,codex agents,codex queue, and/cd. Check/statusfor credits/cost. If you resume or fork, confirm the restored permission profile—it no longer silently falls back to current defaults. - Claude Code: Use
--restricted(orCLAUDE_CODE_RESTRICTED=1) when you want file edits without shell, code execution, orWebFetch. Do not expectbypassPermissionsor user/project/local settings to apply in that mode. Hit/doctorif server-managed settings fail to load (Bedrock/Vertex/third-party/ANTHROPIC_BASE_URL). - Goose: Register the new declarative providers only if you need them (TrustedRouter, OpenCode Zen, OpenAI-compatible gateways). Expect GLM-5.3 where GLM-5.2 was wired. If you write PreToolUse hooks, implement
on_failureand rely on stabletool_call_id. - Antigravity: Try
/voice/f5; know one live dictation stream per account. If you render a custom status line, there is acostfield. Re-testalways-proceed: MCP tool calls and page reads are now auto-approved. Re-approve script runners—allow-always is per script name. - Cline: Windows users can install desktop-v0.0.20 (signed x64, auto-update). Look for schedules under
~/.cline/schedules, not per-chat folders. SDK v0.0.76: skill commands no longer paste SKILL.md into the user message—update any automation that scraped transcripts for the full skill body. Re-test PreToolUse/PostToolUse. - Zed: Gemini 3.6 Flash is in the Google AI model list. Turn off automatic Terminal Panel open if that was noise.
- Kiro: Try
/spec runfor the full-screen V3 view. Prefer the feature, not the mixed 2.19.x prose in the same HTML page. - Windsurf / Devin: Set
devin.agentWindow.locationif you want the Command Center detached. Trust the workspace when the new prompt appears, or local agents stay inert.
For teams
- Lock-down path: Pilot Claude Code
--restrictedfor CI, support, or untrusted trees (no shell/code/WebFetch, no settings-file overrides, nobypassPermissions). Pair with Windsurf’s untrusted workspace prompt and Factory’s failed-pull confirmation so agents cannot “repair” a dirty tree unattended. - Routing: Goose v1.48.0 is the explicit multi-provider control plane in this window (TrustedRouter, OpenCode Zen, several OpenAI-compatible gateways, Bedrock GPT-5.6). Codex CLI now has Bedrock Runtime built in with GPT-5.6 routing. There is an open team proposal to register TrustedRouter and OpenCode Zen as Goose declarative providers—treat that as the rollout ticket, not as extra evidence.
- Cost and quota: Turn on the new meters before you expand usage: Codex
/statuscredits, Goose custom provider cost fields, Antigravity sessioncost, Claude/usage-creditsfor Enterprise (AWS Marketplace / self-serve / trials). Factory’s 60% GPT/Grok cut is time-limited billing copy, not a reason to standardize. - Windows fleet: Cline Desktop v0.0.20 is the first Windows ship in this evidence (signed installer,
USERPROFILEMCP path). Windsurf writes a Devin CLI shim so Desktop updates updatedevin. Open proposal: install Cline Desktop and move global rules to~/Cline/Rules. - MCP / hooks contract: Codex 0.148 recovers MCP after OAuth without a restart and lets hooks invoke MCP tools. Factory keeps MCP auth across reconnects. Cline SDK awaits PostToolUse again and restamps PreToolUse context. If you maintain org hooks, regression-test those three surfaces together.
- Do not roll a “breaking” upgrade from tags alone. Goose, both Codex versions, Claude Code, Zed, and Cline SDK are tagged
breaking, but largebodyOmittedcounts mean the migration notes are incomplete in this brief.
What to ignore
- Factory Droid v0.208.1 60% GPT/Grok discount and OpenCode v1.18.22 deleting old Go first-month discount messaging—pricing copy, not capability.
- Kiro’s duplicate 2.20.1 patch URL and the changelog that interleaves 2.19.0 / 2.19.1 / 2.19.2 into the 2.20.1 body. HTML, noisy.
- Omitted tails: Goose +98, Codex +154 and +151, Claude +43, Zed +36. Do not invent those changes.
- Open proposals that point at versions not in this evidence (Zed v1.17.2, Grok CLI commits, Tabnine 6.5.3). They are backlog, not shipped signals here.
- Zed Guild / marketing asides inside otherwise useful GitHub notes.
- Internal scores. One tracked source reported errors—discount that feed until it is clean.
Watch next
- P5: Cline Desktop Windows install + global rules move; Goose team rollout of TrustedRouter / OpenCode Zen.
- P4: Kiro
/spec runfull-screen V3; remaining Grok CLI prompt/MCP cleanup proposals (not evidenced as releases here). - P3: Windsurf
devin.agentWindow.location; Tabnine org repos (proposal only). - Whether
--restricted/ always-proceed / restored permission profiles stay compatible across Claude, Antigravity, and Codex after the next tagged builds. - Whether GPT-5.6 on Bedrock shows up beyond Goose and Codex CLI.
- Hook lifecycle: Goose
on_failurevs Cline’s restored Pre/PostToolUse delivery. - The 1 error-reporting source and the next GitHub tags that fill today’s omitted bodies.
How to use DevAgentRadar
DevAgentRadar is a free, evidence-first radar for AI coding assistants. This brief is a snapshot of 14 curated signals across 23 tracked assistants—not a vendor recap.
- Start with What the evidence shows. Prefer GitHub-tagged rows. This window’s trusted mix is only 49%, so HTML/docs rows (Kiro, Windsurf, Factory) are supporting color.
- Take For developers or For teams, not both as a mash-up. Actions above map to a specific assistant + version.
- Skip What to ignore. Discounts, duplicate URLs, and omitted changelog tails are how these feeds waste time.
- Track Watch next and the 8 open proposals as the change queue. A proposal is a recommended action, not proof the feature exists beyond the JSON in this brief.
- When a release lists
bodyOmitted, upgrade from the named bullets only, then read the tag yourself before you treat it as a platform event.
Evidence appendix
- Evidence window: top curated signals (versioned releases preferred)
- Assistants tracked: 23
- Signals in this brief: 14
- Trusted source mix (GitHub/changelog vs HTML): 49%
- Open improvement proposals: 8
- Sources reporting errors: 1
High-signal releases used
-
Goose
v1.48.0: TrustedRouter declarative provider #11422 · OpenCode Zen gateway as a declarative provider [#10939](https://gi — source -
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.248: Added--restricted(orCLAUDE_CODE_RESTRICTED=1): removes the built-in tools that run commands or code andWebFetch(unless named in--tools), keeps fil — 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.16.1: This week's release includes Gemini 3.6 Flash support, collapsible grouped changes and optional stash messages in the Git Panel, zooming and horizontal scrollin — source -
Google Antigravity
1.1.21: Added/voicedictation, which transcribes speech straight into the prompt; pressf5or run/voiceto start and stop it, and use themic-servesubcommand — source -
Cline
desktop-v0.0.20: Cline Desktop now ships on Windows: releases include a code-signed x64 installer, and installed apps auto-update on the same feed macOS does · Windows shell fix — 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 -
OpenCode
v1.18.22: Removed outdated OpenCode Go first-month discount messaging and pricing. · Fixed OpenCode device login links when servers return relative verification URLs or u — source -
Kiro
v2.20.1: 2.20.1 Aug 27, 2026 Full-Screen Spec Task Execution and Preserve Scrollback This release gives V3 spec runs a full-screen task execution view with real-time pro — source -
Windsurf
v3.8.20: v3.8.20 August 21, 2026 Devin Desktop The Agent Command Center now follows whichever space is selected instead of being tied to one folder, converts an editor w — source -
Factory Droid
v0.200.0— · Desktop v0.157.0 (August 20, 2026): Background processes report real process IDs, MCP connections stay authenticated across reconnects, and the model list is searchable in the app · **Failed pull — source -
Factory Droid
v0.208.1— · Desktop v0.165.1 (August 29, 2026): 60% off GPT and Grok models · GPT and Grok discount - GPT and Grok models now bill at 60% off for a limited time, with the discount shown in the model selec — source -
Kiro
2.20.1— Aug 27, 2026: 2.20.1 Aug 27, 2026 — source
Open proposals
- Install Cline Desktop v0.0.20 on Windows and move global rules to ~/Cline/Rules (audience: everyone, P5)
- Register TrustedRouter and OpenCode Zen as Goose declarative providers (audience: team, P5)
- Run V3 specs with /spec run in Kiro’s full-screen task view (audience: developer, P4)
- Enable low reasoning effort for DeepSeek V4 Flash and V4 Pro (audience: developer, P4)
- Replace <output_efficiency> with <response_guidelines> in Grok CLI prompts (audience: developer, P4)
- Drop legacy managed MCP configs and shadowed platform skills in Grok CLI (audience: developer, P4)
- Upgrade Tabnine to 6.5.3 and add organization-level repositories (audience: team, P3)
- Set devin.agentWindow.location to split Agent Command Center into its own window (audience: developer, P3)
Anonymous · one vote per visitor · re-click to clear. Helps improve digests—not a product ranking.