session tokens --projectnow works with absolute paths — the filter was comparing an on-disk slug (e.g.-workspaces-projects-CodeForge) to the raw--projectpath (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 CodeForgekeeps working.session tokens --since/--untilnow 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.
codeforge session tokens— Analyze thinking token usage across Claude Code sessions- Shows exact billed output tokens (from API) and visible content breakdown (thinking, text, tool chars)
- Thinking Density table: % of turns with thinking, avg chars per thinking turn, session intensity breakdown (none/light/medium/heavy)
- Per-session breakdown: turns with thinking, density %, avg chars per thinking turn
- Filter by
--project,--model,--since,--until - Output formats: text (colorized tables) and JSON (
--format json)
Benchmarks thinking token costs to compare extended thinking behavior across models (e.g., Opus 4.5 vs 4.6). Since output_tokens is a combined total (thinking + text + tool_use) with no separate thinking_tokens field, this command provides visibility into thinking patterns through empirical measurement of visible content.
codeforge-dev-clihas been renamed to@coredirective/cf-clion npm- Install via:
npm install -g @coredirective/cf-cli - The old
codeforge-dev-clipackage name is deprecated
Initial release. Ships with CodeForge v2.1.1.
codeforge session— search, list, and show Claude Code session historycodeforge task— search taskscodeforge plan— search planscodeforge plugin— manage plugins (list, show, enable, disable, hooks, agents, skills)codeforge config— show and apply configuration (applydeploys config to~/.claude/)codeforge index— build and search a codebase symbol index (build, search, show, stats, tree, clean)codeforge container— manage CodeForge devcontainers (up, down, rebuild, exec, ls, shell)
- Container proxy — commands auto-proxy into the running devcontainer when run from the host; use
--localto bypass --container <name>flag to target a specific container