v1.0.153
OpenCodeSummary
This release introduces several new language server and formatter integrations, including Gleam and TexLab, alongside ARM64 Docker support. Key fixes address visual issues in transparent themes and improve TUI behavior during session continuation. Enhancements also include better API resilience for Foundry and reduced context window usage from LSP diagnostics.
New Features
- Added Gleam LSP and formatter support.
- Added topK function to transform, with temperature defaults for GLM and Minimax.
- Added ARM64 Docker image support.
- Added Dockerfile language server.
- Added TexLab language server and latexindent formatter.
- Enabled support for GITHUB_TOKEN and skipping OIDC in GitHub authentication.
- Added the --session flag to the attach command.
Bug Fixes
- Fixed input borders not being drawn correctly in transparent themes.
- Added retry logic for server_error, rate_limit, and no_kv_space to better handle Foundry API issues.
- Fixed the TUI opening the parent session instead of the intended subagent when using the continue flag.
- Fixed a UI issue where a Node reference guard was missing for SSR compatibility in isTriggerTitle.
Improvements
- Implemented fallback to provider default for temperature settings.
- Limited LSP diagnostics reporting to prevent unnecessary context window consumption.
- Muted the project path displayed in the sidebar when it precedes the final directory name.
- Muted the entire prompt area when the leader key is active to reduce visual clutter.