diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dcc3d..83b0f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Tags follow `v{opencode_version}[letter]` — bare tag for the first build on a --- +## v1.14.32 — 2026-05-02 + +Bump opencode to 1.14.32. + +Upstream release notes (core): shell-mode input in the prompt is editable again (backspace, cursor keys); HTTP API workspace adapters no longer lose instance context, restoring workspace create/sync/routing; experimental workspace creation requests that omit `extra` are fixed; OpenAPI parameter schemas now match the public API so generated clients stop drifting; unsupported image formats fall back to text reads instead of being sent as image attachments; agents can use the global temp directory without extra permission prompts; Bedrock sessions that include reasoning content no longer break when switching models; session archive timestamps reject non-finite values to avoid invalid JSON. + +Upstream TUI notes: reduced startup theme flashing under the system theme, and the animated logo avoids subpixel rendering on terminals without truecolor support. + +No image-level changes beyond the opencode bump. + ## v1.14.31d — 2026-05-01 **CI: collapse per-arch matrix back into single multi-arch push jobs.** diff --git a/Dockerfile b/Dockerfile index ef82c43..0c719b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_VERSION=trixie-slim FROM debian:${DEBIAN_VERSION} AS base ARG TARGETARCH -ARG OPENCODE_VERSION=1.14.31 +ARG OPENCODE_VERSION=1.14.32 LABEL maintainer="joakimp" LABEL description="Portable opencode developer container"