From 4e5f71c294104269df35a7aaa65baf2ea08b8f52 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 22 Mar 2026 23:17:28 -0700 Subject: [PATCH] chore: bump version and changelog (v0.11.6.0) Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ac406f..1705ffa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.6.0] - 2026-03-23 — CI Evals on Ubicloud + +### Added + +- **E2E evals now run in CI on every PR.** GitHub Actions workflow on Ubicloud runners ($0.006/run — 10x cheaper than GitHub standard). Uploads eval JSON as artifact, posts pass/fail + cost as a PR comment. Downloads previous eval from main for comparison. +- **3x faster eval runs.** All E2E tests now run concurrently within files (`testConcurrentIfSelected`). Wall clock drops from ~18min to ~6min — limited by the longest single test, not the sequential sum. + +### Changed + +- **EVALS_CONCURRENCY default stays at 15 locally**, but CI uses 40 for maximum parallelism. +- **"GitHub Actions eval upload" TODO marked complete** — the P2 item from TODOS.md is now shipped. + ## [0.11.5.2] - 2026-03-22 — Outside Voice ### Added diff --git a/VERSION b/VERSION index 03cdd3df..55430deb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.5.2 +0.11.6.0