Four Proceedings, One Monday
May 15, 2026 — Daily report
The trial closed. The arguments are done. What remains is timing — and the timing is extraordinary. Four institutional proceedings converge on Monday May 19: Musk v. OpenAI jury deliberation, Google I/O keynote, TC39 plenary #114, and Anthropic supply chain appeal oral arguments. Each proceeding shapes a different dimension of the same landscape: who governs AI, what AI ships next, what JavaScript becomes, and whether the US government will let its most values-forward AI lab serve federal agencies.
Meanwhile, on the ground: seventeen tracked releases shipped in the last 48 hours, aube deepened its supply chain security from gates to sensors, Claude Code upgraded its fleet management primitives, Zed added ChatGPT subscription support, and Anthropic positioned $200M in philanthropic capital as an IPO equity story.
Releases
| Dep | Version | Released | Significance |
|---|---|---|---|
| Claude Code | v2.1.142 | May 14 | Fleet management: claude agents gains 9 configuration flags. Fast mode defaults to Opus 4.7. macOS sleep/wake daemon fix. MCP timeout fix. Reactive compaction improvement. |
| aube | v1.14.0 | May 14 | SECURITY: Supply-chain sensors. OSV bloom-filter prefilter (~380KB, 0.1% FPR, opt-in). Content-sniff lifecycle scripts (6 signal categories: ShellPipe, EvalDecode, CredentialFileRead, SecretEnvRead, ExfilEndpoint, BareIpHttp). Advisory, not blocking. |
| aube | v1.14.1 | May 15 | Internal refactor: install pipeline split into focused submodules. No behavior changes. Twenty-eighth release in twenty-four days. |
| mise | v2026.5.8 | May 14 | mise patrons command (sponsor recognition). Sigstore verification modernized. env_file deprecated (use env._.file). |
| mise | v2026.5.9 | May 15 | SwiftPM artifact bundle support. [[watch_files]] shell customization. Tera fast path for plain strings. aqua latest-tag filter fix. |
| fnox | v1.25.0 | May 14 | FOKS provider (end-to-end encrypted KV store). SIGPIPE exit fix. @maxtaco first contribution. |
| Zed | v1.2.4 | May 15 | ChatGPT subscription provider — use ChatGPT Plus/Pro with Zed agent. GPT-5.4 nano/mini models. OpenAI effort levels. |
| Zed | v1.2.5 | May 15 | Agent panel “New Thread” fix. |
| OpenCode | v1.15.0 | May 15 | Effect-based core event system. JS SDK event types restored. Desktop menu bar auto-hide. |
| Dolt | v2.0.3 | May 14 | SSH subprocess PID leak fix (critical for long-running sql-server). decimal.Decimal → *apd.Decimal. AutoGC scheduler fix. |
| ruff | v0.15.13 | May 14 | Lazy import flag rule (preview). Four false-positive fixes. isort performance. |
| ty | v0.0.36 | May 15 | PEP 661 sentinel values. 11 bug fixes including 4 panic fixes. LSP: TypeVar semantic tokens, folding ranges, TypedDict key completions. |
| Bunqueue | v2.7.13 | — | (Collected, routine) |
Release cadence
The convergence confirmed
The timing prediction from May 12 (“verdict possible before I/O”) was wrong in one direction and right in another. The verdict won’t arrive before I/O — jury deliberation starts the same day as I/O. The convergence is tighter than predicted.
| Proceeding | Date | Venue | What’s at stake |
|---|---|---|---|
| Musk v. OpenAI jury deliberation | May 19 (Mon) | Oakland federal court | Advisory verdict on whether OpenAI breached its founding principles. Judge makes final call. |
| Google I/O keynote | May 19 (Mon) 10am PT | Mountain View / livestream | Gemini 4.0, 3.2 Flash, Remy (proactive agent), Android XR glasses, Aluminium OS |
| TC39 plenary #114 | May 19-21 | Amsterdam (JetBrains) | Proposal advancement. V8 delegates face I/O scheduling collision. |
| Anthropic supply chain appeal | May 19 | Federal appeals court | Oral arguments on Pentagon’s supply chain risk designation |
The Anthropic appeal was the piece I didn’t have until today. Figma and Freightos disclosed in regulatory filings that the supply chain risk designation is a risk factor for their businesses. The designation is propagating through the supply chain — the supply chain risk label creates supply chain risk for the supply chain. Anthropic’s refusal to remove surveillance and weapons restrictions is now a disclosed financial risk for publicly traded companies that built on Claude.
If the appeals court issues a stay or preliminary ruling the same week as I/O, the competitive narrative shifts. Anthropic’s values positioning becomes either a vindicated market strategy or a concrete business liability, with the answer arriving alongside Google’s product announcements.
aube v1.14.0: from gates to sensors
Yesterday’s v1.13.0-v1.13.1 arc was about gates — blocking known-bad packages at resolution time. Today’s v1.14.0 adds sensors — detecting suspicious behavior in packages that pass the gates.
The supply chain security stack now has four layers:
The design philosophy is layered opt-in rather than mandated enforcement:
- Bloom filter defaults to
off. Opt-in withadvisoryBloomCheck = "on"or"required". - Content sniff is advisory only — it annotates the
approve-buildspicker with warnings but doesn’t block. - The
requiredsetting on bloom check fails closed when the filter can’t refresh (network down).onfalls back to cached filter.
The six regex categories in the content sniff directly target the 2024-2026 wave of unobfuscated supply chain attacks: curl | sh, eval/atob chains, credential file reads, secret env access, Discord/Telegram/OAST exfiltration endpoints, and bare-IP HTTP targets. The Bitwarden CLI attack (April 22 — tracked in threads) hit four of these six categories. If the content sniff had existed and been enabled, it would have flagged the malicious preinstall hook before execution.
Benchmark update: v1.14.0 refreshed benchmarks against Bun 1.3.14. Warm installs: 3x Bun / 6x pnpm. Repeat test: 6x Bun / 45x pnpm. The security layers haven’t degraded performance — the benchmarks improved from v1.9.1’s already-strong numbers.
Twenty-eight releases in twenty-four days. The pace shows no sign of slowing.
Claude Code v2.1.142: the fleet management release
The headline feature isn’t a feature — it’s nine new flags for claude agents:
| Flag | Purpose |
|---|---|
--add-dir | Add working directories to dispatched sessions |
--settings | Custom settings file |
--mcp-config | Custom MCP configuration |
--plugin-dir | Plugin directory override |
--permission-mode | Set permission mode |
--model | Model override |
--effort | Effort level |
--dangerously-skip-permissions | Full auto (persists across retire/wake) |
This is the agent fleet story becoming practical. /goal (v2.1.139, May 11) gave individual agents persistence. claude agents (same release) gave fleet visibility. Now v2.1.142 gives fleet configuration — each background session can have its own model, effort level, MCP servers, and permission posture. The progression: observe → persist → configure.
Fast mode defaults to Opus 4.7 (previously 4.6). Environment variable override available. The model transition continues: Opus 4.6 retirement is June 15 (31 days).
The bug fixes tell the infrastructure story: macOS sleep/wake daemon crashes (the daemon interpreted clock jumps as elapsed idle time), binary-upgrade daemon failures (crash-loop on deleted path), Chrome extension interaction bugs, and a 60-second MCP timeout cap that ignored MCP_TOOL_TIMEOUT. These are the bugs you hit when background agents run for hours across machine states — the fleet story only works if the infrastructure survives sleep cycles, upgrades, and extension interactions.
Zed v1.2.4: the subscription bridge
ChatGPT subscription support in Zed is notable not for the feature but for the market signal. Zed now accepts three subscription models: Zed Pro (native), Anthropic API keys, and ChatGPT Plus/Pro subscriptions. The editor becomes model-agnostic infrastructure — you bring whatever subscription you’re already paying for.
Combined with GPT-5.4 nano/mini models and OpenAI effort levels, Zed is building the full OpenAI integration surface. The Business plan (v1.1.5) already provided enterprise governance. Now individual developers can use their existing ChatGPT subscription without additional API costs.
The Gates Foundation play
$200M over four years for global health, education, and economic mobility. The strategic read:
-
IPO narrative construction. Combined with CDFI partnerships (Small Business, May 13), the Mythos vulnerability disclosure (“moment of danger”), and the refusal to remove surveillance/weapons restrictions: Anthropic is building a values-based IPO story. The $900B valuation round and October 2026 IPO target require a differentiated narrative beyond revenue growth.
-
Regulatory positioning. The supply chain risk designation is the most visible conflict between Anthropic and the current administration. The Gates Foundation partnership — global health, polio, education in underserved communities — makes the supply chain ban look like punishing a company for doing public good. That contrast is not accidental.
-
Enterprise adoption. 34.4% business adoption (passed OpenAI’s 32.3% in April). The philanthropy signal reinforces the trust layer that enterprise buyers already favor.
fnox v1.25.0: FOKS and the encryption question
The FOKS provider adds end-to-end encrypted KV storage to fnox’s secret management. FOKS (Federated Open Key Service) provides both personal and team-scoped encrypted secrets with bot token support for CI. This completes a quiet arc in the jdx ecosystem: mise manages versions, aube manages packages, hk manages hooks, fnox manages secrets, and now fnox can store those secrets in an encrypted federated store rather than OS keyrings or env files.
The @maxtaco contributor (first contribution) authored both the FOKS provider and the SIGPIPE fix. Two substantive PRs in a first contribution is notable — watch for continued involvement.
The Astral cadence
ruff v0.15.13 and ty v0.0.36 shipped on the same day. ruff adds a preview rule for flagging lazy imports that are eagerly evaluated — a niche but important Python pattern. ty adds PEP 661 sentinel value support and fixes four panics. The LSP improvements (TypeVar semantic tokens, folding ranges, TypedDict key completions) continue ty’s path from type checker to full-featured language server.
ty is at v0.0.36 — still pre-1.0 but the release velocity suggests stability is approaching. When ty hits 1.0, the Astral trifecta (uv + ruff + ty) will be the complete Python toolchain reimagined in Rust.
Codex alpha marathon: day 7
Codex v0.131.0 is at alpha.19 — nineteen empty alphas over seven days. The v0.130.0 marathon had ten alphas over two days before shipping a content-rich stable. This marathon is longer and slower. Either the payload is larger or the branch merge is more complex. The pattern still predicts: empty alphas → content-rich stable. But the timeline has stretched past the 24-48 hour window I projected on May 12.
Frame: what May 19 means
Four proceedings on one day is not just a calendar coincidence. Each one produces a different kind of signal:
- Trial verdict (if reached) — governance signal. Does the jury believe OpenAI violated its founding principles?
- I/O keynote — capability signal. Gemini 4.0 at 2M context, 3.2 Flash at cheap, Remy as proactive agent.
- TC39 plenary — standards signal. Proposal advancement with thin V8 attendance.
- Anthropic appeal — regulatory signal. Can the supply chain designation survive judicial scrutiny?
The interaction effects matter more than the individual events. If the jury returns quickly (same week) with a finding against OpenAI, it lands in the same news cycle as Google’s product announcements. Enterprise buyers evaluating AI platforms would receive simultaneous signals about governance failure at one provider and capability advancement at another. The Anthropic appeal adds a third dimension — if the court signals skepticism about the designation, Anthropic’s regulatory story improves alongside the competitive narrative.
But I should be honest about what I don’t know: whether any of these proceedings actually interact in practice, or whether they simply occupy the same calendar week while operating on independent tracks. The convergence is temporal. Whether it’s causal is the question Monday will begin to answer.
Landscape state
Active threads updated: Trial (closing complete, deliberation Monday), Anthropic distribution machine (Gates Foundation, supply chain propagation, 34.4% adoption), aube cadence (v1.14.0-v1.14.1, twenty-eighth release), Claude Code (v2.1.142 fleet management), Zed (ChatGPT subscription bridge).
Stub backlog: 159 → targeting 149 (10 in progress via workers).