llm-usage-metrics 0.3.4 → 0.3.5
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 +61 -31
- package/dist/index.js +280 -80
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llm-usage-metrics",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "CLI for aggregating local LLM usage metrics from pi, codex, gemini, and opencode sessions",
|
|
3
|
+
"version": "0.3.5",
|
|
4
|
+
"description": "CLI for aggregating local LLM usage metrics from pi, codex, gemini, droid, and opencode sessions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.17.1",
|
|
7
7
|
"engines": {
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
"pi",
|
|
45
45
|
"codex",
|
|
46
46
|
"gemini",
|
|
47
|
+
"droid",
|
|
48
|
+
"factory",
|
|
47
49
|
"opencode"
|
|
48
50
|
],
|
|
49
51
|
"license": "MIT",
|