OpenCode v1.15.5: Replay History & Plugin Tool Fixes

OpenCode v1.15.5 adds replay history for interactive runs, fixes plugin tool completion, and improves Desktop/TUI performance with better paste handling and theme syncing.

OpenCode v1.15.5: Replay History & Plugin Tool Fixes

TL;DR

  • New --replay flag shows recent history when resuming interactive runs
  • Fixed plugin tools using ask so tool calls complete correctly
  • Desktop and TUI improvements: faster timelines, better paste handling, theme sync

New

  • Replay history on resume--replay and --replay-limit flags let you see recent context when picking up interactive runs
  • Native OpenAI runtime preview — experimental flag to test the native runtime path
  • Desktop notifications — renderer can now trigger system notifications

Fixed

  • Plugin tools using ask now complete tool calls correctly
  • Reduced missed /event updates from subscription race conditions
  • Session list now sorts by most recently updated
  • File references stay scoped to current workspace in TUI
  • Pasted prompt content preserved when copying
  • Long tool output lines collapse for readable layout
  • Question dock overflow and message clipping in Desktop
  • Prompt placeholder hidden when input is whitespace-only
  • PWA status bar color syncs with active theme
  • Desktop updates install newest version instead of reusing stale downloads
  • Large session timelines load faster

Breaking Changes

  • None reported

Update: npm install -g opencode@latest or download from GitHub releases. Thanks to 4 community contributors for theme sync, whitespace handling, paste badge contrast, and clipboard fallback fixes.

Source: OpenCode