What shipped & dropped across AI labs, today.
Tuesday
Tue · Jul 7 · 1 postMonday
Mon · Jul 6 · 1 postJuly 2
Thu · Jul 2 · 2 postsCopilot agent session streaming is now in public preview
GitHub Enterprise Cloud customers with enterprise managed users can now access GitHub Copilot agent session data across all Copilot clients, including: Cloud agents operating on github.com and data resident deployments…
Cost centers now support AI credit pools
You can now cap how much of your enterprise’s monthly included AI credits a cost center can use. This is available through the REST API today. Management in the cost…
July 1
Wed · Jul 1 · 1 postJune 30
Tue · Jun 30 · 1 postJune 29
Mon · Jun 29 · 1 postJune 28
Sun · Jun 28 · 1 postJune 23
Tue · Jun 23 · 1 postJune 22
Mon · Jun 22 · 2 postsPatch the Planet: a Daybreak initiative to support open source maintainers
OpenAI introduces Patch the Planet, a Daybreak initiative helping open-source maintainers find, validate, and fix vulnerabilities with AI and expert review.
Codex-maxxing for long-running work
Learn how Jason Liu uses Codex to preserve context, manage complex projects, and help work continue beyond a single prompt.
June 21
Sun · Jun 21 · 1 postJune 18
Thu · Jun 18 · 1 postJune 17
Wed · Jun 17 · 2 postsCloud Environment Setup and Cloud Subagents in Agents Window
This release introduces updates to cloud agents in the Agents Window of the Cursor desktop app. #Cloud environment setup Cursor can now help you set up your dev environment in the cloud in less than 10 minutes. You can watch the agent's progress in a shared terminal session as it handles setup tasks like installing dependencies. Your environment is captured in a reusable snapshot, so future cloud agents start up faster with the ability to test changes by running your software. It can iterate over long time horizons until outputs are verified. This benefits your entire team when committed to .cursor/environment.json. #Cloud subagents with /in-cloud Use /in-cloud to spin up a cloud subagent in its own VM to work on the next task you submit. It runs on its own VM and branch, so your local workspace stays clean and responsive. This is especially useful for isolating long-running or parallel work like fixing CI, investigating an issue, or exploring a codebase while you keep working locally. You can also ask a cloud subagent to babysit a PR by clicking on the quick-action pill or using /babysit. The cloud agent will iterate remotely to prepare your PR for merge without tying up the local session. The cloud subagent can run in the background without interrupting the parent agent, which can continue to run locally or in the cloud. #Handoff between local and cloud Move agent sessions more reliably between your local computer and the cloud. You can offload long-running work from your machine and run as many cloud agents in parallel as you want. Pull a cloud agent back down to local to test changes yourself.