@steipete/oracle 0.7.5 → 0.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steipete/oracle",
3
- "version": "0.7.5",
3
+ "version": "0.8.0",
4
4
  "description": "CLI wrapper around OpenAI Responses API with GPT-5.2 Pro (via gpt-5.1-pro alias), GPT-5.2, GPT-5.1, and GPT-5.1 Codex high reasoning modes.",
5
5
  "type": "module",
6
6
  "main": "dist/bin/oracle-cli.js",
@@ -42,13 +42,13 @@
42
42
  "url": "git+https://github.com/steipete/oracle.git"
43
43
  },
44
44
  "engines": {
45
- "node": ">=20"
45
+ "node": ">=22"
46
46
  },
47
47
  "devEngines": {
48
48
  "runtime": [
49
49
  {
50
50
  "name": "node",
51
- "version": ">=20"
51
+ "version": ">=22"
52
52
  }
53
53
  ]
54
54
  },
@@ -64,8 +64,8 @@
64
64
  "@google/genai": "^1.34.0",
65
65
  "@google/generative-ai": "^0.24.1",
66
66
  "@modelcontextprotocol/sdk": "^1.25.1",
67
+ "@steipete/sweet-cookie": "^0.1.0",
67
68
  "chalk": "^5.6.2",
68
- "chrome-cookies-secure": "3.0.0",
69
69
  "chrome-launcher": "^1.2.1",
70
70
  "chrome-remote-interface": "^0.33.3",
71
71
  "clipboardy": "^5.0.2",
@@ -75,13 +75,11 @@
75
75
  "gpt-tokenizer": "^3.4.0",
76
76
  "inquirer": "13.1.0",
77
77
  "json5": "^2.2.3",
78
- "keytar": "^7.9.0",
79
78
  "kleur": "^4.1.5",
80
- "markdansi": "0.1.7",
79
+ "markdansi": "0.2.0",
81
80
  "openai": "^6.15.0",
82
- "osc-progress": "^0.1.0",
81
+ "osc-progress": "^0.2.0",
83
82
  "shiki": "^3.20.0",
84
- "sqlite3": "^5.1.7",
85
83
  "toasted-notifier": "^10.1.0",
86
84
  "tokentally": "^0.1.1",
87
85
  "zod": "^4.2.1"
@@ -102,20 +100,13 @@
102
100
  "typescript": "^5.9.3",
103
101
  "vitest": "^4.0.16"
104
102
  },
105
- "optionalDependencies": {
106
- "win-dpapi": "npm:@primno/dpapi@2.0.1"
107
- },
108
103
  "pnpm": {
109
104
  "overrides": {
110
- "devtools-protocol": "0.0.1561482",
111
- "win-dpapi": "npm:@primno/dpapi@2.0.1"
105
+ "devtools-protocol": "0.0.1561482"
112
106
  },
113
107
  "onlyBuiltDependencies": [
114
108
  "@cdktf/node-pty-prebuilt-multiarch",
115
- "esbuild",
116
- "keytar",
117
- "sqlite3",
118
- "win-dpapi"
109
+ "esbuild"
119
110
  ]
120
111
  },
121
112
  "packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"