
𝙊𝙥𝙚𝙣𝘾𝙤𝙙𝙚 v1.14.23 released. TL;DR:
• Migrated core domains to Effect Schema
• New editor context protocol for TUI
• Configurable tool truncation limits
• DeepSeek V4 reasoning fixes
𝗧𝗨𝗜 & 𝗗𝗲𝘀𝗸𝘁𝗼𝗽
• Added a built-in WebSocket protocol for handling context from external editors
▸ Syncs file selections and mentions directly to the TUI prompt using MCP-style JSON-RPC
• Upgraded the prompt shell mode UI with a dedicated cancel button, custom icon, and example placeholders
• Fixed a desktop update loop by verifying an update is fully downloaded before attempting a restart
• Fixed TUI rendering to ensure all non-synthetic text parts of user messages are displayed
𝗖𝗼𝗿𝗲 & 𝗦𝗗𝗞
• Migrated the Tool framework, Session, Provider, and BusEvent domains to Effect Schema
• Added configurable max_lines and max_bytes limits for tool output truncation in the config
• Bridged workspace read endpoints to the new experimental HTTP API
• Fixed NPM version lookups to respect .npmrc configuration by deferring to local package manager CLI tools
𝗣𝗿𝗼𝘃𝗶𝗱𝗲𝗿𝘀
• Fixed DeepSeek V4 thinking mode by preserving empty reasoning content in OpenAI-compatible provider transforms
• Added support for the max reasoning effort variant for DeepSeek V4 models
• Accounted for an additional OpenAI API retry case
Bundle size change
macOS arm64
• Total: 99.5 MB -> 99.5 MB (+16.1 KB)
• Bun runtime: 60.4 MB -> 60.4 MB (+128 B)
• CLI/TUI JS: 13.8 MB -> 13.8 MB (+17.7 KB)
• Web UI assets: 17.8 MB -> 17.8 MB (+653 B)
• Native addons: 1.6 MB -> 1.6 MB (no change)
• WASM: 5.7 MB -> 5.7 MB (no change)
• Bundle metadata: 79.9 KB -> 77.5 KB (-2.4 KB)
Linux x64
• Total: 139.0 MB -> 139.0 MB (+16.0 KB)
• Bun runtime: 96.2 MB -> 96.2 MB (no change)
• CLI/TUI JS: 13.8 MB -> 13.8 MB (+17.7 KB)
• Web UI assets: 17.8 MB -> 17.8 MB (+653 B)
• Native addons: 5.3 MB -> 5.3 MB (no change)
• WASM: 5.7 MB -> 5.7 MB (no change)
• Bundle metadata: 69.4 KB -> 67.0 KB (-2.4 KB)
Windows x64
• Total: 151.0 MB -> 151.0 MB (+18.5 KB)
• Bun runtime: 111.5 MB -> 111.5 MB (+142 B)
• CLI/TUI JS: 13.8 MB -> 13.8 MB (+17.7 KB)
• Web UI assets: 17.8 MB -> 17.8 MB (+653 B)
• Native addons: 2.0 MB -> 2.0 MB (no change)
• WASM: 5.7 MB -> 5.7 MB (no change)
• Bundle metadata: 66.6 KB -> 66.6 KB (no change)
Compare: github.com/anomalyco/open…
English