From 259517b3d36b2d13015e3fc1efc3f9a4635f66c1 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 13 Mar 2026 11:18:44 -0700 Subject: [PATCH] chore: bump version and changelog (v0.3.2) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a7caa7..e922cbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.3.2 — 2026-03-13 + +### Fixed +- Cookie import picker now returns JSON instead of HTML — `jsonResponse()` referenced `url` out of scope, crashing every API call +- `help` command routed correctly (was unreachable due to META_COMMANDS dispatch ordering) + +### Added +- `help` command — agents can self-discover all commands and snapshot flags +- Version-aware `find-browse` with META signal protocol — detects stale binaries and prompts agents to update +- `browse/dist/find-browse` compiled binary with git SHA comparison against origin/main (4hr cached) +- `.version` file written at build time for binary version tracking +- Route-level tests for cookie picker (13 tests) and find-browse version check (10 tests) + +### Changed +- SKILL.md setup checks parse META signals and handle `META:UPDATE_AVAILABLE` +- `jsonResponse`/`errorResponse` use options objects to prevent positional parameter confusion +- Build script compiles both `browse` and `find-browse` binaries, cleans up `.bun-build` temp files + ## 0.3.1 — 2026-03-12 ### Phase 3.5: Browser cookie import diff --git a/VERSION b/VERSION index 9e11b32f..d15723fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2