ai-spend-agent 0.5.8 → 0.6.0
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 -0
- package/dist/index.js +960 -121
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,6 +11,14 @@ npx aibill
|
|
|
11
11
|
It reads local Claude Code and Codex metadata, labels API-equivalent estimates,
|
|
12
12
|
and can optionally add official OpenAI or Anthropic provider-reported cost
|
|
13
13
|
through an environment-variable reference. No product telemetry is sent.
|
|
14
|
+
aibill never sits in the inference path and never stores, prints, or proxies provider credentials.
|
|
15
|
+
|
|
16
|
+
Connector validation (`live_verified`, `fixture_verified`, `untested`, or
|
|
17
|
+
`failed`) and each number's financial evidence (`verified`, `estimated`,
|
|
18
|
+
`detected_unverified`, or `missing`) are separate status axes. Run `npx aibill
|
|
19
|
+
doctor --sources` to see both with freshness and the last sanitized error.
|
|
20
|
+
The source registry also records read-boundary approval separately; an approved
|
|
21
|
+
local folder is permission to scan, not verified financial evidence.
|
|
14
22
|
|
|
15
23
|
See the repository
|
|
16
24
|
[README](https://github.com/futurastudio/ai-spend-agent#readme) for commands,
|