Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions test-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading