Skip to content
Guidance/Daily Briefing
digesteveryonedigestevidenceradarmodelcli10 min read · Aug 31, 2026

Radar brief — 2026-08-31

CLI coding agents are shipping lock-down runtimes, cost meters, and session ops (fork, queue, export, handoff) in the same window they add Bedrock / GPT-5.6 routing and a pile of new providers. Highest-confidence evidence is GitHub-tagged Goose, Codex CLI, Claude Code, Zed, Anti…

What the evidence shows

GitHub/versioned releases (preferred):

Goosev1.48.0
Key Signal & Impact
Declarative providers land in volume (TrustedRouter, OpenCode Zen, Gondola, SayGM, Lynkr, PleumRouter). Z.ai GLM-5.2 → GLM-5.3. Custom provider cost fields. GPT-5.6 routing via AWS Bedrock, plus Codex/Responses follow-up. Hooks: on_failure on PreToolUse, stable tool_call_id. Tagged breaking / MCP / permissions. 98 changes omitted from this brief.
OpenAI Codex CLIrust-v0.148.0
Key Signal & Impact
TUI /export to Markdown. codex exec fork, archive/restore. Draft-while-startup. Credits/cost in /status. Built-in Amazon Bedrock Runtime with GPT-5.6 routing. Async hooks + MCP tools. Resume restores cwd + approval policy. MCP recovers after OAuth without restart. 154 changes omitted.
OpenAI Codex CLIrust-v0.149.0
Key Signal & Impact
Interactive codex agents dashboard. /cd /pwd /cwd. codex queue to local/remote sessions. Vim motions expanded. codex doctor covers endpoint protection, proxy, desktop app, updates. SDK: exact CLI config overrides; max/ultra reasoning. Resume/fork restores permission profile instead of silently using defaults. 151 changes omitted.
Claude Codev2.1.248
Key Signal & Impact
--restricted / CLAUDE_CODE_RESTRICTED=1: strips command/code tools and WebFetch (unless named in --tools), file tools stay in the working directory, refuses bypassPermissions, ignores user/project/local settings. Per-agent experimental.cacheTtl. Self-hosted runner --client-label. Settings-load diagnostics in /doctor /status. /usage-credits for Enterprise. Cross-session SendMessage / ListAgents on Bedrock/Vertex/Foundry. 43 changes omitted.
Zed AIv1.16.1
Key Signal & Impact
Gemini 3.6 Flash added to Google AI models. Git Panel grouped changes become collapsible; Mermaid zoom/scroll; setting to stop Terminal Panel auto-open. Linux memory fix. 36 changes omitted.
Google Antigravity1.1.21
Key Signal & Impact
/voice dictation (f5); mic-serve forwards a mic over SSH. Status-line cost field. Embedded ripgrep (no host binary). always-proceed now auto-approves MCP tools and page reads. Allow-always for npm/yarn/pnpm/cargo run pins the script name. Auto conversation titles. 4 changes omitted.
Clinesdk/sdk/v0.0.76
Key Signal & Impact
Model-driven image generation persisted in history/exports. Workspace-scoped scheduled tasks + durable todo agenda. Skill slash commands load via the skills tool (transcript stores /my-skill, not the whole SKILL.md). Hook fixes: PreToolUse contextModification reaches the model again; PostToolUse is awaited (120s) with cancel honored. Provider-executed tools surface as observational events.
Clinedesktop-v0.0.15-beta.1
Key Signal & Impact
Beta /handoff: local session + images + optional follow-up move to Cline Cloud; preflight requires pushed repo/branch/commit. Cloud sits in the Local/Remote menu behind a flag. Interrupted handoff retries; drafts restore. Prerelease.
OpenCodev1.18.22
Key Signal & Impact
Removed outdated OpenCode Go first-month discount copy. Device-login URL fixes. Stop sending textVerbosity to OpenAI-compatible providers that reject it. Bedrock provider compatibility updates.

HTML / docs changelogs (treat as lower confidence; mixed older patches in the same blob):

Kirov2.20.1
Key Signal & Impact
V3 full-screen /spec run with live progress and task-scope picker. Preserve-scrollback toggle. Same page also dumps 2.19.x stream-recovery / mouse-in-spec-review notes — noisy. Duplicate thin 2.20.1 signal exists.
Windsurfv3.8.20
Key Signal & Impact
Devin Desktop Agent Command Center follows the selected space; in-place convert; multi agent windows. devin.agentWindow.location splits ACC out. Faster Agent/Editor switch. Untrusted-workspace warning before local agents. Windows CLI shim updates with Desktop. 5 changes omitted.
Tabninev6.5.4
Key Signal & Impact
CLI attribution feedback no longer dropped after VS Code diff / external-editor edits. Direct web fetch default when tools.enableWebFetchTool is on (avoids LLM-mediated fetch). Changelog also embeds 6.5.3–6.5.1 (org repos, team model assignment, Plan Mode save, WebStorm crash) — bundled, not a clean single-version signal.
Factory Droidv0.200.0
Key Signal & Impact
Failed Git pull asks before mutating the working tree. Lazy file-search load. Searchable model list. Real background PIDs. MCP stays authenticated across reconnects. Subagents can inherit session reasoning (app).
Factory Droidv0.208.1
Key Signal & Impact
Limited-time 60% off GPT and Grok in the model selector — pricing promo, not a product-capability signal.

Window stats: 15 signals / 23 assistants, 49% GitHub-vs-HTML mix, 8 open proposals, 1 source reporting errors. Large bodyOmitted counts on Goose and both Codex tags mean this brief is not a full changelog.

For developers

  • Codex CLI: If you live in the TUI, rust-v0.148.0rust-v0.149.0 is the operator upgrade: /export, fork/archive, /cd, codex queue, codex agents, cost in /status, Bedrock as a first-class provider. Confirm resume/fork still has the permission profile you expect (0.149.0 now restores it).
  • Claude Code v2.1.248: Practice --restricted on untrusted trees before you need it. Do not assume project settings or bypassPermissions still apply in that mode. Use /doctor if server-managed settings fail (Bedrock/Vertex/custom ANTHROPIC_BASE_URL).
  • Goose v1.48.0: Inventory which declarative providers you actually want (TrustedRouter, OpenCode Zen, Gondola, SayGM, Lynkr, PleumRouter). If you were on Z.ai GLM-5.2, you are on GLM-5.3. Wire custom provider cost fields if you care about spend. Re-test PreToolUse hooks for on_failure and stable tool_call_id.
  • Antigravity 1.1.21: /voice and status-line cost are the visible wins. Re-check always-proceed — MCP tools and page reads now auto-approve. Script allow-always is narrower (npm run dev ≠ every npm script); recapture permissions if you relied on the old broad grant.
  • Cline SDK v0.0.76: Skills now go through the skills tool — expect /my-skill in transcripts, not pasted SKILL.md. Re-verify PreToolUse/PostToolUse if you depended on fire-and-forget hook behavior. Image generation and scheduled tasks are workspace-scoped.
  • Zed AI v1.16.1: Gemini 3.6 Flash is in the Google AI list; Git Panel / Mermaid / terminal-auto-open are editor UX, not agent-runtime changes.
  • Kiro: Try /spec run for V3 full-screen execution if that workflow is yours; do not treat the mixed 2.19 notes on the same page as 2.20.1 features without checking the page yourself.
  • Windsurf: If Agent Command Center feels glued to one folder, v3.8.20 follows the selected space; devin.agentWindow.location splits it. Trust the workspace prompt before local agents run.

For teams

  • Default to restricted / restored permission profiles. Claude Code’s --restricted is the clearest “no shell, no WebFetch, no bypass, ignore local settings” switch in this window. Codex 0.149.0 closing the “resume silently drops the permission profile” gap is the matching team risk: old sessions should not inherit today’s looser defaults.
  • Review auto-approve + MCP. Antigravity always-proceed now includes MCP and page reads. Goose is tagged MCP/permissions/breaking with 98 omitted items — pin the version, then diff hooks and providers in staging. Factory v0.200.0 keeping MCP auth across reconnects reduces re-prompt fatigue but also means a stolen session stays authorized.
  • Make spend visible. Codex /status credits, Antigravity status-line cost, Goose custom provider cost fields, Claude /usage-credits (Enterprise / AWS Marketplace). Factory’s 60% GPT/Grok cut is a limited promo — do not bake it into budgets. OpenCode removed stale Go discount messaging; ignore leftover internal copy.
  • Cloud handoff is beta. Cline desktop-v0.0.15-beta.1 /handoff requires a pushed commit and keeps working after the laptop closes. Treat as an experiment: define which repos may leave the machine, and that preflight is mandatory.
  • Untrusted workspaces. Windsurf now warns and prompts to trust before local agents. Pair with Claude --restricted for contractor / OSS trees.
  • Provider routing is converging on Bedrock. Goose and Codex both advertise GPT-5.6 via Bedrock; OpenCode and Claude diagnose Bedrock/Vertex paths. Standardize AWS profile/region and who is allowed to add “declarative” OpenAI-compatible gateways (Goose’s new provider list is a supply-chain surface).
  • Do not roll Tabnine or Kiro from this blob alone. Tabnine v6.5.4’s notes include three prior patches; Kiro’s page mixes 2.20.1 with 2.19.x. Use the GitHub-tagged CLIs above for this cycle.

What to ignore

  • The second Kiro 2.20.1 signal (empty title, no body) — duplicate noise.
  • Factory Droid v0.208.1 60% GPT/Grok off — marketing, not a capability change.
  • OpenCode deleting outdated first-month discount text — cleanup, not a model event.
  • Anything behind bodyOmitted (Goose 98, Codex 154+151, Claude 43, Zed 36, etc.). Do not infer extra features.
  • HTML pages that concatenate multiple weeks (Kiro, Tabnine, Windsurf).
  • Cline Cloud /handoff as production-ready — tagged prerelease.
  • One source in this window reported errors; with a 49% HTML mix, prefer GitHub tags when the two disagree.

Watch next

  • Whether --restricted / restored permission profiles become the default for CI and untrusted repos, or stay opt-in.
  • Bedrock + GPT-5.6 routing spreading beyond Goose and Codex, and whether “declarative OpenAI-compatible provider” remains a wild-west plugin list.
  • Cline cloud handoff graduating from desktop-v0.0.15-beta.1, vs. Codex queue/fork/agents covering the same “leave a session running” job locally.
  • Hook semantics converging: Goose on_failure / stable tool_call_id, Cline awaiting PostToolUse, Codex async hooks + MCP.
  • Open proposals already filed from this radar: register Goose TrustedRouter + OpenCode Zen (team); Kiro /spec run full-screen; Windsurf devin.agentWindow.location; Cline Desktop Windows rules path; Grok CLI prompt/MCP cleanup; Zed DeepSeek reasoning (proposal cites a version not in this evidence — do not treat it as shipped).

How to use DevAgentRadar

DevAgentRadar is a public, evidence-first radar for AI coding assistants: versioned GitHub releases over blogs, actions over slogans. Use For developers as this week’s personal upgrade checklist and For teams as policy (permissions, MCP auto-approve, spend, cloud handoff). Ignore omitted bodies, prereleases, and promo pricing until they show up as versioned product behavior. Track the eight open proposals if you want the next concrete change, not another launch post.


Evidence appendix

  • Evidence window: top curated signals (versioned releases preferred)
  • Assistants tracked: 23
  • Signals in this brief: 15
  • 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://gisource

  • 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.248: Added --restricted (or CLAUDE_CODE_RESTRICTED=1): removes the built-in tools that run commands or code and WebFetch (unless named in --tools), keeps fil — 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.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 /voice dictation, which transcribes speech straight into the prompt; press f5 or run /voice to start and stop it, and use the mic-serve subcommand — 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

  • 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

  • Tabnine v6.5.4: v6.5.4 August 30, 2026 Bug Fixes Tabnine CLI: Provenance & Attribution : Fixed attribution feedback being dropped after tool inputs were edited via VS Code diff — 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

Open proposals

Was this guidance useful?

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