v1.1.13
OpenCodeSummary
This release introduces several key features for desktop users, including the ability to fork sessions and configure the default server URL. Several bugs have been resolved across the TUI and desktop clients, such as fixing command palette highlighting and ensuring proper functionality for OpenAI Business plans.
New Features
- Added ability to fork sessions in the desktop application.
- Enabled tracking of file modifications in ACP.
- Enabled passing sessionID to chat.system.transform.
- Enabled support for configuring the default server URL for the desktop application.
Bug Fixes
- Fixed command palette incorrectly highlighting items on mouse hover in the TUI.
- Fixed mouse hover and click functionality on prompt input autocomplete in the desktop app.
- Fixed desktop build failure caused by a missing import.
- Fixed an issue where card errors could not be selected in the desktop app.
- Fixed an issue where telemetry was enabled in the PHP language server.
- Fixed an issue where the 'none' variant was incorrectly included for gpt-5.2-codex.
- Fixed ripgrep searches to follow symlinks by default.
- Fixed an issue where the serverDisplayName function performed an unnecessary split operation in the desktop app.
- Fixed text editing shortcuts not working in search dialogs on macOS.
- Fixed TUI component props.ref initialization by moving it to onMount.
Improvements
- Ensured the Codex built-in plugin is always available.
- Ensured /connect works for OpenAI Business plans by adding a missing field.
- Refactored external directory validation into a shared utility to reduce code duplication.