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 +8 -3
- package/dist/{data-loader-DpmcwQJo.js → data-loader-CzgabDPJ.js} +1977 -85
- package/dist/data-loader.js +2 -2
- package/dist/{debug-CCOfmDX-.js → debug-DDgg0GCg.js} +2 -2
- package/dist/debug.js +3 -3
- package/dist/index.js +89 -1980
- package/dist/{logger-CZDKWAOd.js → logger-CTYPBNFO.js} +1 -1
- package/dist/logger.js +1 -1
- package/package.json +1 -1
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
|
|
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
|
-
|
|
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 #
|
|
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
|
|