ai-powered-markdown-translatorTranslated article from fr to en with gpt-5.4-mini.
OpenAI ships Codex CLI v0.130.0 with a new codex remote-control entry point for controlling an AI agent in headless mode from other processes. Genspark confirms it has reached $250 million in annual recurring revenue in 12 months from zero — a milestone echoed by the CEO of its infrastructure provider E2B. GitHub, for its part, opens zero-downtime Enterprise migrations in public preview and expands Repository Rulesets with per-user bypass and branch renaming.
Codex CLI v0.130.0 — remote-control and headless app-server
May 8 — OpenAI releases Codex CLI version v0.130.0 (the previous one covered here was v0.128.0 on April 30). The most significant new feature is codex remote-control : a simplified entry point for starting a headless app-server that can be controlled remotely by other processes or services. This paves the way for integrations where Codex acts as an embedded agent in a pipeline without a user interface.
Key features in v0.130.0:
| Feature | Description |
|---|---|
codex remote-control | Starts a remotely controllable headless app-server |
| Plugin details with hooks | Plugin metadata exposes included hooks and discoverability controls |
| Thread pagination | Unloaded, summarized, or full view for long app-server threads |
Bedrock via aws login | Bedrock authentication from AWS console-login credential profiles |
Multi-environment view_image | File resolution via the environment selected in a multi-env session |
Among the notable fixes: live threads now pick up configuration changes without restarting, and diffs remain accurate during apply-patch operations with partial failures. The “research preview” label has been removed from the codex exec startup banner.
Genspark surpasses $250M ARR in 12 months
May 8 — Genspark announces that it has reached $250 million in annual recurring revenue (ARR) in 12 months from zero. The milestone is publicly confirmed by Vasek Mlejnsky, CEO of E2B — the sandboxing platform that provides the isolated code execution infrastructure on which Genspark operates.
“Watching @genspark_ai go from zero to $250M ARR in 12 months on our infrastructure is one of the best feelings in this job.” — Vasek Mlejnsky, CEO E2B
E2B is the provider of isolated execution environments used by several AI agent platforms to safely run user code. Genspark’s growth is part of the wave of general-purpose agent platforms consolidating in 2026, alongside Manus and the agent offerings from OpenAI and Anthropic.
🔗 Tweet from @genspark_ai relaying the E2B quote
GitHub Enterprise Live Migrations — public preview
May 7 — GitHub opens live migrations for Enterprise organizations in public preview. In practical terms, an organization can now migrate from one GitHub Enterprise tenant to another without downtime: repositories, issues, pull requests, and workflows remain accessible during the transfer.
| Aspect | Detail |
|---|---|
| Status | Public Preview (Public Preview) |
| Target | GitHub Enterprise customers migrating between tenants |
| Downtime | None — access maintained during the transfer |
| Typical use case | Post-acquisition consolidation, multi-tenant reorganization |
This is a direct response to Platform Engineering teams managing corporate restructurings: the old process required a sometimes lengthy outage window, which was costly for organizations with high delivery cadence.
🔗 GitHub Changelog announcement
GitHub Repository Rulesets — user bypass and branch renaming
May 7 — GitHub Repository Rulesets gain two fine-grained governance capabilities. First, per-user bypass: it is now possible to designate a specific user as exempt from a rule, without having to create a one-person team. Second, a new branch renaming rule complements the existing controls on branch creation, deletion, and protection.
| New capability | Concrete benefit |
|---|---|
| User bypass | Granular exemption without creating a fictitious one-person team |
| Branch renaming rule | Standardization of conventions (feature/*, release/*) across a repository |
These additions are particularly useful for SRE and Platform Engineering teams that manage rulesets across a multi-repository organization.
🔗 GitHub Changelog announcement
Briefs
- Claude Code v2.1.137 and v2.1.138 — v2.1.137 fixes the VSCode extension not activating on Windows. v2.1.138 brings internal fixes that are not detailed. 🔗 CHANGELOG
- ClaudeDevs — San Francisco hackathons — @ClaudeDevs is co-organizing several hackathons in San Francisco for the week of May 12, 2026, with an open invitation to developers who want to build with Claude. 🔗 Tweet
- GitHub CodeQL 2.25.3 — Swift 6.3 support — CodeQL 2.25.3 adds support for Swift 6.3 for static security analysis, following Apple’s release of the language. 🔗 Changelog
- GitHub — Disabling commit comments at the account level — Users can now disable comments on their commits from their account settings, without having to go through each repository individually. 🔗 Changelog
- GitHub — Search bar for security advisories — A search bar and filters make it easier to navigate a repository’s security advisories, useful for maintainers dealing with a large volume of alerts. 🔗 Changelog
What this means
The release of codex remote-control in Codex CLI v0.130.0 marks an evolution in how AI CLIs are conceived. The agent is no longer just an interactive tool: it becomes an embedded service, driven by other processes without a user interface. This is the same movement we see in Claude Code with its non-interactive mode and pre/post-tool hooks — AI CLIs are becoming architectural components as much as individual productivity tools.
Genspark’s growth — $250 million ARR in 12 months from zero — illustrates the acceleration of the agent platform economy. The E2B CEO’s testimony adds an interesting dimension: the valuation of the underlying infrastructure providers (sandboxing, isolated code execution) that directly benefit from the rise of these platforms. E2B is an indirect indicator of the health of the entire agent ecosystem that runs code.
On the GitHub side, the two Enterprise announcements — live migrations and enriched rulesets — reveal a clear priority for Platform Engineering and SRE teams. Migrating an organization without downtime was a real blocker for major post-acquisition consolidations. The user bypass in rulesets, meanwhile, fixes an old administrative friction. These improvements are aimed at users running GitHub at scale, not individual developers — a sign of GitHub’s growing focus on the enterprise segment.
Sources
- Codex CLI changelog — OpenAI Developers
- Genspark $250M ARR — @genspark_ai on X
- GitHub Enterprise Live Migrations — public preview
- GitHub Repository Rulesets — User bypass and branch renaming
- GitHub CodeQL 2.25.3 — Swift 6.3 support
- GitHub — Disabling commit comments at the user level
- GitHub — Security advisories search bar
- Claude Code CHANGELOG
- ClaudeDevs SF hackathons — @ClaudeDevs on X