v1.15.5

anomalyco/opencodev1.15.5May 18, 2026by opencode-agent[bot]

AI Summary

This release adds experimental OpenAI runtime preview, introduces replay functionality for resuming interactive runs, and brings significant Desktop and TUI improvements including clipboard handling, desktop notifications, and UI refinements.

Key Highlights

  • Preview native OpenAI runtime path behind experimental flag
  • Add --replay and --replay-limit for showing recent history when resuming interactive runs
  • Allow desktop notifications from the renderer and show usage dialogs in Desktop
  • Fix plugin tools using ask so tool calls complete correctly
  • Speed up large session timelines in Desktop

New Features

  • Preview native OpenAI runtime path (experimental)
  • --replay and --replay-limit flags for interactive run history
  • Desktop notifications from renderer
  • Free-limit and usage-exceeded dialogs in Desktop
  • Refresh prompt layout after pasting content
  • Keep file references scoped to current workspace
  • Collapse very long tool output lines for readable layout
  • Higher-contrast paste summary badge color
  • Fix question dock overflow and message layout clipping
  • Hide prompt placeholder for whitespace-only input
  • Sync PWA status bar color with active theme
  • Install newest available desktop update

Full Release Notes

## Core

### Improvements

- Preview the native OpenAI runtime path behind an experimental flag
- Add `--replay` and `--replay-limit` to show recent history when resuming interactive runs

### Bugfixes

- Fix plugin tools using `ask` so tool calls complete correctly
- Reduce missed `/event` updates caused by a subscription race
- Sort the v2 session list by most recently updated

## TUI

### Improvements

- Refresh the prompt layout after pasting content

### Bugfixes

- Keep file references scoped to the current workspace
- Preserve pasted prompt content when copying
- Collapse very long tool output lines to keep the layout readable
- Use a higher-contrast paste summary badge color in some themes (@kagura-agent)

## Desktop

### Improvements

- Allow desktop notifications from the renderer
- Show free-limit and usage-exceeded dialogs in Desktop
- Speed up large session timelines

### Bugfixes

- Fix question dock overflow and message layout clipping
- Hide the prompt placeholder when the input only contains whitespace (@ShrootBuck)
- Sync the PWA status bar color with the active theme (@heimoshuiyu)
- Install the newest available desktop update instead of reusing a stale download

**Thank you to 4 community contributors:**
- @heimoshuiyu:
  - fix: sync PWA status bar theme-color with app color scheme (#28006)
- @ShrootBuck:
  - fix(app): hide prompt placeholder for whitespace input (#28101)
- @kagura-agent:
  - fix(tui): use contrast-aware foreground for paste summary badge (#27969)
- @SpiritChen51:
  - fix(ui): fallback to execCommand for clipboard copy when navigator.clipboard fails (#27993)