You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-reference.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ Create a new session identifier.
55
55
56
56
List persisted sessions from `.agentpowershell/sessions.json`. Text mode includes the active flag, working directory, created/last/expires timestamps, and policy path. JSON mode emits a stable summary shape.
57
57
58
+
### `session show [session-id]`
59
+
60
+
Show one persisted session from `.agentpowershell/sessions.json`. If `session-id` is omitted, the command returns the most recently created session. Missing sessions return `status: not-found` and a non-zero exit code.
0 commit comments