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.
TL;DR
- New
--replayflag shows recent history when resuming interactive runs - Fixed plugin tools using
askso tool calls complete correctly - Desktop and TUI improvements: faster timelines, better paste handling, theme sync
New
- Replay history on resume —
--replayand--replay-limitflags 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
asknow complete tool calls correctly - Reduced missed
/eventupdates 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