Skip to content

cli-v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Apr 02:03
fd4c66c

Fixes

  • session tokens --project now works with absolute paths — the filter was comparing an on-disk slug (e.g. -workspaces-projects-CodeForge) to the raw --project path (e.g. /workspaces/projects/CodeForge), which never matched. Absolute paths and paths starting with ./ / ../ are now encoded to Claude's slug form (replacing / and . with -) before matching. Plain substrings without separators still pass through unchanged, so --project CodeForge keeps working.
  • session tokens --since / --until now actually filter results — both options were parsed but never applied. Filtering is session-level and uses file mtime (last-activity time) so sessions outside the window are skipped without being parsed.