The one thing
01Claude Code auto mode is the default for new Pro, Max, and Team sessions as of today.
Anthropic's permission-modes docs state it: starting 14 Aug 2026, new sessions on Pro, Max, and Team start in auto mode.1 A one-time switch prompt appears if you never set a default; a defaultMode you already chose stays unless you accept that prompt; org-managed defaults do not move.1
Auto is a classifier, not YOLO. Deny and ask rules still win; unlisted actions go through a separate model that blocks escalation, unknown infrastructure, and prompt-injection-shaped moves.1 Default surprise: pushes to any branch of the working repo — including main — and PR creation are allowed; force-push, secrets in commits, and history rewrites stay soft-blocked.1 Claude Code 2.1.232 also turns subagent forking on by default and lets you @ another live session on the same machine.2
git push / gh pr create, or set "defaultMode": "manual" in ~/.claude/settings.json. Org admins who want the old baseline set permissions.disableAutoMode to disable.Deeper — who is affected and how to pin
- Only new sessions; existing
defaultModesurvives the one-time prompt unless you accept it.1 - Auto needs a supported model (Opus 4.6+, Sonnet 4.6+, Fable 5 on Anthropic; provider-specific floors on Bedrock/Foundry/gateway).1
- Per session:
Shift+Taborclaude --permission-mode manual. Persistent:~/.claude/settings.json— repo settings cannot grant auto to themselves.1 - v2.1.232:
subagent_type: "fork"inherits conversation + prompt cache; non-teammate spawns background by default; cross-sessionSendMessageby bare name.2
Shipped
04DeepSeek API · peak/off-peak prices from 16 Aug 16:00 UTC
The pricing page no longer waves at a vague rise: peak hours are 01:00–04:00 and 06:00–10:00 UTC; off-peak is half of peak. Effective 16 Aug 2026 16:00 UTC. Pro peak cache-miss input $1.32 / 1M and output $3.96 / 1M (was $0.435 / $0.87 flat); off-peak $0.66 / $1.98. Flash peak $0.44 / $1.32, off-peak $0.22 / $0.66.3
pydantic-ai 2.30.0 / 1.107.5 · Host-header fix on local web UI
Second security patch this week for Agent.to_web() / clai web: no Host validation meant DNS rebinding from a page you visit could reach the local agent and its tools. Fixed by allowing localhost/loopback/LAN by default; real hostnames need allowed_hosts. GHSA-q2xc-rrxj-58x9.4
GitHub Copilot · Gemini 3.7 Flash rolling out
Google's latest Flash is in the Copilot model picker across VS Code, Visual Studio, CLI, cloud agent, app, JetBrains, Xcode, and Eclipse on Pro through Enterprise, billed at provider list under usage-based pricing. Business/Enterprise admins must enable the Gemini 3.7 Flash Preview policy first. Gradual rollout.5
google-adk 2.7.0 · model-declared capabilities + media tools
Models report their own tool/schema support instead of ADK guessing from the model id. Tools can return images and other media on Gemini, Anthropic, LiteLLM, Apigee, and OCI. History keeps thought signatures and parallel function results. Breaking: pyarrow left the gcp extra — BigQuery analytics needs google-adk[bigquery-analytics].6
Promised, not shipped
OpenAI Ultrafast (GPT-5.6 Sol, Cerebras) — limited preview, sign-up for expand; up to 750 out tok/s, vendor claim up to 14× Standard[^7][^8] · DeepSeek peak/off-peak API rates — 16 Aug 2026 16:00 UTC · MAI-Code-1-Flash removed from Copilot — 10 Sept 2026 · Grok Bot enterprise — waitlist, no date
The conversation
01The permission default flipped on the coding CLI most of this desk already runs, the same week the cheap Chinese API published timed rates and OpenAI put frontier Sol on a Cerebras speed tier you cannot buy yet.137
- Claude Code docs · permission modesVendor, dated
"Starting August 14, 2026, auto mode becomes the default permission mode for new sessions on Pro, Max, and Team plans."1
- HN · Ultrafast / CerebrasReader thread
Thread on the Cerebras write-up: vendor wall-clock on HLE (11h vs 78h for Fable 5) and token-efficiency colour; not an independent product bench.9
- @trq212 · X (13 Aug digest)Vendor-adjacent field note, digest ~24.5h old
Auto mode "makes the model better at following your hard instructions" — e.g. "don't push" sticks. One practitioner claim from the accounts digest, not a measurement.10
Treat today's default as a settings event: pin ask/deny before the next long agent run. Budget DeepSeek by UTC hour before Sunday. Ultrafast is a waitlist, not a pin.
GitHub releases: 28 watchlist repos, sweep complete, authenticated, 16 in-window. Vendor feeds: 12 sources, sweep_complete false (anthropic-status HTTP 502); 14 in-window from the other feeds. X accounts digest last collected 05:30 UTC 13 Aug (~24.5h old) — background only; no 14 Aug X digest in-repo. X keyword digest same age. Reddit pulse returned 0 posts above floor (6 subreddits). HN: Ultrafast/Cerebras thread. arXiv not swept.
Skip this
05OpenAI appoints Dali Rajic CRO. Org chart. Wrong beat.
GitHub license data quality + block users from comments on personal repos. Dependency-graph license source and social moderation. Not toolchain.
Cursor major 4.1h (Anthropic models) and assorted GitHub/OpenAI minor incidents. Resolved weather. Cursor named Mythos/Fable/Sonnet impact; no lasting product change.
Cline v4.1.9 UI polish + token-refresh edge cases. Yesterday's Claude Code provider fix already shipped; today's notes are theme/font and idle-token handling.
AI SDK monorepo patches (ai@7.0.65 / 5.0.236). Stream and onFinish plumbing. Collapsed.
Everything we saw
5858 candidates scanned · 12 used in this issue — the rest, with the reason each one was left out
| Item | Source | Signal | Call |
|---|---|---|---|
| Claude Code auto mode default 14 Aug | code.claude.com | docs dated change | led the issue |
| Claude Code v2.1.232 | github releases | fork default + @ sessions | one thing / shipped context |
| DeepSeek peak/off-peak pricing | deepseek docs | effective 16 Aug 16:00 UTC | shipped |
| OpenAI Ultrafast GPT-5.6 Sol | openai.com | limited preview 13 Aug | promised / conversation |
| Cerebras Ultrafast write-up | cerebras.ai | 750 tok/s vendor | promised support |
| pydantic-ai v2.30.0 Host header | github releases | GHSA | shipped |
| Gemini 3.7 Flash in Copilot | github changelog | 16.1h | shipped |
| google-adk v2.7.0 | github releases | correctness + media tools | shipped |
| langchain-openai 1.5.0 | github releases | openai 3.0 SDK | OpenAI 3.0 partner bump; dropped to free budget |
| HN — Accelerating GPT-5.6 Sol Ultrafast | news.ycombinator.com | thread | conversation |
| Claude Code v2.1.231 MCP OAuth redirect | github releases | Slack OAuth fix | folded under 232 |
| crewAI 1.15.16 | github releases | trace/context | not decision-changing |
| llama.cpp b10419–b10424 | github releases | nightly | DFlash log polish; not a ship |
| Cursor service degradation 4.1h major | cursor status | Anthropic models | skipped weather |
| X digests 13 Aug 05:30 | digests | ~24.5h old | background only |
| Reddit pulse — empty | reddit pulse | 0 posts, 6 subs | layer ran, nothing above floor |
End of feed. That is everything from the window worth your time.
Next issue tomorrow, 06:00 UTC — and if nothing ships, it will say so in two hundred words.