v1.0.186
OpenCodeSummary
This release introduces several new capabilities, including an experimental LSP tool, Agent Skills support, and clipboard image pasting on Windows. Several important bug fixes address snapshot failures and incorrect port usage for websocket connections. Users will also notice visual polish on the desktop app and improved responsiveness for mobile devices.
New Features
- Added experimental LSP tool support.
- Enabled nixd as an LSP provider for the Nix language.
- Supported pasting images from the clipboard (Ctrl+V) on Windows.
- Added mobile responsiveness to the application interface.
- Provided an ARM64 build specifically for Linux users.
- Added support for Agent Skills functionality.
Bug Fixes
- Fixed an issue where snapshots were not being performed if the finish-step was not reached.
- Fixed an issue where the frontend was not using the correct port for PTY websocket connections.
- Fixed an issue where the application was using a hardcoded port (4096) instead of the current page port.
Improvements
- Ensured all installation commands now use the .quiet flag.
- Polished dialog and list styles for the desktop application and added fixed logos.
- Cleaned up the auto-scroll behavior.
- Filtered child sessions from the header view.
- Exposed the auto parameter in session.summarize for plugin usage.
- Improved the built-in /review prompt.
- Adjusted Minimax m2 topK and added Minimax m2.1 topP settings.