Added
- Zero-token
/timestampsviascripts/timeline.sh. A shell wrapper that runsparse-transcript.pydirectly from your shell — no model turn, no tokens — and prints the session timeline (bash scripts/timeline.sh [count]). It locates the transcript with the same in-filecwdmatching as/timestamps, so it works from any project path. Adapted from thetimeline.shin thes-a-s-k-i-a/claude-code-timestampsupstream (MIT); seeTHIRD-PARTY-LICENSES.md.
Fixed
/timestampsfailed to find the transcript for project paths containing., spaces, or other rewritten characters. The slash command reconstructed the~/.claude/projects/<dir>name withpwd | sed 's|/|-|g', which only rewrites/— so it mismatched Claude Code's actual folder name whenever the working-directory path held a character Claude Code also rewrites (dots, spaces, …), reporting "No transcript found."parse-transcript.pynow resolves the transcript by matching the working directory recorded inside each transcript via a new--cwdargument (the robust approach from thes-a-s-k-i-a/claude-code-timestampsupstream), and/timestampspasses--cwdinstead of guessing the folder name. The explicit-path CLI form is unchanged.
Install
/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude