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",