Change8

v1.0.170

OpenCode
2 features2 fixes3 improvementsdesktopmcptui

Summary

This release introduces markdown rendering for user messages in the TUI and adds oxlint server support for LSP. Desktop users benefit from improved error handling and separated shell prompt history, alongside UX refinements like smooth scrolling in the TUI autocomplete.

New Features

  • Added support for rendering user messages as markdown with a toggle option in the TUI.
  • Enabled the oxlint server integration for LSP support in the TUI.

Bug Fixes

  • Fixed error handling issues on the Desktop application.
  • Prevented prompt history navigation when the prompt input field is dirty (unsaved changes).

Improvements

  • Implemented smooth scrolling when navigating the autocomplete dropdown in the TUI.
  • Separated prompt history storage for the shell interface on Desktop.
  • Updated Octokit API usage for handling PR review comment reactions.

OpenCode Documentation