Skip to content
Guidance/Daily Briefing
digesteveryonedigestevidenceradarclimodel12 min read · Aug 29, 2026

Radar brief — 2026-08-29

CLI coding agents ship lockdown, Bedrock GPT-5.6 routing, and session ops — while MCP auto-approve and restored permission profiles quietly change the blast radius.

What the evidence shows

This brief covers 14 signals across 23 tracked assistants. The trusted-source mix is 49% GitHub/changelog vs HTML. Eight open improvement proposals sit behind the evidence. One source is reporting errors. Themes cluster on cli, model, agent, then mcp, security, ide, breaking, and pricing.

Prefer the GitHub tags below. Several high-weight notes omit large tails (bodyOmitted of 98, 154, 151, 43, 36) — do not treat those rows as complete changelogs. HTML/docs rows (Kiro, Windsurf, Factory Droid) are noisier.

GitHub-tagged releases (preferred)

Goosev1.48.0
Key Signal & Impact
Declarative providers land (TrustedRouter, OpenCode Zen, Gondola, SayGM, Lynkr, PleumRouter). Z.ai GLM-5.2 → GLM-5.3. Custom provider cost fields feed cost tracking. Bedrock routing for OpenAI GPT-5.6 (sol/terra/luna), plus GPT-5.6 follow-up for Codex/Responses. Hooks: on_failure on PreToolUse, PreToolUseResult, stable tool_call_id. Saved recipes can be selected when creating a schedule. Tagged breaking / mcp / security; 98 changes omitted.
OpenAI Codex CLIrust-v0.148.0
Key Signal & Impact
/export dumps a TUI thread to Markdown. codex exec fork plus archive/restore. Draft prompts during TUI startup. Estimated thread credits/cost in /status, status lines, and titles. Amazon Bedrock Runtime is a built-in provider (AWS profile, region, GPT-5.6 routing). Hooks can run async and invoke MCP tools. Resume restores working directory and approval policy; MCP recovers after OAuth without restart. 154 changes omitted.
OpenAI Codex CLIrust-v0.149.0
Key Signal & Impact
Interactive codex agents dashboard (search/start/open/rename/stop). /cd, /pwd, /cwd. codex queue to local or remote sessions. Broader Vim motions. codex doctor covers endpoint protection, proxy, desktop app, updates. SDK: exact CLI config overrides; max / ultra reasoning. Resumed/forked threads restore the active permission profile instead of current defaults. Duplicate sub-agent activity fixed; WebRTC sideband reconnects. 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), keeps file tools inside the working tree, refuses bypassPermissions, and ignores user/project/local settings. Agent frontmatter experimental.cacheTtl (5m/1h). claude self-hosted-runner --client-label. Settings-load diagnostics in /doctor and /status. /web-setup warns if the GitHub CLI token lacks workflow scope. /usage-credits for some Enterprise billing paths. Cross-session SendMessage / ListAgents on Bedrock/Vertex/Foundry and when telemetry is off. Tagged breaking. 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; optional stash messages. Mermaid zoom + horizontal scroll. Setting to stop the Terminal Panel auto-opening in new workspaces. Linux memory-use improvement; extension language-server update-check fix. 36 changes omitted.
Google Antigravity1.1.21
Key Signal & Impact
/voice dictation (f5); mic-serve forwards a local mic over SSH. One live dictation stream per account (second stream no longer looks like quota exhaustion). Status-line cost field (unrounded session estimate). Embedded ripgrep for code search. always-proceed now auto-approves MCP tool calls and page reads. Allow-always suggestions for npm run / yarn / pnpm / cargo run pin the script name. Auto-generated conversation titles. Clearer ADC miss for Google-credential MCP servers.
Clinedesktop-v0.0.20
Key Signal & Impact
Windows desktop: code-signed x64 installer, same auto-update feed as macOS. No more visible consoles for sidecar/git; MCP settings path falls back to USERPROFILE if HOME is unset. Browser/MCP images render inline. Full-history session search via command bar. GitHub onboarding step. Hub schedules no longer wiped on update; agent schedules live in ~/.cline/schedules and show a markdown completion summary.
Clinesdk/sdk/v0.0.76
Key Signal & Impact
Model-driven image generation persisted in history/exports. Agents can create scheduled tasks and a durable todo agenda (workspace-scoped schedules). Skill slash commands load via the skills tool (transcript keeps /my-skill ..., not the whole SKILL.md). Provider-executed tools now surface as observational events. PreToolUse contextModification is delivered again; PostToolUse hooks are awaited (120s) and honor contextModification / cancel. run_commands { command } with spaces no longer ENOENT. Tagged breaking.
OpenCodev1.18.22
Key Signal & Impact
Small provider/login pass: device-login URLs with relative verification/base path; stop sending textVerbosity to OpenAI-compatible providers that reject it; Bedrock compatibility; sticky model-picker headers. Also removes outdated OpenCode Go first-month discount copy — pricing noise, not a capability change.

HTML / docs changelogs (noisier)

Kirov2.20.1
Key Signal & Impact
V3 spec runs get a full-screen task view via /spec run (progress + task-scope selection) and a Preserve scrollback toggle. The same HTML blob also mixes 2.19.1 notes (mouse in spec review, stream idle watchdog / retries / 60-minute stream timeout). Duplicate low-content 2.20.1 URL in this window — treat as one release, not two.
Windsurfv3.8.20
Key Signal & Impact
Devin Desktop Agent Command Center follows the selected space, converts an editor window in place, and allows multiple agent windows. devin.agentWindow.location can split it out. Faster Agent/Editor toggle (Ctrl/Cmd+G). Untrusted-workspace warning before local agents. Windows CLI shim so Desktop updates devin; Linux .deb no longer drops the shared Microsoft apt keyring. Enterprise link to request more usage at ACU limits.
Factory Droidv0.200.0
Key Signal & Impact
Failed Git pull now asks before mutating the working tree. Background commands report real PIDs. MCP connections stay authenticated across reconnects. Faster startup (file search loads on demand). In-app model-list search. Subagents can inherit session reasoning (app). Desktop note in the same docs blob: v0.157.0.
Factory Droidv0.208.1
Key Signal & Impact
Time-limited 60% off GPT and Grok in the model selector (Desktop v0.165.1 in the same docs note). Promotional, not an engine change.

For developers

  • Codex: If you are on the Rust CLI, take rust-v0.148.0 then rust-v0.149.0 as a pair. Practice /export, codex exec fork, /cd//pwd//cwd, and codex queue. Use /status for thread cost where the workspace is eligible. If you fork or resume, verify the restored permission profile — 0.149 stops silently falling back to whatever is default now. Turn on codex doctor after proxy/EDR pain. SDK users can pass exact CLI config overrides and select max or ultra reasoning.
  • Goose v1.48.0: Inventory new declarative providers before adding them (TrustedRouter, OpenCode Zen, Gondola, SayGM, Lynkr, PleumRouter). If you were on Z.ai GLM-5.2, expect GLM-5.3. Wire PreToolUse on_failure and the stable tool_call_id if you debug hook/tool traces. Use custom provider cost fields if you already juggle multi-provider spend. Do not assume you have read the full release — 98 items are omitted.
  • Claude Code v2.1.248: Try --restricted (or CLAUDE_CODE_RESTRICTED=1) on untrusted trees. Allow only the tools you need via --tools. Set experimental.cacheTtl in agent frontmatter when subagent TTL is unset. Use /doctor//status when server-managed settings fail to load (Bedrock/Vertex/third-party/ANTHROPIC_BASE_URL). If /web-setup warns about missing GitHub workflow scope, fix the token before pushing a huge repo.
  • Antigravity 1.1.21: /voice / f5 for dictation; mic-serve only if you actually want a remote CLI to hear a local mic. Put the new cost field on a custom status line. Re-read always-proceed: it now auto-approves MCP tools and page reads. When allowing npm run dev-style commands, confirm the pin is the script name, not every script.
  • Cline: Windows users can install desktop-v0.0.20 (signed x64, auto-update). After upgrade, look for schedules in ~/.cline/schedules, not chat folders. SDK v0.0.76: skills arrive through the skills tool (transcripts will look different); do not rely on fire-and-forget PostToolUse — hooks are awaited and can cancel. Image-capable models can persist generated images in the session.
  • Zed AI v1.16.1: Gemini 3.6 Flash is in the Google AI list. Turn off automatic Terminal Panel open if new workspaces feel noisy. Collapse grouped Git changes when the panel is dense.
  • Kiro v2.20.1: Run V3 specs with /spec run if you want the full-screen task view and scope picker. Enable Preserve scrollback if resize/overflow was wiping history. Treat mixed 2.19.1 stream-recovery notes in the same HTML page as possible prior patches, not proven 2.20.1 content.
  • Windsurf v3.8.20: Set devin.agentWindow.location if you want Agent Command Center in its own window. Trust the workspace explicitly when the sidebar warns, or local agents stay off. On Windows, install Devin CLI from Desktop so devin tracks the app.
  • Factory Droid v0.200.0: Use model-list search; expect a confirm when a Git pull fails instead of a silent tree fix; keep the real background PID if you need to kill a job. Ignore v0.208.1 except as a limited GPT/Grok price tag.

For teams

  • Default to restricted / trusted-workspace paths in shared and CI contexts. Claude’s --restricted is the clearest lockdown switch in this window: no shell/code/WebFetch unless named, no bypassPermissions, settings files ignored. Windsurf now warns on untrusted workspaces before local agents run — make “trust this folder” an explicit onboarding step, not a click-through.
  • Re-audit MCP and permission modes this week, not next quarter. Antigravity’s always-proceed expanding to MCP + page reads is a blast-radius change. Codex 0.148 lets hooks call MCP asynchronously; 0.149 restores the permission profile on resume/fork. Goose adds more declarative/OpenAI-compatible providers plus PreToolUse failure handling. If your policy assumed “resume = current org default” or “always-proceed = shell only,” that assumption is stale.
  • Bedrock / GPT-5.6 routing is showing up in more than one CLI. Goose v1.48.0 and Codex rust-v0.148.0 both document AWS Bedrock + GPT-5.6 routing. Align provider allowlists, logging, and cost attribution (Goose custom cost fields; Codex /status credits) before developers point production repos at a new route.
  • Cline Desktop on Windows is now a real fleet target (signed installer, auto-update, USERPROFILE MCP path). Move global rules/schedules with the product: agent schedules consolidate under ~/.cline/schedules. SDK 0.0.76 changes skill expansion and hook delivery — teams with PreToolUse/PostToolUse automation should regression-test before rolling the SDK.
  • Enterprise spend and runner identity: Claude /usage-credits (AWS Marketplace / self-serve Enterprise / trials) and self-hosted runner --client-label; Windsurf Enterprise ACU request link. Use labels and credit requests as process, not as a substitute for permission policy.
  • Git safety: Factory Droid now confirms before fixing a failed pull by changing the working tree. That is the right default for shared repos; do not disable it to “keep agents fast.”
  • Open team-facing proposals already filed from this evidence: register TrustedRouter / OpenCode Zen on Goose; install Cline Desktop v0.0.20 and move global rules; split Windsurf’s Agent Command Center with devin.agentWindow.location.

What to ignore

  • The second Kiro 2.20.1 signal (changelog fragment with no body). Same version, no extra facts.
  • Factory Droid v0.208.1 “60% off GPT and Grok” and OpenCode v1.18.22 deleting old Go-discount marketing. Pricing copy is not capability evidence.
  • Omitted tails. Goose (+98), Codex 0.148 (+154) and 0.149 (+151), Claude (+43), Zed (+36) are truncated. Do not invent the missing bullets, and do not assume “tagged breaking” has a fully listed break.
  • Kiro HTML structure. The v2.20.1 page inlines 2.19.x “Improvements / Fixes / Patches” narrative. Stream-recovery and mouse-in-review may be real, but they are not cleanly version-scoped in this evidence.
  • Open proposals that are not in the JSON releases: DeepSeek V4 reasoning on a Zed v1.17.2 that is not in this window; Grok CLI prompt/MCP cleanup; Tabnine 6.5.3 org repos. Those are backlog pointers, not shipped facts.
  • One source is reporting errors. Until it is identified in a later window, do not overweight a single HTML changelog.

Watch next

  • Whether GPT-5.6 on Bedrock stays a Goose/Codex routing note or shows up in more assistants’ versioned tags.
  • Hook × MCP × permissions: Goose on_failure / stable tool_call_id, Codex async hooks + MCP, Cline awaited PostToolUse, Antigravity always-proceed MCP auto-approve. This is the likely next break for sandboxes.
  • Restricted-mode adoption vs. developer escape hatches (--tools, allow-always script pins, restored permission profiles on fork).
  • Multi-session ops becoming CLI-native: Codex agents dashboard + queue, Claude SendMessage/ListAgents, Cline schedules, Kiro full-screen /spec run.
  • Remaining 8 open proposals, especially ones that still lack a GitHub tag in this brief (Zed DeepSeek effort, Grok CLI MCP/skills, Tabnine org repos).
  • The error-reporting source (1) — confirm whether it is an HTML changelog scrape or a real product incident.

How to use DevAgentRadar

DevAgentRadar ranks versioned evidence (GitHub releases first) so you can decide what to install, what to policy, and what to ignore — without vendor landing pages. Read What the evidence shows as the fact table; use For developers as a personal upgrade checklist and For teams as a permissions/MCP/spend review. Treat HTML/docs rows and promotional version notes as leads, not as proof. When bodyOmitted is set, stop at the listed facts. Track the linked open proposals for concrete follow-ups, and come back on the next window for anything this brief explicitly refused to invent.


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://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 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

Was this guidance useful?

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