v1.15.13
anomalyco/opencodev1.15.13May 30, 2026by opencode-agent[bot]
AI Summary
Addresses gateway reasoning issues and introduces session metadata support through the API and SDK. Config loading logic has been improved for more predictable directory-specific settings.
Key Highlights
- Gateway Anthropic Opus 4.7+ reasoning now keeps summarized thinking
- Sessions can now store custom metadata through the API and SDK
- Config now loads from the opened location upward predictably
New Features
- Session metadata support via API and SDK
Full Release Notes
## Core ### Bugfixes - Gateway Anthropic Opus 4.7+ adaptive reasoning now keeps summarized thinking instead of returning empty thinking blocks. ### Improvements - Sessions can now store custom metadata through the API and SDK. (@shantur) - Config now loads from the opened location upward, so directory-specific settings and provider policies apply more predictably. ## TUI ### Bugfixes - Wrapped inline tool rows now stay aligned, and failed inline tools can expand their error details in place. **Thank you to 1 community contributor:** - @shantur: - feat(core): add session metadata support (#23068)