From 9bd297e25360f3355d86c074618b2a97e4bee084 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 12 Nov 2025 22:34:16 +0100 Subject: [PATCH] docs: add /session command to README --- packages/coding-agent/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index a5145ee8..9c3bb284 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -85,6 +85,20 @@ Export the current session to a self-contained HTML file: The HTML file includes the full conversation with syntax highlighting and is viewable in any browser. +### /session + +Show session information and statistics: + +``` +/session +``` + +Displays: +- Session file path and ID +- Message counts (user, assistant, total) +- Token usage (input, output, cache read/write, total) +- Total cost (if available) + ## Editor Features The interactive input editor includes several productivity features: