Change8

v1.0.163

OpenCode
4 fixes2 improvementsclidesktoptui

Summary

This release focuses primarily on stability and correctness, addressing several key bugs related to command execution, UI rendering in the TUI, and ensuring accurate LSP diagnostic reporting. Key fixes include preserving system prompt caching and correcting argument boundaries in the run command.

Bug Fixes

  • Fixed argument boundaries when using the run command.
  • Fixed TUI dialog select items being displayed across two lines when truncated.
  • Fixed intermittent issue where LSP diagnostics were not fully reported due to incorrect debouncing.
  • Fixed system prompt rejoining issue when an experimental plugin hook was triggered, ensuring caching is preserved.

Improvements

  • Added macOS-specific application menu implementation using Tauri.
  • Ensured the sidecar process is explicitly killed before the updater relaunches the application.

OpenCode Documentation