@superbased/observer 1.28.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 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 **29 adapters** — Claude Code, Codex, Cursor,
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 29 adapters in total, but only these twenty-two ship a
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
@@ -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 **29 adapters** — Claude Code, Codex, Cursor,
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.28.0",
4
- "description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 29 adapters, proxy-accurate token counts and cost.",
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,13 +42,24 @@
42
42
  "LICENSE"
43
43
  ],
44
44
  "optionalDependencies": {
45
- "@superbased/observer-linux-x64": "1.28.0",
46
- "@superbased/observer-linux-arm64": "1.28.0",
47
- "@superbased/observer-darwin-x64": "1.28.0",
48
- "@superbased/observer-darwin-arm64": "1.28.0",
49
- "@superbased/observer-win32-x64": "1.28.0"
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"
53
+ },
54
+ "superbased": {
55
+ "announcement": {
56
+ "id": "2026-08-plugin-coverage",
57
+ "severity": "info",
58
+ "title": "SuperBased now installs as a native plugin in 22 AI coding tools",
59
+ "body": "Claude Code, Codex, Cursor, Copilot, Gemini, OpenCode and 16 more now have a native SuperBased plugin. See the plugins repo for the install command for your tool.",
60
+ "url": "https://github.com/superbasedapp/plugins",
61
+ "expires_at": "2026-10-01T00:00:00Z",
62
+ "source": "release"
63
+ }
53
64
  }
54
65
  }