@superbased/observer 1.26.0 → 1.27.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,11 +10,12 @@
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 **26 adapters** — Claude Code, Codex, Cursor,
13
+ coding tool call across **29 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,
17
- Pi, and more in one local single-binary tool. An optional API proxy
17
+ Pi, Factory Droid, Open Interpreter, Command Code, and more in one
18
+ local single-binary tool. An optional API proxy
18
19
  reconciles the *exact* tokens your provider billed (net input, cache
19
20
  5m/1h splits, reasoning tokens, long-context surcharges) instead of a
20
21
  JSONL-derived estimate. No telemetry, no cloud, no data leaves your
@@ -732,9 +733,10 @@ two people type at once.
732
733
 
733
734
  ### Launch any supported AI CLI as a real terminal
734
735
 
735
- Nineteen CLI launchers — claude, codex, opencode, cursor, copilot-cli,
736
+ Twenty-two CLI launchers — claude, codex, opencode, cursor, copilot-cli,
736
737
  kilo, cline-cli, hermes, gemini, openclaw, pi, antigravity, qwen,
737
- kiro, grok, kimi, devin, qoder, goose start from the dashboard's
738
+ kiro, grok, kimi, devin, qoder, goose, droid, open-interpreter,
739
+ command-code — start from the dashboard's
738
740
  **Launch here** control or from the command line as `observer <verb>`
739
741
  (`observer claude`, `observer codex`, and so on). Each opens a **real
740
742
  PTY** — a native pseudo-terminal on Linux and macOS, and a native
@@ -743,9 +745,9 @@ tool's binary isn't on your `$PATH`, the launcher offers a guided
743
745
  one-click install rather than failing. Dashboard launching is gated by
744
746
  `[handoff].allow_dashboard_launch` (default `true`).
745
747
 
746
- (The count is nineteen *launchers*, not the adapter count — observer
747
- tracks 26 adapters in total, but only these nineteen ship a first-class
748
- terminal launcher.)
748
+ (The count is twenty-two *launchers*, not the adapter count — observer
749
+ tracks 29 adapters in total, but only these twenty-two ship a
750
+ first-class terminal launcher.)
749
751
 
750
752
  ### Attach-by-default
751
753
 
@@ -820,13 +822,14 @@ paired remote device the grid is read-only.
820
822
 
821
823
  ### Restarts & continuity
822
824
 
823
- claude and codex **auto-resume the same transcript** after a daemon
824
- restart — a verified native resume, so the conversation continues where
825
- it left off. Every other tool's attached session ends when the daemon
826
- restarts; to pick the work back up, fork it with
827
- `observer <verb> --continue-from <session-id>`. That opens a new session
828
- id and seeds a distilled handover of the prior session as its first
829
- prompt it works for all nineteen launchers.
825
+ Twenty-one of the twenty-two launchers **auto-resume the same
826
+ transcript** after a daemon restart — a verified native resume, so the
827
+ conversation continues where it left off. openclaw is the sole holdout:
828
+ its resume is picker-only, so its attached session ends when the daemon
829
+ restarts. To pick any session back up including openclaw's — fork it
830
+ with `observer <verb> --continue-from <session-id>`. That opens a new
831
+ session id and seeds a distilled handover of the prior session as its
832
+ first prompt — it works for all twenty-two launchers.
830
833
 
831
834
  ### Remote posture
832
835
 
@@ -10,11 +10,12 @@
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 **26 adapters** — Claude Code, Codex, Cursor,
13
+ coding tool call across **29 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,
17
- Pi, and more in one local single-binary tool. An optional API proxy
17
+ Pi, Factory Droid, Open Interpreter, Command Code, and more in one
18
+ local single-binary tool. An optional API proxy
18
19
  reconciles the *exact* tokens your provider billed (net input, cache
19
20
  5m/1h splits, reasoning tokens, long-context surcharges) instead of a
20
21
  JSONL-derived estimate. No telemetry, no cloud, no data leaves your
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@superbased/observer",
3
- "version": "1.26.0",
4
- "description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 26 adapters, proxy-accurate token counts and cost.",
3
+ "version": "1.27.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.",
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.26.0",
46
- "@superbased/observer-linux-arm64": "1.26.0",
47
- "@superbased/observer-darwin-x64": "1.26.0",
48
- "@superbased/observer-darwin-arm64": "1.26.0",
49
- "@superbased/observer-win32-x64": "1.26.0"
45
+ "@superbased/observer-linux-x64": "1.27.0",
46
+ "@superbased/observer-linux-arm64": "1.27.0",
47
+ "@superbased/observer-darwin-x64": "1.27.0",
48
+ "@superbased/observer-darwin-arm64": "1.27.0",
49
+ "@superbased/observer-win32-x64": "1.27.0"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "node bin/observer.js --version"