@jacobbd/relay-ai 0.2.6 → 0.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobbd/relay-ai",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "test:watch": "vitest",
38
38
  "typecheck": "tsc --noEmit",
39
39
  "refresh:models-dev": "node scripts/refresh-models-dev-cache.mjs",
40
- "prepublishOnly": "npm run build"
40
+ "prepublishOnly": "node -e \"if (require('./package.json').version !== require('./package-lock.json').version) { console.error('Error: package.json and package-lock.json versions are out of sync! Run npm install to sync.'); process.exit(1); }\" && npm run build"
41
41
  },
42
42
  "dependencies": {
43
43
  "@ai-sdk/alibaba": "^1.0.26",
@@ -62,18 +62,23 @@
62
62
  "ai": "^6.0.197",
63
63
  "gitlab-ai-provider": "^6.8.0",
64
64
  "ipaddr.js": "^2.4.0",
65
+ "open": "^11.0.0",
65
66
  "picocolors": "^1.1.1",
66
- "smol-toml": "^1.3.1",
67
+ "smol-toml": "^1.6.1",
67
68
  "venice-ai-sdk-provider": "^2.0.2",
68
69
  "zod": "^3.25.76"
69
70
  },
70
71
  "devDependencies": {
71
72
  "@types/node": "^22.0.0",
73
+ "@vitest/coverage-v8": "^2.1.9",
72
74
  "tsup": "^8.0.0",
73
75
  "typescript": "^5.5.0",
74
76
  "vitest": "^2.0.0"
75
77
  },
76
78
  "optionalDependencies": {
77
79
  "@napi-rs/keyring": "^1.3.0"
80
+ },
81
+ "overrides": {
82
+ "ws": "^8.21.0"
78
83
  }
79
84
  }
package/vitest.log ADDED
@@ -0,0 +1,33 @@
1
+
2
+ RUN v2.1.9 /Users/jbendavi/dev_projects/relay-ai
3
+
4
+ stdout | tests/debug-openai-oauth.test.ts > OpenAI OAuth models probe > runs live API tests against the ChatGPT Codex backend
5
+ PARSED MODELS:
6
+ - Slug: gpt-5.5
7
+ Display Name: GPT-5.5
8
+ Context Window: 272000
9
+ Supports Reasoning Levels: true
10
+ Levels: ["low","medium","high","xhigh"]
11
+ - Slug: gpt-5.4
12
+ Display Name: GPT-5.4
13
+ Context Window: 272000
14
+ Supports Reasoning Levels: true
15
+ Levels: ["low","medium","high","xhigh"]
16
+ - Slug: gpt-5.4-mini
17
+ Display Name: GPT-5.4-Mini
18
+ Context Window: 272000
19
+ Supports Reasoning Levels: true
20
+ Levels: ["low","medium","high","xhigh"]
21
+ - Slug: codex-auto-review
22
+ Display Name: Codex Auto Review
23
+ Context Window: 272000
24
+ Supports Reasoning Levels: true
25
+ Levels: ["low","medium","high","xhigh"]
26
+
27
+ ✓ tests/debug-openai-oauth.test.ts (1 test) 281ms
28
+
29
+ Test Files 1 passed (1)
30
+ Tests 1 passed (1)
31
+ Start at 15:43:23
32
+ Duration 542ms (transform 89ms, setup 0ms, collect 108ms, tests 281ms, environment 0ms, prepare 31ms)
33
+