Session Logs

View and manage agent session logs for debugging and auditing. Use when this capability is needed.

tomevault-io Updated

File contents

Session Logs

View and analyze agent session logs.

List Sessions

ls -la ~/.openrappter/sessions/

View Latest Session

cat ~/.openrappter/sessions/latest.jsonl | jq '.'

Search Session Logs

rg "error" ~/.openrappter/sessions/ --type jsonl

Filter by Agent

cat ~/.openrappter/sessions/*.jsonl | jq 'select(.agent == "ShellAgent")'

Export Session

jq -s '.' ~/.openrappter/sessions/SESSION_ID.jsonl > export.json

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kody-w--openrappter--session-logs commit 21eb514681

Frequently asked questions

npx skillmds@latest add tomevault-io/session-logs