From 170e6f33b919321b715ad124af8e1f4eceb34e07 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 16 Feb 2026 23:31:46 +0000 Subject: [PATCH] docs(commands): add export-session aliases to slash command list --- docs/tools/slash-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/slash-commands.md b/docs/tools/slash-commands.md index 708701767..0ab553f26 100644 --- a/docs/tools/slash-commands.md +++ b/docs/tools/slash-commands.md @@ -77,7 +77,7 @@ Text + native (when enabled): - `/allowlist` (list/add/remove allowlist entries) - `/approve allow-once|allow-always|deny` (resolve exec approval prompts) - `/context [list|detail|json]` (explain “context”; `detail` shows per-file + per-tool + per-skill + system prompt size) -- `/export-session [path]` (alias: `/export`) (export current session to HTML; includes full system prompt) +- `/export-session [path]` (alias: `/export`) (export current session to HTML with full system prompt) - `/whoami` (show your sender id; alias: `/id`) - `/subagents list|kill|log|info|send|steer` (inspect, kill, log, or steer sub-agent runs for the current session) - `/kill ` (immediately abort one or all running sub-agents for this session; no confirmation message)