Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f61b5a4977 |
+19
-1
@@ -8,7 +8,25 @@ Tags follow `v{opencode_version}[letter]` — bare tag for the first build on a
|
||||
|
||||
## Unreleased
|
||||
|
||||
_(no changes since v1.15.12)_
|
||||
_(no changes since v1.15.13)_
|
||||
|
||||
## v1.15.13 — 2026-05-29
|
||||
|
||||
First container build on `opencode-ai@1.15.13` upstream release (published 2026-05-29). Also picks up pi `0.77.0` → `0.78.0` (resolved from npm at build time).
|
||||
|
||||
### Bumped: opencode-ai 1.15.12 → 1.15.13
|
||||
|
||||
**Core**
|
||||
- Gateway Anthropic Opus 4.7+ adaptive reasoning now keeps summarized thinking instead of returning empty thinking blocks (bugfix).
|
||||
- Sessions can now store custom metadata through the API and SDK ([@shantur](https://github.com/shantur)).
|
||||
- Config now loads from the opened location upward, so directory-specific settings and provider policies apply more predictably.
|
||||
|
||||
**TUI**
|
||||
- Wrapped inline tool rows now stay aligned, and failed inline tools can expand their error details in place (bugfix).
|
||||
|
||||
### Bumped: pi 0.77.0 → 0.78.0 (resolved from npm at build time)
|
||||
|
||||
See [pi-devbox v0.78.0](https://github.com/joakimp/pi-devbox/releases/tag/v0.78.0) for full pi release notes.
|
||||
|
||||
## v1.15.12 — 2026-05-29
|
||||
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ ARG USER_NAME=developer
|
||||
# edit, so the cache-hit class of bug that bit pi-devbox v0.74.0..
|
||||
# v0.75.5 cannot apply here.
|
||||
ARG INSTALL_OPENCODE=true
|
||||
ARG OPENCODE_VERSION=1.15.12
|
||||
ARG OPENCODE_VERSION=1.15.13
|
||||
RUN if [ "${INSTALL_OPENCODE}" = "true" ]; then \
|
||||
NPM_CONFIG_PREFIX=/usr npm install -g opencode-ai@${OPENCODE_VERSION} && \
|
||||
opencode --version ; \
|
||||
|
||||
Reference in New Issue
Block a user