v1.2.15

anomalyco/opencodev1.2.15Feb 26, 2026by opencode-agent[bot]

AI Summary

This release fixes critical segfaults on Windows with Bun v1.3.10 and introduces split TUI and server configuration. It also resolves macOS shell hanging issues and improves keyboard navigation in the desktop app.

Key Highlights

  • Fix most segfaults on Windows with Bun v1.3.10 stable
  • Split TUI and server configuration
  • Remove interactive shell flag from sidecar spawn to prevent macOS hang
  • Fixed permissions and questions handling from child sessions
  • Fixed keyboard navigation for previous/next message

New Features

  • Split TUI and server configuration
  • Message permissions and questions handling from child sessions
  • Keyboard navigation for previous/next message

Full Release Notes

## Core
- Fix most segfaults on Windows with Bun v1.3.10 stable
- Split TUI and server configuration
## Desktop
- Remove interactive shell flag from sidecar spawn to prevent hang on macOS (@kilhyeonjun)
- Fixed permissions and questions handling from child sessions in the app
- Fixed keyboard navigation for previous/next message (@neriousy)
- Correct Copilot provider description in i18n files (@Oleksii-Pavliuk)

**Thank you to 5 community contributors:**
- @Oleksii-Pavliuk:
  - fix(app): correct Copilot provider description in i18n files (#15071)
- @neriousy:
  - fix(app): keyboard navigation previous/next message (#15047)
- @OpeOginni:
  - fix(docs): update schema URL in share configuration examples across multiple languages (#15114)
- @kilhyeonjun:
  - fix(desktop): remove interactive shell flag from sidecar spawn to prevent hang on macOS (#15136)
- @choephix:
  - fix(app): middle-click tab close in scrollable tab bar (#15081)