Search

Anthropic programmatic credit starting June 15, optimized Codex UI, stateless GitHub App tokens

Anthropic programmatic credit starting June 15, optimized Codex UI, stateless GitHub App tokens

ai-powered-markdown-translator

Article translated from fr to en with gpt-5.4-mini.

View project on GitHub ↗

A busy week on the developer tools side: Anthropic clarifies how programmatic usage will be billed starting June 15, OpenAI publishes significant Codex optimizations, and GitHub changes the format of its installation tokens. Claude is also expanding into the legal sector with 20 MCP connectors, while Manus deepens its competitive analysis via Similarweb.


Dedicated monthly credit for Anthropic programmatic usage

May 13, 2026 — Starting June 15, 2026, subscribers to paid Claude plans (Pro, Max, Team, Enterprise) will be able to claim a monthly credit dedicated to programmatic usage. This is one of the most viewed announcements of the period, with 10 million views on X.

Starting June 15, paid Claude plans can claim a dedicated monthly credit for programmatic usage. — @ClaudeDevs on X

This credit covers four distinct use cases:

Covered useDescription
Claude Agent SDKAgentic mode API calls
claude -pClaude Code non-interactive mode
Claude Code GitHub ActionsCI/CD automations via Claude
Third-party applicationsApps built on the Agent SDK (Conductor, OpenClaw…)

Claiming mechanism: eligible users will receive an email on June 8, 2026 with instructions for claiming the credits. Nothing needs to be done before that date. The credits apply separately from Claude Code’s existing rate limits.

This clarification answers a recurring question in the community: how does programmatic usage fit into existing subscriptions? The answer is now formal: it does not come out of the Claude Code quota; it gets its own monthly credit.


Exceptional reset of Claude Code rate limits

May 15, 2026 — At the end of the week, the Claude team carried out an exceptional reset of all rate limits for Claude Code, both the 5-hour limits and the weekly limits. The announcement received 28,000 likes and 1.8 million views.

Happy Friday! We’ve reset everyone’s 5-hour and weekly rate limits. — @ClaudeDevs on X

This one-off gesture adds to the permanent 50% increase in weekly limits announced on May 13 and valid until July 13, 2026. For developers in the middle of a weekend sprint, this reset represents a renewed usage window without additional waiting.


May 12, 2026 — Anthropic detailed Claude’s expansion into the legal sector with concrete product announcements organized around three pillars.

MCP connectors (20+) by domain:

DomainIntegrated tools
Contract managementDefinely, Docusign, Ironclad
Document managementiManage, NetDocuments
E-discoveryConsilio, Everlaw, Relativity
Legal researchLegal Data Hunter, Midpage, Trellis

12 plugins by practice area: Commercial, Corporate, Employment, Privacy, Product, Regulatory, AI Governance, IP, Litigation, Law Student, Legal Clinic, Legal Builder Hub.

Microsoft 365 integration: Claude works directly in Word, Outlook, Excel, and PowerPoint, without changing work environments. A public-service initiative accompanies the launch with partnerships with the Free Law Project and the Justice Technology Association.

🔗 Official announcement


Codex: customizable shortcuts and UI/performance optimizations

May 16, 2026 — OpenAI published a three-tweet thread summarizing the latest improvements to the Codex interface, with concrete numbers on performance gains.

Customizable keyboard shortcuts. Users can now configure their shortcuts from settings, instead of adapting to OpenAI’s defaults.

Reworked local server list interface. Better filtering, preserved sort-state memory, clearer empty states, and automatic refresh of unlisted ports every 120 seconds.

Measurable performance gains:

OptimizationGain
Re-renders when switching threads-75%
Certain streaming paths0 unnecessary re-renders
Git operations on large repositories10-50x faster
Startup and first interactionFaster

🔗 @OpenAIDevs thread


Codex Mobile roadmap (Andrew Ambrosino)

May 16, 2026 — Codex product manager Andrew Ambrosino published a roadmap of the upcoming improvements planned for Codex in the ChatGPT mobile app, currently in preview. The post, reposted by the official @OpenAIDevs account, received 129,700 views.

The features announced for the next iteration include: push notifications, the /fork command, the ability to restore a session after access revocation, better reconnections, fixing control of other devices, fewer mobile thread errors, better Git diff and full-file display, as well as fixing planning mode (plan mode) issues.

🔗 @ajambrosino tweet


GitHub App installation tokens: per-request replacement header

May 15, 2026 — GitHub introduced a temporary HTTP header allowing developers to test the new stateless format of GitHub App installation tokens before its full rollout. This change affects GitHub App application developers and GitHub Actions workflows.

How the X-GitHub-Stateless-S2S-Token header works:

ValueBehavior
enabledForces the new stateless JWT token (prefix ghs_, ~520 characters, 2 dots)
disabledForces the old opaque token (short format, no dot)
AbsentNormal gradual rollout behavior

Points for developers to watch: database columns storing tokens must accept at least 520 characters (compared with a short format before). The regex recommended by GitHub is ghs_[A-Za-z0-9\._]{36,} — the number of dots after ghs_ distinguishes the format (2 = stateless JWT, 0 = opaque token).

Scope: GitHub Enterprise Cloud and Data Residency only. The header is temporary and will be removed on a date to be announced later.

🔗 GitHub changelog


May 14-15, 2026 — Manus deepened its integration with Similarweb (partnership active since January 2026) by adding new competitive analysis metrics directly accessible from the platform.

New metrics available:

MetricDescription
Keyword overviewDemand, difficulty, cost, intent of a keyword
Site analysis keywordsTerms generating traffic (brand + non-brand)
Incoming referrers (Desktop + Mobile)Sites sending traffic to a domain
Outgoing referrers (Mobile Web)Sites visited after a domain
Landing pagesPages capturing organic/paid traffic
Popular pagesMost visited pages of a domain

Access: data is integrated for all Manus Pro users without a Similarweb account required — it is deducted from Manus credits (quota: 20,000 credits/month). A Similarweb MCP connector for existing paid Similarweb users is planned soon.

🔗 Manus announcement


Briefs

  • Claude legal deployment guide — Anthropic publishes a 3-phase guide for deploying Claude in legal teams, with downloadable PDF. 87% of legal executives now use generative AI. 🔗 source

  • API tip: prompt cache warming — @ClaudeDevs recommends sending the system prompt ahead of time to pre-warm the cache and reduce time to first token (TTFT). 🔗 source

  • Claude Code in large codebases — Anthropic guide on the 7 essential components for deploying Claude Code at enterprise scale: CLAUDE.md, hooks, skills, plugins, LSP, MCP, sub-agents. 🔗 source

  • The Founder’s Playbook — Anthropic publishes a 4-phase guide (Idea → MVP → Launch → Growth) for AI-native startup founders, with eBook and case studies. 🔗 source

  • Midjourney confirms a future video model — In response to a user, Midjourney informally confirms it is planning “at least one more video model sometime this year.” Not an official launch. 🔗 source

  • Zed + ChatGPT subscription — Editor Zed announces compatibility with the ChatGPT subscription for its built-in agent, with the same limits as Codex. Reposted by @OpenAIDevs. 🔗 source

  • Cohere Compass — unstructured documents — Cohere highlights Compass (Visual Parsing model + embedding stack) for searching unstructured documents: financial reports, emails, classified archives. 🔗 source


What this means

Anthropic’s pricing clarification on programmatic usage is not trivial: it explicitly separates the Claude Code quota (interactive) from agentic credits (SDK, CI/CD, third-party apps). For developers who use claude -p in their pipelines or build apps on the Agent SDK, this ends a gray area — and likely signals that programmatic usage will grow enough to justify a dedicated pricing line.

The week also illustrates a trend toward verticalization: the legal sector is becoming the first enterprise domain to receive such a systematic treatment (20+ MCP connectors, 12 business plugins, Microsoft 365 integration, public-service initiative). The playbook — MCP connectors by domain, plugins by practice area, integration into existing suites — will likely be replicated across other sectors (finance, healthcare, HR).

On the developer tooling side, OpenAI and Anthropic are moving forward on two complementary fronts: Codex is improving IDE fluidity (shortcuts, UI performance, mobile roadmap) while Anthropic is publishing guides on how to use Claude Code at scale in enterprise codebases. The reset of rate limits, although temporary, shows that community pressure on quotas remains an effective engagement lever — 28,000 likes on a simple “Happy Friday.”


Sources