From a0cc830252eed0c7f7c9e493272182d053162ba0 Mon Sep 17 00:00:00 2001 From: Theo Luan Date: Tue, 26 May 2026 14:45:12 -0700 Subject: [PATCH] . --- docs/changelog/release-notes.mdx | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index e01f615c..f900f29e 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -22,6 +22,64 @@ rss: true + + `v0.132.0` + +## New features + +- **Deploy to Render** - New `/deploy-to-render` skill helps you deploy projects to Render + +## Improvements + +- **Security review scope confirmation** - The `/security-review` skill now confirms the scope and audit branch with you before running +- **Faster EU connections** - Reduced connection latency for users in the EU region + +## Bug fixes + +- **Disabled model selector rows** - Restored disabled rows in the model selector so all options are visible +- **Missions across reconnects** - Active missions now keep running through network reconnects +- **Mission computer in mission control** - The active mission computer now appears on the mission control page (app) +- **Windows desktop setup** - Fixed setup and scripts for the Windows desktop app (app) +- **Rich text autofocus** - Improved autofocus reliability for rich text inputs (app) + + + + + `v0.131.0` + + Maintenance release with under-the-hood improvements. + + + + + `v0.130.0` + +## New features + +- **Model favorites** - Mark and quickly access your preferred models from the model selector +- **Spec save directory** - Configure where specs are saved with a new setting +- **Expand pasted placeholders** - Press Alt+Shift+V (Opt+Shift+V on macOS) to expand truncated paste placeholders inline + +## Improvements + +- **Refined model selector** - Streamlined the model selector submenu +- **BYOK model parity** - Brought the BYOK model experience in line with the rest of the model picker +- **Clearer help output** - Improved formatting of the `help` command output + +## Bug fixes + +- **Image paste on Linux** - Pasting images now works on Linux, with a graceful fallback when clipboard data is unavailable +- **MCP OAuth clients** - Static MCP OAuth clients are now supported during authentication +- **OAuth provider errors** - 4xx responses from connected OAuth providers are now surfaced as user-facing errors +- **ApplyPatch new files** - New files in ApplyPatch results now render correctly as creates +- **CLI update reliability** - Prevented restart races during CLI daemon updates +- **PowerShell under `exec`** - PowerShell commands now run non-interactively in `exec` mode +- **Slack first-mention indicator** - Slack now shows the typing indicator from the very first mention +- **Daemon auth on reconnect** - Daemon auth tokens now refresh when reconnecting (app) +- **Desktop paid onboarding** - The onboarding finish screen is now skipped on the desktop paid flow (app) + + + `v0.129.0`