@superbased/observer 1.31.0 → 1.33.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 +27 -9
- package/README.template.md +3 -3
- package/package.json +13 -13
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 **40 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,
|
|
@@ -18,8 +18,8 @@ Pi, Factory Droid, Open Interpreter, Command Code, and more — in one
|
|
|
18
18
|
local single-binary tool. An optional API proxy
|
|
19
19
|
reconciles the *exact* tokens your provider billed (net input, cache
|
|
20
20
|
5m/1h splits, reasoning tokens, long-context surcharges) instead of a
|
|
21
|
-
JSONL-derived estimate. No telemetry
|
|
22
|
-
machine.
|
|
21
|
+
JSONL-derived estimate. No telemetry and no cloud by default - nothing
|
|
22
|
+
leaves your machine unless you explicitly opt in to the sign-in beta.
|
|
23
23
|
|
|
24
24
|
**One local binary.** SuperBased captures, normalizes, and analyzes
|
|
25
25
|
every AI coding tool call on your machine: proxy-accurate cost,
|
|
@@ -798,10 +798,11 @@ two people type at once.
|
|
|
798
798
|
|
|
799
799
|
### Launch any supported AI CLI as a real terminal
|
|
800
800
|
|
|
801
|
-
Twenty-
|
|
801
|
+
Twenty-seven CLI launchers — claude, codex, opencode, cursor, copilot-cli,
|
|
802
802
|
kilo, cline-cli, hermes, gemini, openclaw, pi, antigravity, qwen,
|
|
803
803
|
kiro, grok, kimi, devin, qoder, goose, droid, open-interpreter,
|
|
804
|
-
command-code
|
|
804
|
+
command-code, muse, prime-agent, zcode, vibe (mistral-code), freebuff —
|
|
805
|
+
start from the dashboard's
|
|
805
806
|
**Launch here** control or from the command line as `observer <verb>`
|
|
806
807
|
(`observer claude`, `observer codex`, and so on). Each opens a **real
|
|
807
808
|
PTY** — a native pseudo-terminal on Linux and macOS, and a native
|
|
@@ -810,8 +811,8 @@ tool's binary isn't on your `$PATH`, the launcher offers a guided
|
|
|
810
811
|
one-click install rather than failing. Dashboard launching is gated by
|
|
811
812
|
`[handoff].allow_dashboard_launch` (default `true`).
|
|
812
813
|
|
|
813
|
-
(The count is twenty-
|
|
814
|
-
tracks
|
|
814
|
+
(The count is twenty-seven *launchers*, not the adapter count — observer
|
|
815
|
+
tracks 40 adapters in total, but only these twenty-seven ship a
|
|
815
816
|
first-class terminal launcher.)
|
|
816
817
|
|
|
817
818
|
### Attach-by-default
|
|
@@ -887,14 +888,14 @@ paired remote device the grid is read-only.
|
|
|
887
888
|
|
|
888
889
|
### Restarts & continuity
|
|
889
890
|
|
|
890
|
-
Twenty-
|
|
891
|
+
Twenty-six of the twenty-seven launchers **auto-resume the same
|
|
891
892
|
transcript** after a daemon restart — a verified native resume, so the
|
|
892
893
|
conversation continues where it left off. openclaw is the sole holdout:
|
|
893
894
|
its resume is picker-only, so its attached session ends when the daemon
|
|
894
895
|
restarts. To pick any session back up — including openclaw's — fork it
|
|
895
896
|
with `observer <verb> --continue-from <session-id>`. That opens a new
|
|
896
897
|
session id and seeds a distilled handover of the prior session as its
|
|
897
|
-
first prompt — it works for all twenty-
|
|
898
|
+
first prompt — it works for all twenty-seven launchers.
|
|
898
899
|
|
|
899
900
|
### Remote posture
|
|
900
901
|
|
|
@@ -959,6 +960,23 @@ returns Claude Code's last test run; Codex's `check_file_freshness`
|
|
|
959
960
|
reflects edits made by Cursor.
|
|
960
961
|
|
|
961
962
|
|
|
963
|
+
## Sign in and Cloud Intelligence (beta, experimental)
|
|
964
|
+
|
|
965
|
+
Optional, opt-in, and **beta (experimental)**. Nothing is sent anywhere
|
|
966
|
+
unless you run `observer cloud login` and enrol a session yourself -
|
|
967
|
+
the `observer cloud` CLI is the only outbound trigger, and it touches
|
|
968
|
+
the network only while one of its commands is running. **Signed-in
|
|
969
|
+
Free** gives up to 20 session enrichments per day (100 per month) on
|
|
970
|
+
GPT-5.6 Luna (xhigh reasoning). **Plus (beta)** runs enrichments on
|
|
971
|
+
GPT-5.6 Sol (xhigh reasoning), capped at 120 per month, USD 15/month
|
|
972
|
+
with a 7-day trial. An enrichment returns a narrative summary of the
|
|
973
|
+
session: what was done, which plans were implemented, which issues or
|
|
974
|
+
bugs were found, what failed, and what to do next. Behaviour,
|
|
975
|
+
allowances, and pricing may change. The local daemon - proxy, watcher,
|
|
976
|
+
dashboard, MCP - needs no account and is unaffected by any of it. Full
|
|
977
|
+
detail: [`docs/cloud-intelligence.md`](https://github.com/superbasedapp/observer/blob/main/docs/cloud-intelligence.md).
|
|
978
|
+
|
|
979
|
+
|
|
962
980
|
## Compression mechanisms
|
|
963
981
|
|
|
964
982
|
The conversation-compression pipeline runs inside the proxy on every
|
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 **40 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,
|
|
@@ -18,8 +18,8 @@ Pi, Factory Droid, Open Interpreter, Command Code, and more — in one
|
|
|
18
18
|
local single-binary tool. An optional API proxy
|
|
19
19
|
reconciles the *exact* tokens your provider billed (net input, cache
|
|
20
20
|
5m/1h splits, reasoning tokens, long-context surcharges) instead of a
|
|
21
|
-
JSONL-derived estimate. No telemetry
|
|
22
|
-
machine.
|
|
21
|
+
JSONL-derived estimate. No telemetry and no cloud by default - nothing
|
|
22
|
+
leaves your machine unless you explicitly opt in to the sign-in beta.
|
|
23
23
|
|
|
24
24
|
**One local binary.** SuperBased captures, normalizes, and analyzes
|
|
25
25
|
every AI coding tool call on your machine: proxy-accurate cost,
|
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.33.0",
|
|
4
|
+
"description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 40 adapters, proxy-accurate token counts and cost.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
7
|
"observability",
|
|
@@ -42,23 +42,23 @@
|
|
|
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.33.0",
|
|
46
|
+
"@superbased/observer-linux-arm64": "1.33.0",
|
|
47
|
+
"@superbased/observer-darwin-x64": "1.33.0",
|
|
48
|
+
"@superbased/observer-darwin-arm64": "1.33.0",
|
|
49
|
+
"@superbased/observer-win32-x64": "1.33.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "node bin/observer.js --version"
|
|
53
53
|
},
|
|
54
54
|
"superbased": {
|
|
55
55
|
"announcement": {
|
|
56
|
-
"id": "2026-08-
|
|
57
|
-
"severity": "
|
|
58
|
-
"title": "
|
|
59
|
-
"body": "
|
|
60
|
-
"url": "https://github.com/superbasedapp/
|
|
61
|
-
"expires_at": "2026-
|
|
56
|
+
"id": "2026-08-26-disk-maintenance-fix",
|
|
57
|
+
"severity": "notice",
|
|
58
|
+
"title": "v1.32.0 fixes unbounded database maintenance that could fill the disk",
|
|
59
|
+
"body": "Large databases could trigger automatic full-database VACUUM and integrity scans, silently consuming tens of GB of disk plus sustained CPU. v1.32.0 removes the unbounded paths, bounds SQLite memory and temp use, and adds a watchdog. Upgrade any machines on older versions.",
|
|
60
|
+
"url": "https://github.com/superbasedapp/observer/releases",
|
|
61
|
+
"expires_at": "2026-11-01T00:00:00Z",
|
|
62
62
|
"source": "release"
|
|
63
63
|
}
|
|
64
64
|
}
|