Issue 031 — window: 24h to 06:00 UTC, 15 Sep 2026nofeed.dev
No. 031 · 15 September 2026 · 3 min← No. 030 · No. 032
SIGNALBUSY|SHIPPED 2|SKIPPED 4

The one thing

01

Cline's hub loads agent plugins from your home directory and deliberately refuses to load them from the repository you just opened.

Cline SDK v0.0.83 published at 05:53 UTC. Packages under ~/.agents/plugins/* are discovered and validated from their root plugin.json; valid skills are exposed through the skills tool as plugin-name:skill-name, and stdio, Streamable HTTP and legacy SSE servers declared in mcp.json start without anything being written to cline_mcp_settings.json. Workspace .agents/plugins directories are not scanned, so opening a repository cannot start MCP servers that the repository controls; extra roots require an explicit agentPluginPaths.1 The CLI carrying the same change, v3.0.62, published at 06:04 UTC — four minutes after this window closed, so we are reporting it from the SDK release.2

Three fixes in the same release are about time rather than trust. A model turn that dies mid-stream on a transient provider error is now retried up to three times with exponential backoff; a single forwarded 429 previously ended the run. A turn that has already streamed text, reasoning, media or a tool call is never retried, so nothing duplicates. Streaming had been throttled because the hub proxied every runtime event to client onEvent hooks as a round trip carrying a full session snapshot, with the agent loop awaiting it. And checkpoints re-hashed every untracked file before each model call, which on multi-gigabyte workspaces blocked messages for seconds to minutes.1

VERDICT · USE IT — Upgrade. On a large workspace, or on a provider that forwards 429s, this removes two failure modes you may have been blaming on your own machine.

Shipped

02
Use it

Claude Code v2.1.271 · per-command allowed_domains, plugin commands pinned by hash

Published 22:12 UTC 14 Sep; v2.1.272 followed at 00:42 UTC with bug fixes only. Bash, PowerShell and Monitor accept per-command allowed_domains in auto mode with sandboxing: the hosts a command needs are reviewed alongside that command and opened for it alone, and other hosts are refused. claude plugin install and claude plugin update accept --accept-command <sha256>, which approves exactly the command a previous --json run displayed rather than whatever runs now.34

MATTERS TO · Anyone running Claude Code under an organisation policy, or installing plugins from a script
nofeed.dev/issues/2026-09-15/claude-code-2-1-271/
Breaking

llama.cpp v0.4.1 · a signature changes, and GDN normalisation is fixed

Published 18:27 UTC 14 Sep. llama_sampler_chain_n() returns int32_t rather than int. GDN normalisation moves from max to rsqrt for affected Qwen, Kimi and GLM models, and MTP context KV cache allocation is fixed for DeepSeek2 and GLM-MoE — bad output from those served locally may have been this.5

MATTERS TO · Anyone compiling against libllama, and anyone serving Qwen, Kimi or GLM locally
nofeed.dev/issues/2026-09-15/llama-cpp-0-4-1/

Promised, not shipped
Copilot seat charging upfront and model cutover — 1–2 Oct 2026 · Cursor OpenAI bundled end — proposed 12 Nov 2026

The conversation

01
The claim — including ours

A 35kB preprompt that worked against a hosted model does not fit in a self-hosted one, and the thread argues about whose fault that is.

From the floor
  • patrickmccanna.net, on Hacker News — 129 points, 69 commentsReader-posted · first-hand · unverified against any vendor page

    Moving 35kB preprompts off Opus to self-hosted models, the reported failure is context: prompts sized for a hosted million-token window fail against a local 65K one.7

  • Top-level replies in the same threadReader-posted · contested · no method given

    The most-upvoted reply argues a 35kB prompt is unfocused on any model and puts the useful attention ceiling near 250K, well below advertised limits. Another reports 5–10 minute prefills on a 128GB local machine. Neither figure arrives with a method.7

  • X and RedditLayers did not run for this window

    The newest file in both digest folders is 14 Sep 05:30 UTC, which sits outside this window. A live Reddit pulse across six practitioner subreddits returned zero posts in-window at any comment threshold.89

Our take

We are printing the claim and refusing the numbers. A context ceiling is measurable and nobody in that thread measured one.

Releases: 28 repos, sweep complete, authenticated, 12 non-prerelease in-window. Vendor feeds: 12 sources, sweep complete, 7 items. Hacker News swept above 40 points, 53 stories in-window. X digests stop at 14 Sep 05:30, so the X layer did not run today. Reddit: no digest, live pulse zero posts. arXiv not swept.

Skip this

04

Everything we saw

72
72 candidates scanned · 3 used in this issue — the rest, with the reason each one was left out
The receipt. Ranking is only trustworthy if the discarded pile is visible, so here it is: everything the collectors surfaced in the window, with its signal and what we did with it.
ItemSourceSignalCall
cline/cline SDK v0.0.83github releases05:53 UTC 15 Sep, hub-managed agent pluginsled the issue
cline/cline CLI v3.0.62github releases06:04 UTC 15 Sep, four minutes past the windowcarried the same change
anthropics/claude-code v2.1.271github releases22:12 UTC 14 Sepshipped
anthropics/claude-code v2.1.272github releases00:42 UTC 15 Sep, bug fixes onlyshipped
ggml-org/llama.cpp v0.4.1github releases18:27 UTC 14 Sep, one API signature changeshipped, breaking
Vercel — AI SDK harness layer native subscription authenticationvercel changelog21:28 UTC 14 Sepshipped, wait
BerriAI/litellm v1.101.0github releases03:41 UTC 15 Sep, timing headers on /v1/messages and /v1/responseswatching, no decision this week
openai/openai-python v3.14.0github releases23:28 UTC 14 Sep, stream errors normalisedwatching
vercel/ai ai@7.0.101github releases04:19 UTC 15 Sep, patch: serialise tool output JSONpatch, nothing to decide
block/goose v1.50.1github releases21:00 UTC 14 Sep, reverts model updates and MCP default version selectiona rollback, not a shipment
sst/opencode v1.18.31github releases17:47 UTC 14 Sep, ACP session bugfixesbugfix release
GitHub — Configure cost and quality in Copilot auto model selectiongithub changelog16:05 UTC 14 Sep, rolling outskipped, no number moved
OpenAI — Elevated errors affecting Work Mode in ChatGPTopenai statusto 15:58 UTC 14 Sep, 11.2h, minorin production
OpenAI — Degraded Performance affecting Agents APIopenai status23:20 UTC 14 Sep, 0.3h, impact nonein production
GitHub — Actions larger runner jobs slow to startgithub status18:40 UTC 14 Sep, 0.9h, minorin production
Cursor — Investigating Grok service degradationcursor status08:14 UTC 14 Sep, 0.9h, minor, Grok 4.6short and resolved
OpenAI — How Fyxer built an AI executive assistant people trustopenai news12:00 UTC 14 Sepvendor customer story
Notes on gotchas migrating 35kB preprompts to self-hosted modelshacker news129 points, 69 comments, contestedthe conversation
GPT-5.6 Luna vs GPT-6 Astra: is a $1.20 model good enough for code review?hacker news137 points, 124 commentsskipped, vendor benchmark
Pion, an agent designed to run any company autonomouslyhacker news357 points, 402 commentsskipped, no availability
Apple's Siri AI can be swapped out for Claude, ChatGPT, code showshacker news221 points, 155 commentsskipped, unannounced
OpenAI bots knew about the RubyGems caching vulnerabilityhacker news422 points, 341 commentswatching, no developer decision yet
X accounts digest, newest filedigestscollected 05:30 UTC 14 Sep, no 15 Sep filelayer did not run
Reddit live pulse, six practitioner subredditsscrapecreators0 posts in-windowlayer empty
GitHub trending sweepdiscovery55 on-beat, 41 pending, 5 admittedwatchlist 28 to 33
EOF

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.

Still developingClaude Code's weekly limit at 125% of the old standard, promised for 14 Sep, is still on no vendor page we can find — carried from issue 30. Copilot seat charging and the model cutover land 1–2 Oct.
Sources — each with the date it was read01 github — cline/cline SDK v0.0.83, published 05:53 UTC 15 Sep (2026-09-15) · 02 github — cline/cline CLI v3.0.62, published 06:04 UTC 15 Sep (2026-09-15) · 03 github — anthropics/claude-code v2.1.271 (2026-09-15) · 04 github — anthropics/claude-code v2.1.272 (2026-09-15) · 05 github — ggml-org/llama.cpp v0.4.1 (2026-09-15) · 06 Vercel changelog — AI SDK harness layer native subscription authentication, 14 Sep 2026 (2026-09-15) · 07 Hacker News — notes on migrating 35kB preprompts to self-hosted models, 129 points, 69 comments, with top-level replies (2026-09-15) · 08 X accounts digest — newest file, collected 05:30 UTC 14 Sep, outside this window (2026-09-15) · 09 Reddit live pulse 15 Sep — six practitioner subreddits, zero posts in-window (2026-09-15)

Get it by email.

One issue every weekday. The whole thing, not a teaser.

Or RSS, if you would rather we never had your address.