- Added experimental LSP tool
- Added nixd as LSP for Nix language (@luochen1990)
- Supported clipboard image paste (Ctrl+V) on Windows (@zzzeian)
- Ensured installation commands use .quiet (@val-2)
- Added mobile responsiveness
- Added ARM64 build for Linux (@NN708)
- Polished dialog and list styles for the desktop app, and added fixed logos (@aaroniker)
- Cleaned up auto scroll
- Filtered child sessions from header
- Exposed auto parameter in session.summarize for plugins (@code-yeongyu)
- Added Agent Skills support
- Improved built-in /review prompt (@elithrar)
- Adjusted Minimax m2 topK and added Minimax m2.1 topP
- Fixed snapshots to be performed in cases where finish-step is not reached (@noamzbr)
Thank you to 12 community contributors:
- @code-yeongyu:
- feat(server): expose auto param in session.summarize for plugins (#5924)
- @elithrar:
- prompts: improve built-in /review prompt (#5918)
- @noamzbr:
- fix: Perform snapshot in cases finish-step is not reached (#5912)
- @zzzeian:
- fix: support clipboard image paste (Ctrl+V) on Windows (#5919)
- @ben-vargas:
- docs: add ai-sdk-provider-opencode-sdk to ecosystem (#5772)
- @val-2:
- fix: ensure installation commands are using .quiet (#5758)
- @luochen1990:
- feat: add nixd as lsp for nix language (#5929)
- @Brendonovich:
- remove actions artifact uploading
- try uploading artifacts in workflow
- @NN708:
- feat(desktop): arm64 build for linux (#5935)
- @aaroniker:
- feat: polish dialog & list styles for the desktop app, add fixed logos from models.dev (#5925)
- @majiayu000:
- fix: use current page port instead of hardcoded 4096 (#5949)
- @ashutoshpw:
- server: ensure frontend has correct port for PTY websocket connections (#5898)