- Fallback to provider default for temperature
- Fixed input borders not being drawn in transparent themes
- Added server_error, rate_limit, and no_kv_space retry logic to accommodate Foundry API issues
- Added Gleam LSP and formatter
- Added topK function to transform, with temperature defaults for GLM and Minimax
- Fixed TUI opening parent session instead of subagent on continue flag
- Limited LSP diagnostics to prevent context window waste
- Added ARM64 Docker image support
- Added Dockerfile language server
- Added TexLab language server and latexindent formatter
- Added support for GITHUB_TOKEN and skip OIDC in GitHub
- Added --session flag to attach command
- Muted project path in sidebar that precedes the final directory
- Muted the whole prompt area when leader key is active
Thank you to 15 community contributors:
- @charles-cooper:
- fix: add --session flag to attach command (#5460)
- @elithrar:
- github: support GITHUB_TOKEN + skip OIDC (#5459)
- @niklas-wortmann:
- @edlsh:
- @code-yeongyu:
- @felipe:
- add ARM64 Docker image support (#5483)
- @remorses:
- fix: limit LSP diagnostics to prevent context window waste (#5480)
- @ghoulr:
- docs: Add opencode-websearch-cited to plugin list (#5501)
- @sachnun:
- fix(tui): open parent session instead of subagent on continue flag (#5503)
- @Brendonovich:
- tauri: bring back appimage
- tauri: change mainBinaryName to just OpenCode
- @itzAymvn:
- docs: Fix Wakatime link in ecosystem documentation (#5528)
- @LawEKS:
- Add Gleam LSP and formatter (#5514)
- @shekohex:
- docs: add
opencode-ptyandopencode-google-antigravity-authplugins to the echosystem (#5530)
- docs: add
- @sellerscrisp:
- feat: add server_error, rate_limit, and no_kv_space retry logic to accommodate Foundry API issues (#5527)
- @nalin-singh:
- fix: ensure input borders are drawn in transparent themes (#5524)