@superbased/observer 1.29.0 → 1.30.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 +2 -2
- package/README.template.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
**Claude Code cost tracking. Cursor token usage. Codex spend.
|
|
11
11
|
AI coding agent observability — one local tool, proxy-accurate.**
|
|
12
12
|
SuperBased captures, normalizes, and analyzes every AI
|
|
13
|
-
coding tool call across **
|
|
13
|
+
coding tool call across **31 adapters** — Claude Code, Codex, Cursor,
|
|
14
14
|
Cline + Cline CLI, GitHub Copilot (VS Code) + Copilot CLI, Gemini CLI,
|
|
15
15
|
OpenCode, Google Antigravity, Cowork, Nous Research's Hermes Agent,
|
|
16
16
|
Kilo Code (legacy IDE extension + CLI), Aider, Goose, Devin, OpenClaw,
|
|
@@ -823,7 +823,7 @@ one-click install rather than failing. Dashboard launching is gated by
|
|
|
823
823
|
`[handoff].allow_dashboard_launch` (default `true`).
|
|
824
824
|
|
|
825
825
|
(The count is twenty-two *launchers*, not the adapter count — observer
|
|
826
|
-
tracks
|
|
826
|
+
tracks 31 adapters in total, but only these twenty-two ship a
|
|
827
827
|
first-class terminal launcher.)
|
|
828
828
|
|
|
829
829
|
### Attach-by-default
|
package/README.template.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
**Claude Code cost tracking. Cursor token usage. Codex spend.
|
|
11
11
|
AI coding agent observability — one local tool, proxy-accurate.**
|
|
12
12
|
SuperBased captures, normalizes, and analyzes every AI
|
|
13
|
-
coding tool call across **
|
|
13
|
+
coding tool call across **31 adapters** — Claude Code, Codex, Cursor,
|
|
14
14
|
Cline + Cline CLI, GitHub Copilot (VS Code) + Copilot CLI, Gemini CLI,
|
|
15
15
|
OpenCode, Google Antigravity, Cowork, Nous Research's Hermes Agent,
|
|
16
16
|
Kilo Code (legacy IDE extension + CLI), Aider, Goose, Devin, OpenClaw,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superbased/observer",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across
|
|
3
|
+
"version": "1.30.0",
|
|
4
|
+
"description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 31 adapters, proxy-accurate token counts and cost.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
7
|
"observability",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"LICENSE"
|
|
43
43
|
],
|
|
44
44
|
"optionalDependencies": {
|
|
45
|
-
"@superbased/observer-linux-x64": "1.
|
|
46
|
-
"@superbased/observer-linux-arm64": "1.
|
|
47
|
-
"@superbased/observer-darwin-x64": "1.
|
|
48
|
-
"@superbased/observer-darwin-arm64": "1.
|
|
49
|
-
"@superbased/observer-win32-x64": "1.
|
|
45
|
+
"@superbased/observer-linux-x64": "1.30.0",
|
|
46
|
+
"@superbased/observer-linux-arm64": "1.30.0",
|
|
47
|
+
"@superbased/observer-darwin-x64": "1.30.0",
|
|
48
|
+
"@superbased/observer-darwin-arm64": "1.30.0",
|
|
49
|
+
"@superbased/observer-win32-x64": "1.30.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "node bin/observer.js --version"
|