ccusage 18.0.2 → 18.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  ### 📊 [ccusage](https://www.npmjs.com/package/ccusage) - Claude Code Usage Analyzer
25
25
 
26
- The main CLI tool for analyzing Claude Code usage from local JSONL files. Track daily, monthly, and session-based usage with beautiful tables and live monitoring.
26
+ The main CLI tool for analyzing Claude Code usage from local JSONL files. Track daily, monthly, and session-based usage with beautiful tables.
27
27
 
28
28
  ### 🤖 [@ccusage/codex](https://www.npmjs.com/package/@ccusage/codex) - OpenAI Codex Usage Analyzer
29
29
 
@@ -35,7 +35,11 @@ Companion tool for analyzing OpenCode (Claude Code fork) usage. Track token usag
35
35
 
36
36
  ### 🥧 [@ccusage/pi](https://www.npmjs.com/package/@ccusage/pi) - Pi-agent Usage Analyzer
37
37
 
38
- Unified usage tracking across Claude Code and [pi-agent](https://github.com/badlogic/pi-mono). Combines data from both sources with clear labels (`[cc]` for Claude Code, `[pi]` for pi-agent) to give you a complete picture of your Claude Max usage.
38
+ Companion tool for analyzing [pi-agent](https://github.com/nicobailon/pi-agent) session usage. Track token usage and costs from your pi-agent sessions with daily, monthly, and session-based reports.
39
+
40
+ ### ⚡ [@ccusage/amp](https://www.npmjs.com/package/@ccusage/amp) - Amp Usage Analyzer
41
+
42
+ Companion tool for analyzing [Amp](https://ampcode.com/) session usage. Track token usage, costs, and credits from your Amp CLI sessions with daily, monthly, and session-based reports.
39
43
 
40
44
  ### 🔌 [@ccusage/mcp](https://www.npmjs.com/package/@ccusage/mcp) - MCP Server Integration
41
45
 
@@ -67,7 +71,8 @@ deno run -E -R=$HOME/.claude/projects/ -S=homedir -N='raw.githubusercontent.com:
67
71
  ```bash
68
72
  npx @ccusage/codex@latest # OpenAI Codex usage tracking
69
73
  npx @ccusage/opencode@latest # OpenCode usage tracking
70
- npx @ccusage/pi@latest # Unified Claude Code + pi-agent usage
74
+ npx @ccusage/pi@latest # Pi-agent usage tracking
75
+ npx @ccusage/amp@latest # Amp usage tracking
71
76
  npx @ccusage/mcp@latest # MCP Server
72
77
  ```
73
78