View recent bun-runner log entries with powerful filtering.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install bun-runner@side-quest-marketplaceView recent bun-runner log entries with powerful filtering.
/bun-runner:logs [options]
All arguments are optional with smart defaults:
count=N - Number of recent entries (default: 20, max: 500)level=LEVEL - Filter by log level: ERROR, WARN, INFO, DEBUG (default: all levels)cwd=auto - Filter to current project only (default: auto-detect from $PWD)cid=ID - Filter by 8-character correlation IDerrors - Shorthand for level=ERROR (only show errors)/bun-runner:logs # Last 20 entries from current project
/bun-runner:logs count=50 # Last 50 entries
/bun-runner:logs errors # Only ERROR level entries
/bun-runner:logs level=WARN # Only WARN and ERROR entries
/bun-runner:logs cid=a1b2c3d4 # All entries for correlation ID
/bun-runner:logs count=100 errors # Last 100 errors
/bun-runner:logs cwd=/path/to/repo # Filter to specific project
Read the bun-runner log file at ~/.claude/logs/bun-runner.jsonl.
Parse arguments from: $ARGUMENTS
Parse $ARGUMENTS and extract:
Project filtering (cwd):
properties.file or properties.files fieldsLevel filtering:
Correlation ID filtering:
For each matching log entry:
[HH:MM:SS] LEVEL logger: message
file: <path>
testName: <test-name>
error: <error-message>
cid: <correlation-id>
durationMs: <duration>
For test failure entries, highlight: