opencode-ai 1.16.2 -> 1.17.2 (OPENCODE_VERSION).
Deprecate all pi support ahead of v2.0.0 removal (pi now ships from the
standalone joakimp/pi-devbox image, v1.0.0+, which no longer FROMs
base-pi-only):
- build-time stderr deprecation warning when INSTALL_PI=true
- README / DOCKER_HUB.md / AGENTS.md mark the with-pi/omos-with-pi/pi-only
variants + base-pi-only tag deprecated, point to pi-devbox
- docs/CLEANUP-v2.0.0.md committed as the removal plan
- CHANGELOG pre-announces the v2.0.0 NPM_CONFIG_PREFIX relocation
Harden mempalace install (mirrors pi-devbox):
- pin via MEMPALACE_VERSION ARG (default 3.4.0); unpinned install is what
swept in the broken schema
- idempotent, self-deactivating patch stripping the top-level anyOf from
mempalace_diary_write input_schema (Anthropic tools API rejects it).
Upstream: MemPalace/mempalace#1728, PR #1735
Fold prior Unreleased smoke-test pi-extensions readiness fix into v1.17.2.