tokentracker-cli 0.22.2 → 0.23.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 +6 -3
- package/README.zh-CN.md +6 -3
- package/dashboard/dist/assets/{Card-CscwVKze.js → Card-BgXt23Ak.js} +1 -1
- package/dashboard/dist/assets/{DashboardPage-OvHyt-9C.js → DashboardPage-NVAsY99I.js} +1 -1
- package/dashboard/dist/assets/{DevicePage-DPTf4W0C.js → DevicePage-CWTFzGYj.js} +1 -1
- package/dashboard/dist/assets/{FadeIn-DtrbU2Wr.js → FadeIn-r11-zwBU.js} +1 -1
- package/dashboard/dist/assets/{HeaderGithubStar-BpUvUDa5.js → HeaderGithubStar-ZDYMF__6.js} +1 -1
- package/dashboard/dist/assets/{IpCheckPage-38pFyxXR.js → IpCheckPage-cCSBXnv2.js} +1 -1
- package/dashboard/dist/assets/{LandingPage-C5K7S2K7.js → LandingPage-DDUROVcN.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardPage-K2nTz_3S.js → LeaderboardPage-BaETRtBF.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardProfilePage-CruIkbE_.js → LeaderboardProfilePage-BthYFghU.js} +1 -1
- package/dashboard/dist/assets/{LimitsPage-mCTt95Hc.js → LimitsPage-BQpint0k.js} +1 -1
- package/dashboard/dist/assets/{LoginPage-CluZmxnu.js → LoginPage-EUjSrjOv.js} +1 -1
- package/dashboard/dist/assets/{PopoverPopup-4vJpuKH2.js → PopoverPopup-DyjmUoRY.js} +1 -1
- package/dashboard/dist/assets/{ProviderIcon-BXyyvrZJ.js → ProviderIcon-D7GhGvvD.js} +1 -1
- package/dashboard/dist/assets/{SettingsPage-Dtf6298d.js → SettingsPage-9lfQ1c28.js} +1 -1
- package/dashboard/dist/assets/{SkillsPage-BLG6MKhL.js → SkillsPage-Bt7d1kd0.js} +1 -1
- package/dashboard/dist/assets/{WidgetsPage-BI7FAndR.js → WidgetsPage-QfPgS0dO.js} +1 -1
- package/dashboard/dist/assets/{WrappedPage-CkYP3idc.js → WrappedPage-0iiBrhBo.js} +1 -1
- package/dashboard/dist/assets/check-CtXuxG1H.js +1 -0
- package/dashboard/dist/assets/{chevron-down-CuDMdlva.js → chevron-down-Br4ZSPLP.js} +1 -1
- package/dashboard/dist/assets/{download-VkW-KQnx.js → download-CnQNKpma.js} +1 -1
- package/dashboard/dist/assets/{leaderboard-columns-Dua0OjaV.js → leaderboard-columns-Bdgb7vS7.js} +1 -1
- package/dashboard/dist/assets/{main-A_x5MMU-.css → main-0bSXJNLn.css} +1 -1
- package/dashboard/dist/assets/{main-Cd6l4iGD.js → main-D7f_DoMp.js} +2 -2
- package/dashboard/dist/assets/{use-limits-display-prefs-C6hf4Yu0.js → use-limits-display-prefs-B5TQdyrf.js} +1 -1
- package/dashboard/dist/assets/{use-native-settings-BoQWWwfz.js → use-native-settings-CSxKG_Na.js} +1 -1
- package/dashboard/dist/assets/{use-reduced-motion-D747bJyl.js → use-reduced-motion-C9rLBEnX.js} +1 -1
- package/dashboard/dist/assets/{use-usage-limits-Dtk6Ae6q.js → use-usage-limits-Bmok4oKO.js} +1 -1
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist/share.html +2 -2
- package/package.json +1 -1
- package/src/lib/antigravity-paths.js +48 -0
- package/src/lib/cursor-config.js +41 -55
- package/src/lib/pricing/seed-snapshot.json +1 -1
- package/src/lib/rollout.js +81 -157
- package/src/lib/skills-manager.js +78 -48
- package/src/lib/sqlite-reader.js +136 -0
- package/dashboard/dist/assets/check-Bw-uNvT1.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as a}from"./main-
|
|
1
|
+
import{r as a}from"./main-D7f_DoMp.js";const d=["claude","codex","cursor","gemini","kimi","kiro","copilot","antigravity"],S={claude:"Claude",codex:"Codex",cursor:"Cursor",gemini:"Gemini",kimi:"Kimi",kiro:"Kiro",copilot:"GitHub Copilot",antigravity:"Antigravity"},v={claude:"/brand-logos/claude-code.svg",codex:"/brand-logos/codex.svg",cursor:"/brand-logos/cursor.svg",gemini:"/brand-logos/gemini.svg",kimi:"/brand-logos/kimi.svg",kiro:"/brand-logos/kiro.svg",copilot:"/brand-logos/copilot.svg",antigravity:"/brand-logos/antigravity.svg"},l="tt.limits.providerOrder",g="tt.limits.providerVisibility";function w(){if(typeof window>"u")return[...d];try{const i=window.localStorage.getItem(l);if(!i)return[...d];const s=JSON.parse(i);if(!Array.isArray(s))return[...d];const r=s.filter(c=>d.includes(c));for(const c of d)r.includes(c)||r.push(c);return r}catch{return[...d]}}function y(){const i=Object.fromEntries(d.map(s=>[s,!0]));if(typeof window>"u")return i;try{const s=window.localStorage.getItem(g);if(!s)return i;const r=JSON.parse(s);if(!r||typeof r!="object")return i;const c={...i};for(const u of d)typeof r[u]=="boolean"&&(c[u]=r[u]);return c}catch{return i}}function C(){const[i,s]=a.useState(w),[r,c]=a.useState(y);a.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(l,JSON.stringify(i))}catch{}},[i]),a.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(g,JSON.stringify(r))}catch{}},[r]),a.useEffect(()=>{if(typeof window>"u")return;const o=t=>{t.key===l&&s(w()),t.key===g&&c(y())};return window.addEventListener("storage",o),()=>window.removeEventListener("storage",o)},[]);const u=a.useCallback(o=>{c(t=>({...t,[o]:!t[o]}))},[]),b=a.useCallback(o=>{s(t=>{const e=t.indexOf(o);if(e<=0)return t;const n=[...t];return[n[e-1],n[e]]=[n[e],n[e-1]],n})},[]),p=a.useCallback(o=>{s(t=>{const e=t.indexOf(o);if(e<0||e>=t.length-1)return t;const n=[...t];return[n[e],n[e+1]]=[n[e+1],n[e]],n})},[]),O=a.useCallback((o,t)=>{o!==t&&s(e=>{const n=e.indexOf(o),m=e.indexOf(t);if(n<0||m<0)return e;const f=[...e],[I]=f.splice(n,1);return f.splice(m,0,I),f})},[]),k=a.useCallback(()=>{s([...d]),c(Object.fromEntries(d.map(o=>[o,!0])))},[]),x=a.useMemo(()=>i.filter(o=>r[o]!==!1),[i,r]);return{order:i,visibility:r,visibleOrdered:x,toggle:u,moveUp:b,moveDown:p,moveToward:O,reset:k}}export{v as L,S as a,C as u};
|
package/dashboard/dist/assets/{use-native-settings-BoQWWwfz.js → use-native-settings-CSxKG_Na.js}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{C as a,a5 as x,r as n,aC as g,aD as m,aE as b,aF as u,aG as f,aA as h}from"./main-
|
|
1
|
+
import{C as a,a5 as x,r as n,aC as g,aD as m,aE as b,aF as u,aG as f,aA as h}from"./main-D7f_DoMp.js";import{C as y}from"./Card-BgXt23Ak.js";function p({checked:s,onChange:t,disabled:e,ariaLabel:i}){return a.jsx("button",{type:"button",role:"switch","aria-checked":s,"aria-label":i,onClick:t,disabled:e,className:x("relative inline-flex h-5 w-9 shrink-0 items-center rounded-full transition-colors focus:outline-none focus-visible:ring-2 focus-visible:ring-oai-brand-500 disabled:opacity-50 disabled:cursor-not-allowed",s?"bg-oai-brand-500":"bg-oai-gray-300 dark:bg-oai-gray-700"),children:a.jsx("span",{className:x("inline-block h-3.5 w-3.5 rounded-full bg-white transition-transform",s?"translate-x-[18px]":"translate-x-[3px]")})})}function j({label:s,hint:t,control:e}){return a.jsxs("div",{className:"flex items-center justify-between gap-4 py-3",children:[a.jsxs("div",{className:"min-w-0 flex-1",children:[a.jsx("div",{className:"text-sm text-oai-gray-900 dark:text-oai-gray-200",children:s}),t?a.jsx("div",{className:"mt-0.5 text-xs text-oai-gray-500 dark:text-oai-gray-400",children:t}):null]}),a.jsx("div",{className:"shrink-0",children:e})]})}function N({title:s,subtitle:t,action:e,children:i}){return a.jsxs(y,{children:[a.jsxs("div",{className:"mb-3 flex items-start justify-between gap-4",children:[a.jsxs("div",{className:"min-w-0 flex-1",children:[a.jsx("h2",{className:"text-sm font-medium text-oai-gray-500 dark:text-oai-gray-300 uppercase tracking-wide",children:s}),t?a.jsx("p",{className:"mt-1 truncate text-xs text-oai-gray-500 dark:text-oai-gray-400",children:t}):null]}),e?a.jsx("div",{className:"shrink-0",children:e}):null]}),a.jsx("div",{className:"-mb-3 divide-y divide-oai-gray-200/60 dark:divide-oai-gray-800/60",children:i})]})}function w({options:s,value:t,onChange:e}){return a.jsx("div",{className:"inline-flex items-center rounded-lg border border-oai-gray-200 bg-oai-gray-50 p-0.5 dark:border-oai-gray-800 dark:bg-oai-gray-900",children:s.map(({value:i,label:d,Icon:l})=>{const r=t===i;return a.jsxs("button",{type:"button",onClick:()=>e(i),"aria-pressed":r,className:x("inline-flex items-center gap-1.5 rounded-md px-3 py-1.5 text-xs font-medium transition-colors",r?"bg-white text-oai-black shadow-sm dark:bg-oai-gray-800 dark:text-white":"text-oai-gray-500 hover:text-oai-black dark:text-oai-gray-400 dark:hover:text-white"),children:[l?a.jsx(l,{className:"h-3.5 w-3.5","aria-hidden":!0}):null,a.jsx("span",{children:d})]},i)})})}function S(){const[s,t]=n.useState(null),e=g()&&m();n.useEffect(()=>{if(!e)return;const r=b(o=>t(o));return u(),r},[e]);const i=n.useCallback((r,o)=>{e&&(t(c=>c&&{...c,[r]:o}),f(r,o))},[e]),d=n.useCallback(r=>{e&&h(r)},[e]),l=n.useCallback(()=>{e&&u()},[e]);return{available:e,settings:s,setSetting:i,runAction:d,refresh:l}}export{N as S,p as T,j as a,w as b,S as u};
|
package/dashboard/dist/assets/{use-reduced-motion-D747bJyl.js → use-reduced-motion-C9rLBEnX.js}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{aH as t,aI as o,r,aJ as s}from"./main-
|
|
1
|
+
import{aH as t,aI as o,r,aJ as s}from"./main-D7f_DoMp.js";function u(){!t.current&&o();const[e]=r.useState(s.current);return e}export{u};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,aj as l}from"./main-
|
|
1
|
+
import{r,aj as l}from"./main-D7f_DoMp.js";function y(i){const[o,a]=r.useState(null),[u,s]=r.useState(null),[c,f]=r.useState(!0),n=!!i?.initialRefresh,g=r.useCallback(async()=>{try{const e=await l({refresh:!0});a(e&&typeof e=="object"?e:null),s(null)}catch(e){s(e?.message||String(e))}},[]);return r.useEffect(()=>{let e=!1;return(async()=>{try{const t=await l(n?{refresh:!0}:{});if(e)return;a(t&&typeof t=="object"?t:null),s(null)}catch(t){if(e)return;s(t?.message||String(t))}finally{e||f(!1)}})(),()=>{e=!0}},[n]),{data:o,error:u,isLoading:c,refresh:g}}export{y as u};
|
|
@@ -210,8 +210,8 @@
|
|
|
210
210
|
]
|
|
211
211
|
}
|
|
212
212
|
</script>
|
|
213
|
-
<script type="module" crossorigin src="/assets/main-
|
|
214
|
-
<link rel="stylesheet" crossorigin href="/assets/main-
|
|
213
|
+
<script type="module" crossorigin src="/assets/main-D7f_DoMp.js"></script>
|
|
214
|
+
<link rel="stylesheet" crossorigin href="/assets/main-0bSXJNLn.css">
|
|
215
215
|
</head>
|
|
216
216
|
<body>
|
|
217
217
|
<main class="aeo-seed-content" aria-label="Token Tracker AI-readable summary">
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"description": "Shareable Token Tracker dashboard snapshot."
|
|
52
52
|
}
|
|
53
53
|
</script>
|
|
54
|
-
<script type="module" crossorigin src="/assets/main-
|
|
55
|
-
<link rel="stylesheet" crossorigin href="/assets/main-
|
|
54
|
+
<script type="module" crossorigin src="/assets/main-D7f_DoMp.js"></script>
|
|
55
|
+
<link rel="stylesheet" crossorigin href="/assets/main-0bSXJNLn.css">
|
|
56
56
|
</head>
|
|
57
57
|
<body>
|
|
58
58
|
<main class="aeo-seed-content" aria-label="Token Tracker share page summary">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tokentracker-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "Token usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Gemini, Kiro, OpenCode, OpenClaw, Every Code, Hermes, GitHub Copilot, Kimi Code, CodeBuddy, Grok Build, oh-my-pi, pi, Craft Agents, Kilo CLI, Kilo Code, Roo Code, Zed Agent, Goose)",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
const fs = require("node:fs");
|
|
2
|
+
const os = require("node:os");
|
|
3
|
+
const path = require("node:path");
|
|
4
|
+
|
|
5
|
+
const MAIN_APP_SUBDIR = "antigravity";
|
|
6
|
+
const IDE_SUBDIR = "antigravity-ide";
|
|
7
|
+
|
|
8
|
+
function geminiHome(env) {
|
|
9
|
+
return path.join(env.HOME || env.USERPROFILE || os.homedir(), ".gemini");
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
function trimmed(value) {
|
|
13
|
+
return typeof value === "string" ? value.trim() : "";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function existsDir(dirPath) {
|
|
17
|
+
try {
|
|
18
|
+
return fs.statSync(dirPath).isDirectory();
|
|
19
|
+
} catch (_e) {
|
|
20
|
+
return false;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function resolveAntigravitySkillDirs(env = process.env) {
|
|
25
|
+
const override = trimmed(env.TOKENTRACKER_ANTIGRAVITY_HOME);
|
|
26
|
+
if (override) return [path.join(override, "skills")];
|
|
27
|
+
|
|
28
|
+
const home = geminiHome(env);
|
|
29
|
+
const mainSkills = path.join(home, MAIN_APP_SUBDIR, "skills");
|
|
30
|
+
const ideSkills = path.join(home, IDE_SUBDIR, "skills");
|
|
31
|
+
const mainParent = path.join(home, MAIN_APP_SUBDIR);
|
|
32
|
+
const ideParent = path.join(home, IDE_SUBDIR);
|
|
33
|
+
|
|
34
|
+
const dirs = [];
|
|
35
|
+
if (existsDir(mainParent)) dirs.push(mainSkills);
|
|
36
|
+
if (existsDir(ideParent)) dirs.push(ideSkills);
|
|
37
|
+
|
|
38
|
+
// Neither Antigravity install present: fall back to the main-app path so
|
|
39
|
+
// targetList still surfaces a stable path string and the user can install
|
|
40
|
+
// skills now and run Antigravity later. The empty parent will be created on
|
|
41
|
+
// demand by ensureDir; cleanup happens naturally via uninstallSkill.
|
|
42
|
+
if (dirs.length > 0) return dirs;
|
|
43
|
+
return [mainSkills];
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
module.exports = {
|
|
47
|
+
resolveAntigravitySkillDirs,
|
|
48
|
+
};
|
package/src/lib/cursor-config.js
CHANGED
|
@@ -1,33 +1,34 @@
|
|
|
1
1
|
const os = require("node:os");
|
|
2
2
|
const path = require("node:path");
|
|
3
3
|
const fs = require("node:fs");
|
|
4
|
-
const cp = require("node:child_process");
|
|
5
4
|
const https = require("node:https");
|
|
6
5
|
|
|
7
6
|
const { readJson } = require("./fs");
|
|
7
|
+
const { readSqliteFirstValue } = require("./sqlite-reader");
|
|
8
8
|
|
|
9
9
|
// ── Path resolution ──
|
|
10
10
|
|
|
11
11
|
function resolveCursorPaths({ home, platform = process.platform, env = process.env } = {}) {
|
|
12
12
|
const h = home || os.homedir();
|
|
13
|
+
const pathForPlatform = platform === "win32" ? path.win32 : path.posix;
|
|
13
14
|
let appDir;
|
|
14
15
|
if (platform === "darwin") {
|
|
15
|
-
appDir =
|
|
16
|
+
appDir = pathForPlatform.join(h, "Library", "Application Support", "Cursor");
|
|
16
17
|
} else if (platform === "win32") {
|
|
17
18
|
const appData =
|
|
18
19
|
(typeof env.APPDATA === "string" && env.APPDATA.trim()) ||
|
|
19
|
-
|
|
20
|
-
appDir =
|
|
20
|
+
pathForPlatform.join(h, "AppData", "Roaming");
|
|
21
|
+
appDir = pathForPlatform.join(appData, "Cursor");
|
|
21
22
|
} else {
|
|
22
23
|
const xdg =
|
|
23
24
|
(typeof env.XDG_CONFIG_HOME === "string" && env.XDG_CONFIG_HOME.trim()) ||
|
|
24
|
-
|
|
25
|
-
appDir =
|
|
25
|
+
pathForPlatform.join(h, ".config");
|
|
26
|
+
appDir = pathForPlatform.join(xdg, "Cursor");
|
|
26
27
|
}
|
|
27
28
|
return {
|
|
28
29
|
appDir,
|
|
29
|
-
stateDbPath:
|
|
30
|
-
cliConfigPath:
|
|
30
|
+
stateDbPath: pathForPlatform.join(appDir, "User", "globalStorage", "state.vscdb"),
|
|
31
|
+
cliConfigPath: pathForPlatform.join(h, ".cursor", "cli-config.json"),
|
|
31
32
|
};
|
|
32
33
|
}
|
|
33
34
|
|
|
@@ -53,55 +54,30 @@ function cursorDebugLog(message, env = process.env) {
|
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
function readCursorAccessTokenFromStateDb(stateDbPath, deps = {}) {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}).trim();
|
|
66
|
-
} catch (sqliteCliErr) {
|
|
67
|
-
cursorDebugLog(
|
|
68
|
-
`sqlite3 CLI token read failed for ${stateDbPath}: ${sqliteCliErr?.message || sqliteCliErr}`,
|
|
69
|
-
env,
|
|
70
|
-
);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
try {
|
|
74
|
-
const { DatabaseSync } = requireFn("node:sqlite");
|
|
75
|
-
if (typeof DatabaseSync !== "function") {
|
|
76
|
-
cursorDebugLog("node:sqlite DatabaseSync is unavailable", env);
|
|
77
|
-
return null;
|
|
78
|
-
}
|
|
79
|
-
const db = new DatabaseSync(stateDbPath, { readOnly: true });
|
|
80
|
-
try {
|
|
81
|
-
const row = db.prepare(CURSOR_ACCESS_TOKEN_SQL).get();
|
|
82
|
-
return typeof row?.value === "string" ? row.value.trim() : null;
|
|
83
|
-
} finally {
|
|
84
|
-
db.close();
|
|
85
|
-
}
|
|
86
|
-
} catch (nodeSqliteErr) {
|
|
87
|
-
cursorDebugLog(
|
|
88
|
-
`node:sqlite token read failed for ${stateDbPath}: ${nodeSqliteErr?.message || nodeSqliteErr}`,
|
|
89
|
-
env,
|
|
90
|
-
);
|
|
91
|
-
return null;
|
|
92
|
-
}
|
|
57
|
+
return readSqliteFirstValue(stateDbPath, CURSOR_ACCESS_TOKEN_SQL, "value", {
|
|
58
|
+
execFileSync: deps.execFileSync,
|
|
59
|
+
requireFn: deps.requireFn,
|
|
60
|
+
env: deps.env,
|
|
61
|
+
stderr: deps.stderr,
|
|
62
|
+
label: "Cursor",
|
|
63
|
+
timeout: 5000,
|
|
64
|
+
maxBuffer: 1024 * 1024,
|
|
65
|
+
});
|
|
93
66
|
}
|
|
94
67
|
|
|
95
68
|
/**
|
|
96
69
|
* Extract Cursor session cookie from local SQLite + cli-config.json.
|
|
97
70
|
* Returns { cookie, userId } or null on failure.
|
|
98
71
|
*
|
|
99
|
-
* Cookie format: WorkosCursorSessionToken
|
|
72
|
+
* Cookie format: WorkosCursorSessionToken=<userId>%3A%3A<jwt>
|
|
100
73
|
* - JWT from state.vscdb → ItemTable → cursorAuth/accessToken
|
|
101
|
-
* - userId from cli-config.json → authInfo.authId
|
|
74
|
+
* - userId from cli-config.json → authInfo.authId
|
|
75
|
+
* - native Cursor email/password: "auth0|user_XXXXX" → "user_XXXXX"
|
|
76
|
+
* - Google sign-in via WorkOS: "google-oauth2|<numeric>" → kept verbatim
|
|
77
|
+
* - other WorkOS subjects: "github|…", "oidc|…" → kept verbatim
|
|
102
78
|
*/
|
|
103
|
-
function extractCursorSessionToken({ home, deps } = {}) {
|
|
104
|
-
const { stateDbPath, cliConfigPath } = resolveCursorPaths({ home });
|
|
79
|
+
function extractCursorSessionToken({ home, platform, env, deps } = {}) {
|
|
80
|
+
const { stateDbPath, cliConfigPath } = resolveCursorPaths({ home, platform, env });
|
|
105
81
|
|
|
106
82
|
// 1. Extract JWT from SQLite
|
|
107
83
|
if (!fs.existsSync(stateDbPath)) {
|
|
@@ -123,12 +99,24 @@ function extractCursorSessionToken({ home, deps } = {}) {
|
|
|
123
99
|
return { cookie, userId };
|
|
124
100
|
}
|
|
125
101
|
|
|
102
|
+
// WorkOS OAuth subject prefixes Cursor accepts as-is in the session cookie.
|
|
103
|
+
// Verified against cursor.com/api/usage-summary (issue #88).
|
|
104
|
+
const WORKOS_OAUTH_SUBJECT_RE = /^(google-oauth2|github|oidc|auth0)\|[^|]+$/;
|
|
105
|
+
|
|
106
|
+
function normalizeCursorSubject(subject) {
|
|
107
|
+
if (!subject) return null;
|
|
108
|
+
// Native Cursor: "auth0|user_XXXXX" → strip provider prefix, return "user_XXXXX"
|
|
109
|
+
const native = subject.match(/\|(user_[A-Za-z0-9_]+)$/);
|
|
110
|
+
if (native) return native[1];
|
|
111
|
+
// WorkOS-bridged OAuth: keep the full "<provider>|<id>" subject
|
|
112
|
+
if (WORKOS_OAUTH_SUBJECT_RE.test(subject)) return subject;
|
|
113
|
+
return null;
|
|
114
|
+
}
|
|
115
|
+
|
|
126
116
|
function extractUserIdFromCliConfig(configPath) {
|
|
127
117
|
try {
|
|
128
118
|
const config = JSON.parse(fs.readFileSync(configPath, "utf8"));
|
|
129
|
-
|
|
130
|
-
const match = authId.match(/\|(user_[A-Za-z0-9_]+)/);
|
|
131
|
-
return match ? match[1] : null;
|
|
119
|
+
return normalizeCursorSubject(config?.authInfo?.authId || "");
|
|
132
120
|
} catch {
|
|
133
121
|
return null;
|
|
134
122
|
}
|
|
@@ -139,9 +127,7 @@ function extractUserIdFromJwt(jwt) {
|
|
|
139
127
|
const parts = jwt.split(".");
|
|
140
128
|
if (parts.length !== 3) return null;
|
|
141
129
|
const payload = JSON.parse(Buffer.from(parts[1], "base64url").toString());
|
|
142
|
-
|
|
143
|
-
const match = sub.match(/(user_[A-Za-z0-9_]+)/);
|
|
144
|
-
return match ? match[1] : null;
|
|
130
|
+
return normalizeCursorSubject(payload.sub || "");
|
|
145
131
|
} catch {
|
|
146
132
|
return null;
|
|
147
133
|
}
|