Skip to content
Guidance/Daily Briefing
digesteveryonedigestevidenceradarclimodel10 min read · Sep 2, 2026

Radar brief — 2026-09-02

Coding CLIs are growing a control plane: sandboxes you can lock down, agent dashboards you can operate, and model gateways you declare instead of hard-code.

What the evidence shows

GitHub-tagged releases dominate this window. Several HTML changelogs mix older patches into the same page; treat those as noisier. Large bodyOmitted tails mean the table only reflects listed notes, not the rest of the release.

Goosev1.48.0
Key Signal & Impact
Declarative providers (TrustedRouter, OpenCode Zen, Gondola, SayGM, Lynkr, PleumRouter). GLM-5.2 → GLM-5.3. Custom provider cost fields. GPT-5.6 Bedrock routing (sol/terra/luna) plus Codex/Responses follow-up. on_failure for PreToolUse hooks; stable tool_call_id.
Claude Codev2.1.248
Key Signal & Impact
--restricted / CLAUDE_CODE_RESTRICTED=1 strips command/code tools and WebFetch, keeps cwd file tools, refuses bypassPermissions, ignores user/project/local settings. Per-agent experimental.cacheTtl. Self-hosted runner --client-label. Settings-load diagnostics. Cross-session SendMessage / ListAgents on Bedrock/Vertex/Foundry and when telemetry is off.
OpenAI Codex CLIrust-v0.149.0
Key Signal & Impact
codex agents dashboard; codex queue; TUI /cd /pwd /cwd. Resume/fork restores the saved permission profile. codex doctor covers endpoint protection, proxy, desktop app, update path. SDK: exact CLI config overrides; max / ultra reasoning.
OpenAI Codex CLIrust-v0.152.0
Key Signal & Impact
MCP names may include : @ / .. Per-tool output_token_limit. Rate-limit banners with usage/credit/plan actions. Credential-refresh progress (including Bedrock). Approval reviews keep instructions across compaction; resumed threads restore cwd.
Google Antigravity1.1.23
Key Signal & Impact
Tab accepts /model ghost text. Subagent stream metadata sent once per subtrajectory. Fixes: hung subcommands on inherited stdin, hook panics crashing the CLI, missing Gemini tool-call IDs, generic MCP permission titles, enable_mcp_tools=true subagents missing the MCP dispatcher.
Zed AIv1.17.2
Key Signal & Impact
CSV/TSV/PSV/SSV previews with filter/sort. Git blame + stash. Lower memory on large files. Low reasoning effort for DeepSeek V4 Flash and V4 Pro.
Clinecli-v3.0.61
Key Signal & Impact
CLI/Hub version skew now prompts, drains in-flight sessions, and will not kill a wedged Hub. Windows Authenticode signing. Unreachable remote MCP no longer kills startup (10s connect budget). Empty model capability lists no longer silently strip tools (Dify, SAP AI Core, opencode, Codex CLI) or images. Langfuse works in released builds.
Clinesdk/sdk/v0.0.82
Key Signal & Impact
Same capability-list bug: one shared translator so gateway models are not treated as “no tools / no vision.” Langfuse detection is structural so minified builds actually trace.
OpenCodev1.18.26
Key Signal & Impact
Claude 5 sessions tolerate stale thinking blocks after prompt/tool edits. Bedrock GPT-5.6 accepts none reasoning effort. apply_patch stops emitting an empty move path in permission metadata.
Kirov2.19.2
Key Signal & Impact
Spec-review mouse support. Stream idle watchdog, retries with backoff, default 60-minute stream timeout (api.streamIdleSoftTimeout / HardTimeout / api.timeout). HTML changelog; also folds older 2.19.1 / 1.0.337 notes.
Windsurfv3.8.20
Key Signal & Impact
Devin Agent Command Center follows the selected space, can split to its own window, and runs multiple agent windows. Untrusted-workspace warning before local agents. Windows CLI shim updates with Desktop. HTML changelog.
Tabninev6.5.4
Key Signal & Impact
Attribution feedback no longer dropped after diff/external edits. Direct web fetch is default when tools.enableWebFetchTool is on. Docs page also nests 6.5.3–6.5.1.
Factory Droidv0.209.0
Key Signal & Impact
/archive (or Ctrl+X). Unset sessions default to GPT-5.6 Sol. CLI starts even if org settings are slow. Out-of-credits path suggests a living Droid Core model.
Factory Droidv0.208.1
Key Signal & Impact
Time-limited 60% off GPT and Grok, shown in the model selector. Not a durable product change.
Kiro2.20.2
Key Signal & Impact
Changelog stub only (“Aug 31, 2026”). No listed changes. Ignore for decisions.

For developers

  • Cline first if tools vanished. Upgrade cli-v3.0.61 and SDK v0.0.82 before debugging prompts. Empty catalog capabilities were treated as an authoritative “no tools / no images” for Dify, SAP AI Core, opencode, and Codex CLI models.
  • Lock a local run. Use Claude Code --restricted (or CLAUDE_CODE_RESTRICTED=1) when the job should stay inside the working tree with no shell, no WebFetch, and no bypassPermissions. Expect user/project/local settings files to be ignored.
  • Operate Codex like a process manager. In rust-v0.149.0: codex agents, codex queue, /cd /pwd /cwd, and codex doctor. Confirm resumed/forked threads still have the permission profile you think they have. In rust-v0.152.0: package-style MCP names, per-tool output_token_limit, and rate-limit banners that deep-link to usage/credits/plans.
  • Unstick OpenCode Claude 5 sessions. v1.18.26 keeps going after prompt or tool edits that used to fail on stale thinking blocks. Bedrock GPT-5.6 can now take none reasoning effort.
  • Antigravity 1.1.23 is a reliability patch. Tab-complete /model; if subagents set enable_mcp_tools=true, this is the build that actually exposes the MCP dispatcher. Hook panics should no longer take down the CLI.
  • Goose v1.48.0 is a provider mesh drop. Wire TrustedRouter / OpenCode Zen / OpenAI-compatible declarative providers only if you need those gateways. Budget against GLM-5.3 replacing GLM-5.2 and against custom cost fields actually driving tracking. Use on_failure on PreToolUse if you already run hooks.
  • Zed v1.17.2: turn on low reasoning for DeepSeek V4 Flash/Pro when you want cheaper/faster passes; tabular previews are an IDE feature, not an agent control-plane change.
  • Factory Droid v0.209.0: /archive current chats; new sessions with no model now land on GPT-5.6 Sol—set an explicit model if that is not what you want to pay for.

For teams

  • Treat --restricted as a policy primitive, not a flag. Claude Code v2.1.248 can run without command/code tools, without WebFetch, without bypassPermissions, and without loading local settings. Use it for untrusted trees, CI, and contractor laptops. Pair with the new settings-load warnings in /doctor and /status (especially Bedrock/Vertex/custom ANTHROPIC_BASE_URL). Enterprise orgs billed via AWS Marketplace / self-serve / trials get /usage-credits.
  • Do not roll Goose v1.48.0 from this brief alone. The listed provider/hook/cost notes are real; 98 further changes are omitted. Read the GitHub release before declaring TrustedRouter or OpenCode Zen a supported path. There is an open team proposal to register those providers.
  • Cline Hub skew is now an ops event. cli-v3.0.61 prompts on an older running Hub, shows how many sessions a replace would interrupt, drains in-flight turns, and will not SIGKILL a wedged Hub. Windows binaries are Authenticode-signed; app-control blocks should print an actionable error. Fix remote MCP reachability (10s budget) so one dead SSE/HTTP server does not tear the session down.
  • Codex permission and MCP defaults moved. v0.149.0 restores the saved permission profile on resume/fork instead of silently using current defaults. v0.152.0 keeps MCP tools across cache refreshes, allows package-style server names, and truncates tool output via output_token_limit—set that before a verbose server blows the context window. App-server thread/shellCommand timeouts can exceed one hour; that is a hang-risk as much as a feature.
  • Default-model drift is a budget ticket. Factory Droid v0.209.0 defaults unset sessions to GPT-5.6 Sol. v0.208.1’s 60% GPT/Grok cut is explicitly limited-time. Windsurf v3.8.20 (HTML) adds an Enterprise “request more usage” link at ACU limits and warns on untrusted workspaces before local agents activate.
  • Pin before you batch-upgrade. Open proposals already ask everyone to pin Cline models around cli-v3.0.61 and SDK v0.0.82. Those pins are not described in the release notes in this evidence window—verify on your catalog before a fleet bump.

What to ignore

  • Kiro 2.20.2 — empty patch page; no actionable diff.
  • Omitted tails — Goose +98, Codex 0.149 +151, Claude Code +43, Codex 0.152 +94, Zed +52. Do not infer extra MCP/security/breaking behavior from tags alone.
  • HTML pages that concatenate history — Kiro 2.19.2 also reprints 2.19.1 and 1.0.337; Tabnine 6.5.4 reprints 6.5.3–6.5.1. Cite the version you actually installed.
  • Factory’s 60% GPT/Grok discount — pricing promotion, not an agent capability.
  • Proposal text that is not in the JSON notes — including any Cline “Claude Fable 5.1” default switch. Use the proposal as a ticket to verify, not as a release fact.
  • One source in this window reported errors; if a changelog fetch looks thin (Kiro 2.20.2), assume the feed failed rather than that the product shipped nothing of consequence.

Watch next

How to use DevAgentRadar

DevAgentRadar is a public radar, not a vendor blog. This brief is judgment over 15 curated signals across 23 tracked assistants in the current evidence window (about 49% GitHub/changelog vs HTML). Prefer the versioned GitHub rows above; open the source URL and read omitted bodies before you ship. Use For developers as personal upgrade actions and For teams as policy/default/spend tickets. The 8 open proposals are ready-made follow-ups—claim one rather than re-deriving the same changelog. If a page is empty, nested, or promotional, drop it in What to ignore and wait for the next versioned tag.


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

  • 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

  • Google Antigravity 1.1.23: Improved /model <name> autocompletion to accept the proposed model name ghost text with Tab. · Reduced subagent streaming overhead by sending subagent traje — source

  • OpenAI Codex CLI rust-v0.152.0: Vim mode supports / and ? searches within drafts, highlighted matches, and repeat navigation with n and N. (#41586) · Rate-limit banners offer actions f — source

  • Zed AI v1.17.2: This week's release includes tabular data previews for CSV, TSV, PSV, and SSV files with sortable and resizable columns, value-based row filtering, and right-cl — source

  • Cline cli-v3.0.61: Cline now handles a running Hub that is older than your CLI. · Instead of quietly talking to a hub executing stale code, you get a prompt showing how many activ — source

  • Cline sdk/sdk/v0.0.82 — SDK v0.0.82: Fixed tool calling being silently disabled for gateway models whose catalog entry declares no capabilities. · Three separate producers built gateway model defin — source

  • OpenCode v1.18.26: Claude 5 sessions now tolerate stale thinking blocks instead of failing after prompt or tool changes. · Bedrock GPT-5.6 models now accept none reasoning effor — source

  • Kiro v2.19.2: 2.19.2 Aug 25, 2026 · 2.19.1 Aug 21, 2026 Spec Review Mouse Support and Automatic Stream Recovery This release brings mouse support to the spec review screen. · — 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.209.0 — · Desktop v0.166.0 (September 1, 2026): Session archiving from chat, a new default model, faster startup, and steadier app views · Archive sessions from chat - Archive the current session with /ar — source

  • Kiro 2.20.2 — Aug 31, 2026: 2.20.2 Aug 31, 2026 — source

Open proposals

Was this guidance useful?

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