Changelog – CLI
0.6.0:
- ACP: Implement ACP (agent chat protocol) for Claude Code, Codex, Gemini CLI
- Support for direct subscription usage from AI chat in editor
- Multi-turn chats with chat-scoped permissions and streaming
0.5.1
- Fix: Implement rate limiting to avoid server overload
- Fix: Add relay fallback upon initial connection
0.5.0
- LSP: Add pyright and typesense language server dependencies, full project-aware autocompletion now supported through LSP proxying
- Fix: Suppress harmless git error messages for non-git directories
0.4.3
- Fix: Add missing git methods (i.e. resetHead, branch, deleteBranch, listCommitsAndTags, findMergeBase)
- Fix: Incorrect return shapes for lstat, removed isDirectory, isFile, isSymlink
0.4.2
- Fix: Increase reconnection attempts and fix edge-case with reconnection state
0.4.1
- Fix: Correct chunked binary reads when using byte-range parameters (regression in 0.4.0)
0.4.0
- Binary Files: Support reading and previewing binary files — images, audio, and video files can now be opened via the browser proxy
- Binary Files: Chunked binary transfer protocol — large binary files are streamed in segments, removing the previous file-size restriction on binary content
- Binary Files: Range read support for media streaming, enabling audio and video playback without downloading the full file first
- Fix: Handle missing files gracefully when computing file hashes instead of throwing an unhandled error