
𝙊𝙥𝙚𝙣𝘾𝙤𝙙𝙚 v1.14.25 released. TL;DR: permission precedence is config-order aware • LSP gains Razor/.csx + richer permission metadata • Zen/Go add GPT 5.5 + DeepSeek V4 • shell/TUI/HTTP API edge cases tightened
𝗣𝗲𝗿𝗺𝗶𝘀𝘀𝗶𝗼𝗻𝘀 & 𝗦𝗗𝗞
• Permission config now preserves user key order. Since the evaluator uses the last matching rule, later entries can intentionally override earlier ones; put wildcards first when they are meant as fallbacks.
• Generated config/OpenAPI/JS SDK types now enumerate known tool permission keys while still allowing arbitrary plugin/custom keys. Better IntelliSense without closing the extension surface.
𝗟𝗦𝗣
• C# support expands to .csx, plus Razor/.cshtml via roslyn-language-server and VS Code C# Razor extension assets.
• LSP permission requests now include operation/file/cursor metadata and cleaner titles, so approval UIs and audit trails can distinguish workspace-wide, document-level, and position-specific requests.
𝗭𝗲𝗻 & 𝗚𝗼
• Zen adds GPT 5.5 and GPT 5.5 Pro on /zen/v1/responses with updated pricing docs.
• OpenAI OAuth/Codex-auth model metadata now caps GPT 5.5 planning context to the currently supported 400k window, so compaction triggers against the right limit.
• Go adds DeepSeek V4 Pro and DeepSeek V4 Flash, including request-limit estimates and Anthropic-compatible /zen/go/v1/messages entries.
𝗧𝗨𝗜, 𝗦𝗵𝗲𝗹𝗹 & 𝗛𝗧𝗧𝗣 𝗔𝗣𝗜
• TUI startup theme detection now comes from OpenTUI’s renderer instead of a custom raw-mode terminal color probe, reducing input-mode startup edge cases.
• Bash/zsh shell execution restores the project cwd after login startup files run while still allowing the command itself to cd.
• Experimental Effect HTTP API auth is centralized as shared group middleware, declares Basic + auth_token query security, and fixes bridged instance context/directory selection.
• More runtime decoding paths are moving directly onto Effect Schema, including ripgrep output, imports, ACP todo parsing, PTY IDs, and worktree config.
Bundle size change
macOS arm64
• Total: 99.5 MB -> 99.5 MB (+64.5 KB)
• Bun runtime: 60.4 MB -> 60.4 MB (+512 B)
• CLI/TUI JS: 13.8 MB -> 13.9 MB (+42.9 KB)
• Web UI assets: 17.8 MB -> 17.8 MB (no change)
• Native addons: 1.6 MB -> 1.7 MB (+20.2 KB)
• WASM: 5.7 MB -> 5.7 MB (no change)
• Bundle metadata: 74.6 KB -> 75.5 KB (+914 B)
Linux x64
• Total: 139.0 MB -> 139.2 MB (+236.0 KB)
• Bun runtime: 96.2 MB -> 96.2 MB (no change)
• CLI/TUI JS: 13.8 MB -> 13.9 MB (+42.9 KB)
• Web UI assets: 17.8 MB -> 17.8 MB (no change)
• Native addons: 5.3 MB -> 5.5 MB (+194.0 KB)
• WASM: 5.7 MB -> 5.7 MB (no change)
• Bundle metadata: 68.1 KB -> 67.2 KB (-968 B)
Windows x64
• Total: 151.0 MB -> 151.1 MB (+91.0 KB)
• Bun runtime: 111.5 MB -> 111.5 MB (-299 B)
• CLI/TUI JS: 13.8 MB -> 13.9 MB (+42.9 KB)
• Web UI assets: 17.8 MB -> 17.8 MB (no change)
• Native addons: 2.0 MB -> 2.1 MB (+48.4 KB)
• WASM: 5.7 MB -> 5.7 MB (no change)
• Bundle metadata: 66.6 KB -> 66.6 KB (+1 B)
Compare: github.com/anomalyco/open…
English