From 5e9ecff61dfe398515d9269ad1da2f6e4bd23916 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 26 Mar 2026 10:50:46 -0600 Subject: [PATCH] chore: regenerate SKILL.md files + rebuild binary Co-Authored-By: Claude Opus 4.6 (1M context) --- SKILL.md | 2 ++ browse/SKILL.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/SKILL.md b/SKILL.md index 6c7d67ae..5ce86fe7 100644 --- a/SKILL.md +++ b/SKILL.md @@ -584,6 +584,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | Command | Description | |---------|-------------| | `chain` | Run commands from JSON stdin. Format: [["cmd","arg1",...],...] | +| `frame ` | Switch to iframe context (or main to return) | | `inbox [--clear]` | List messages from sidebar scout inbox | | `watch [stop]` | Passive observation — periodic snapshots while user browses | @@ -604,6 +605,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | `handoff [message]` | Open visible Chrome at current page for user takeover | | `restart` | Restart server | | `resume` | Re-snapshot after user takeover, return control to AI | +| `state save|load ` | Save/load browser state (cookies + URLs) | | `status` | Health check | | `stop` | Shutdown server | diff --git a/browse/SKILL.md b/browse/SKILL.md index bcec129e..2268ae80 100644 --- a/browse/SKILL.md +++ b/browse/SKILL.md @@ -467,6 +467,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | Command | Description | |---------|-------------| | `chain` | Run commands from JSON stdin. Format: [["cmd","arg1",...],...] | +| `frame ` | Switch to iframe context (or main to return) | | `inbox [--clear]` | List messages from sidebar scout inbox | | `watch [stop]` | Passive observation — periodic snapshots while user browses | @@ -487,5 +488,6 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | `handoff [message]` | Open visible Chrome at current page for user takeover | | `restart` | Restart server | | `resume` | Re-snapshot after user takeover, return control to AI | +| `state save|load ` | Save/load browser state (cookies + URLs) | | `status` | Health check | | `stop` | Shutdown server |