From effb88ab66371387e9af342d3e6de8d075d8435e Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 11 Mar 2026 15:57:13 -0700 Subject: [PATCH] fix: version 0.1.0 (not 2.0.0) Co-Authored-By: Claude Opus 4.6 --- SKILL.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SKILL.md b/SKILL.md index f685b607..999ceac8 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,6 +1,6 @@ --- name: gstack-browse -version: 2.0.0 +version: 0.1.0 description: | Fast web browsing via persistent headless Chromium daemon. Navigate to any URL, read page content, click elements, fill forms, run JavaScript, take screenshots, @@ -13,7 +13,7 @@ allowed-tools: --- -# Browse v2: Persistent Browser for Claude Code +# gstack-browse: Persistent Browser for Claude Code Persistent headless Chromium daemon. First call auto-starts the server (~3s). Every subsequent call: ~100-200ms. Auto-shuts down after 30 min idle. diff --git a/package.json b/package.json index d6e51079..a3bb23f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack-browse", - "version": "2.0.0", + "version": "0.1.0", "description": "Fast headless browser CLI for AI coding agents. Persistent Chromium daemon with sub-200ms commands.", "license": "MIT", "type": "module",