ai-spend-agent 0.7.3 → 0.8.1
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 +9 -5
- package/dist/index.js +522 -133
- package/dist/statuslineRuntime.js +58 -12
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -10,9 +10,12 @@ npx ai-spend-agent
|
|
|
10
10
|
npx aibill
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Run `npx aibill init` from a project to detect machine-wide
|
|
14
|
-
and
|
|
15
|
-
|
|
13
|
+
Run `npx aibill init` from a project to detect machine-wide Claude Code, Codex,
|
|
14
|
+
and experimental Gemini CLI financial evidence, print the first
|
|
15
|
+
evidence-labeled personal receipt, and seed a private Claude/Codex aggregate
|
|
16
|
+
cache under `~/.aibill/cache/`. Gemini financial rows come only from
|
|
17
|
+
`~/.gemini/tmp/<opaque-project-id>/chats/**/*.{json,jsonl}`; `logs.json` is a
|
|
18
|
+
presence signal and never a financial source. Init never replaces missing personal
|
|
16
19
|
evidence with the bundled sample and never overwrites existing connected
|
|
17
20
|
source or audit state.
|
|
18
21
|
|
|
@@ -23,8 +26,9 @@ hook. Subscription runway appears only when it was transcript-reported; `~`
|
|
|
23
26
|
means API-equivalent value, and untilded `billed` money requires verified
|
|
24
27
|
provider evidence. Remove it with `npx aibill statusline uninstall`.
|
|
25
28
|
|
|
26
|
-
It reads local Claude Code and
|
|
27
|
-
and can optionally add official OpenAI or
|
|
29
|
+
It reads supported local Claude Code, Codex, and Gemini CLI financial metadata,
|
|
30
|
+
labels API-equivalent estimates, and can optionally add official OpenAI or
|
|
31
|
+
Anthropic provider-reported cost
|
|
28
32
|
through an environment-variable reference. No product telemetry is sent.
|
|
29
33
|
aibill never sits in the inference path and never stores, prints, or proxies provider credentials.
|
|
30
34
|
|