Update Docs
Release rolling / release (push) Successful in 10m16s

This commit is contained in:
2026-08-18 16:03:46 -04:00
parent 183073e9b8
commit 6e335681b2
28 changed files with 60 additions and 31 deletions
@@ -10,7 +10,7 @@
"agent --auto GOAL...",
"agent skills | todos | plan | compact | reset | undo | hooks | history | rewind | export | remember | recap"
],
"description": "Runs the in-guest ReAct coding agent (QVAC local or OpenAI-compatible REST). Full guest admin by default (denylist). Tools include grep, apply_patch, web_search, git helpers, find_symbol, session rewind/export, todos, plan mode, and skills. History lives in ~/.agent/history.json.",
"description": "Runs the in-guest ReAct coding agent. Default backend is QVAC (local ctx.bareOsQvac*); REST (OpenAI-compatible) is optional. Full guest admin by default (denylist): the read-only base system is /bin /etc /boot /lib /usr /share /proc /dev /sys /run. Tools include grep (output_mode), apply_patch, web_search, git helpers, find_symbol, copy_path, diff_files, create_skill, session rewind/export, todos, plan mode, and walk-up project skills. History lives in ~/.agent/history.json and is shared with Discord /agent. Inspect subcommands (skills, todos, plan, undo, hooks, history, rewind, export, remember, recap) do not call the model.",
"options": [
{
"flag": "--setup, --config",
@@ -87,6 +87,18 @@
{
"caption": "inspect skills",
"code": "agent skills"
},
{
"caption": "rewind last user turn",
"code": "agent rewind"
},
{
"caption": "remember a durable fact",
"code": "agent remember \"holesail keys live in ~/.holesail\""
},
{
"caption": "export transcript",
"code": "agent export ~/.agent/export.md"
}
]
}