OpenCode v1.2.14: Message Delete & Auth Login Fix
OpenCode v1.2.14 adds message deletion to the core API and fixes a race condition in auth login. Small but solid release from 2 community contributors.
TL;DR
- New message delete endpoint in core API
- Fixed auth login stdout handling in TUI
- 2 community contributions merged
New
- Message delete endpoint — Core API now supports deleting messages, expanding message management capabilities.
Fixed
- Auth login stdout handling — TUI now consumes stdout concurrently with process exit, preventing race conditions during authentication.
Update with: npm install opencode@1.2.14 or check the release page.
Source: OpenCode