From 7d76ccaff153324c0b1ee5691b4ffee9b5df2db7 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 24 Mar 2026 13:45:33 -0700 Subject: [PATCH] chore: bump version and changelog (v0.11.16.0) Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7ff0d9..041f45b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.11.16.0] - 2026-03-24 — Cleaner Skill Descriptions + Proactive Opt-Out + +### Changed + +- **Skill descriptions are now clean and readable.** Removed the ugly "MANUAL TRIGGER ONLY" prefix from every skill description that was wasting 58 characters and causing build errors for Codex integration. +- **You can now opt out of proactive skill suggestions.** The first time you run any gstack skill, you'll be asked whether you want gstack to suggest skills during your workflow. If you prefer to invoke skills manually, just say no — it's saved as a global setting. You can change your mind anytime with `gstack-config set proactive true/false`. + +### Fixed + +- **Telemetry source tagging no longer crashes.** Fixed duration guards and source field validation in the telemetry logger so it handles edge cases cleanly instead of erroring. + ## [0.11.15.0] - 2026-03-24 — E2E Test Coverage for Plan Reviews & Codex ### Added diff --git a/VERSION b/VERSION index 446cced3..e36c939e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.15.0 +0.11.16.0 diff --git a/package.json b/package.json index ebcd27bb..c3732917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "0.11.14.0", + "version": "0.11.16.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",