release: v2.4.0 — nano + micro editors, CI hardening, opencode 1.17.10 → 1.17.13
Validate / docs-check (push) Successful in 8s
Validate / base-change-warning (push) Successful in 7s
Validate / validate-omos (push) Failing after 4m28s
Validate / validate-base (push) Failing after 5m8s
Publish Docker Image / smoke-base (push) Successful in 3m39s
Publish Docker Image / smoke-omos (push) Successful in 7m6s
Publish Docker Image / resolve-versions (push) Successful in 4s
Lint workflows / actionlint (push) Successful in 13s
Publish Docker Image / base-decide (push) Successful in 21s
Publish Docker Image / build-base (push) Successful in 31m2s
Publish Docker Image / build-variant-base (push) Successful in 13m58s
Publish Docker Image / build-variant-omos (push) Successful in 23m13s
Publish Docker Image / update-description (push) Successful in 7s
Publish Docker Image / promote-base-latest (push) Successful in 10s

Promotes the Unreleased block to v2.4.0. Bundled contents:
- feat: nano + micro non-modal editors (d9ad634) — Dockerfile.base change → base rebuild
- ci: sh-vs-bash guard + base-latest digest promote, ported from pi-devbox (acb2096)
- feat: global gitignore baked into the image (6639ba5)
- opencode 1.17.10 → 1.17.13 (Dockerfile.variant)

Also registers .gitea/workflows/lint.yml in AGENTS.md's workflow list.
DOCKER_HUB.md unchanged (HUB_TEMPLATE untouched; --check passes).
Pre-flight: opencode-ai@1.17.13 confirmed on npm (== latest).
This commit is contained in:
pi
2026-07-01 23:35:48 +02:00
parent d9ad634d5a
commit f7e23d236c
3 changed files with 18 additions and 2 deletions
+16 -1
View File
@@ -6,7 +6,22 @@ Tags follow **independent semver** (since `v2.0.0`) — they version *this image
---
## Unreleased
## v2.4.0 — 2026-07-01
Minor release. Adds two **non-modal editors** (`nano` + `micro`) alongside
nvim, ports **CI hardening** from pi-devbox (the sh-vs-bash workflow guard and
the `base-latest` digest-based promote fix), bakes a **global gitignore** into
the image, and bumps **opencode `1.17.10` → `1.17.13`**. Because
`Dockerfile.base` changed (nano + micro), this release rebuilds the base image.
### Changed
- **opencode `1.17.10``1.17.13`** (three upstream patches). Highlights:
session snapshots + revert controls (1.17.11); MCP OAuth reconnect/refresh
fixes, a TUI yolo auto-approve mode, and better default small models
(1.17.12); forced reasoning mode for OpenAI-compatible reasoning models plus
a GitHub Copilot stale-response-ID fix (1.17.13). Full notes:
<https://github.com/anomalyco/opencode/releases>.
### Added