mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-21 20:28:24 +08:00
fix: version 0.1.0 (not 2.0.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
SKILL.md
4
SKILL.md
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: gstack-browse
|
name: gstack-browse
|
||||||
version: 2.0.0
|
version: 0.1.0
|
||||||
description: |
|
description: |
|
||||||
Fast web browsing via persistent headless Chromium daemon. Navigate to any URL,
|
Fast web browsing via persistent headless Chromium daemon. Navigate to any URL,
|
||||||
read page content, click elements, fill forms, run JavaScript, take screenshots,
|
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).
|
Persistent headless Chromium daemon. First call auto-starts the server (~3s).
|
||||||
Every subsequent call: ~100-200ms. Auto-shuts down after 30 min idle.
|
Every subsequent call: ~100-200ms. Auto-shuts down after 30 min idle.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gstack-browse",
|
"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.",
|
"description": "Fast headless browser CLI for AI coding agents. Persistent Chromium daemon with sub-200ms commands.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user