From f61b5a4977e4236a90920192d91e2ac4640aeaca Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 31 May 2026 22:26:21 +0200 Subject: [PATCH] =?UTF-8?q?Cut=20v1.15.13=20=E2=80=94=20opencode=201.15.12?= =?UTF-8?q?=E2=86=921.15.13=20upstream,=20pi=200.77.0=E2=86=920.78.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 +++++++++++++++++++- Dockerfile.variant | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df0c0d..b9ea391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile.variant b/Dockerfile.variant index e55122c..625797a 100644 --- a/Dockerfile.variant +++ b/Dockerfile.variant @@ -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 ; \