From 3b50f2d68285fc203bfb082a56a106db5ce96188 Mon Sep 17 00:00:00 2001 From: tryweb <10934147+tryweb@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:06:40 +0000 Subject: [PATCH] chore: update Dockerfile pinned versions --- Dockerfile | 8 ++++---- README.md | 2 +- docs/CHANGELOG.md | 13 ++++++++++++- test-output.txt | 6 +++--- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c8dea5..ead520e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,15 +5,15 @@ ARG UPGRADE_PACKAGES=true ARG DOCKER_VERSION=29.6.1 ARG COMPOSE_VERSION=5.3.1 ARG BUILDX_VERSION=0.35.0 -ARG OPENCODE_VERSION=1.17.15 +ARG OPENCODE_VERSION=1.17.18 ARG OPENCHAMBER_VERSION=1.14.1 ARG GLAB_VERSION=1.107.0 ARG PLAYWRIGHT_VERSION=1.61.1 -ARG PLAYWRIGHT_MCP_VERSION=0.0.77 +ARG PLAYWRIGHT_MCP_VERSION=0.0.78 ARG GH_VERSION=2.96.0 ARG MARKSMAN_VERSION=2026-02-08 -ARG LEANCTX_VERSION=3.9.2 -ARG LEANCTX_SHA256=12b6b99bec2f326920c7372b0bbe457cbac76fbe46d45abdf89dbbc247c17c96 +ARG LEANCTX_VERSION=3.9.4 +ARG LEANCTX_SHA256=a02ec8dbbe6cde3ab7eb04fe987121240ad27c660412f543b54f26d084f3cd9f ARG OH_MY_OPENAGENT_VERSION=latest ARG USERNAME=devuser ARG USER_UID=1000 diff --git a/README.md b/README.md index 70f22b7..f17ae77 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ai-engkit is a self-hosted AI development environment that packages [OpenCode](h It is designed for teams and individuals who want a reproducible AI coding workspace without rebuilding their toolchain from scratch. ![Ubuntu](https://img.shields.io/badge/Ubuntu-24.04-orange?style=for-the-badge&logo=ubuntu&logoColor=white) -![OpenCode](https://img.shields.io/badge/OpenCode-1.17.15-blue?style=for-the-badge&logoColor=white) +![OpenCode](https://img.shields.io/badge/OpenCode-1.17.18-blue?style=for-the-badge&logoColor=white) ![OpenChamber](https://img.shields.io/badge/OpenChamber-1.14.1-blue?style=for-the-badge&logoColor=white) ## Features diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9429e70..79aba56 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.1.16] - 2026-07-10 + +### Changed +- Upgrade OpenCode from 1.17.15 to 1.17.18. +- Upgrade @playwright/mcp from 0.0.77 to 0.0.78. +- Upgrade lean-ctx from 3.9.2 to 3.9.4. +- Upgrade lean-ctx x86_64 musl SHA256 from 12b6b99bec2f326920c7372b0bbe457cbac76fbe46d45abdf89dbbc247c17c96 to a02ec8dbbe6cde3ab7eb04fe987121240ad27c660412f543b54f26d084f3cd9f. +- Update the tracked latest version for oh-my-openagent from 4.16.0 to 4.16.2. +- Update the tracked latest version for @colbymchenry/codegraph from 1.3.0 to 1.3.1. + ## [1.1.15] - 2026-07-08 ### Changed @@ -671,7 +681,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), > 📖 This changelog follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. -[Unreleased]: https://github.com/tryweb/ai-engkit/compare/v1.1.15...HEAD +[Unreleased]: https://github.com/tryweb/ai-engkit/compare/v1.1.16...HEAD [0.3.0]: https://github.com/tryweb/ai-engkit/releases/tag/v0.3.0 [0.3.3]: https://github.com/tryweb/ai-engkit/compare/v0.3.0...v0.3.3 [0.5.0]: https://github.com/tryweb/ai-engkit/compare/v0.3.3...v0.5.0 @@ -752,3 +762,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [1.1.13]: https://github.com/tryweb/ai-engkit/compare/v1.1.12...v1.1.13 [1.1.14]: https://github.com/tryweb/ai-engkit/compare/v1.1.13...v1.1.14 [1.1.15]: https://github.com/tryweb/ai-engkit/compare/v1.1.14...v1.1.15 +[1.1.16]: https://github.com/tryweb/ai-engkit/compare/v1.1.15...v1.1.16 diff --git a/test-output.txt b/test-output.txt index a270b77..59d472d 100644 --- a/test-output.txt +++ b/test-output.txt @@ -13,7 +13,7 @@ PASS HOME is /home/devuser --- Versions --- - PASS opencode version (1.17.15) + PASS opencode version (1.17.18) PASS openchamber version (1.14.1) PASS openspec installed (1.5.0) PASS gh CLI installed @@ -116,12 +116,12 @@ --- Playwright / Chromium --- PASS playwright 1.61.1 CLI works - PASS @playwright/mcp 0.0.77 CLI works + PASS @playwright/mcp 0.0.78 CLI works PASS chromium binary exists at /ms-playwright/chromium-1228/chrome-linux64/chrome PASS chromium launches headless successfully PASS pw-mcp wrapper is installed and executable PASS opencode.json mcp.playwright uses pw-mcp wrapper - PASS pw-mcp wrapper pins @playwright/mcp@0.0.77 + PASS pw-mcp wrapper pins @playwright/mcp@0.0.78 ============================================ Results: \033[0;32m93 passed\033[0m, \033[0;31m0 failed\033[0m, \033[1;33m0 skipped\033[0m