Skip to content

Commit de34b96

Browse files
committed
merge: pr-30
2 parents b9e6c7e + c874ad0 commit de34b96

File tree

12 files changed

+771
-601
lines changed

12 files changed

+771
-601
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
5-
## Unreleased
3+
## 0.5.2 — 2025-12-06
64

75
### Changed
86
- Updated Inquirer to 13.x and aligned TUI prompts with `select` to stay compatible with the latest API.
7+
- Browser click automation now uses a shared pointer/mouse event sequence for send/model/copy/stop buttons, improving reliability with React/ProseMirror UIs.
98

109
### Fixed
1110
- Browser config defaults from `~/.oracle/config.json` now apply when CLI flags are untouched (chromePath/profile/cookiePath), fixing “No Chrome installations found” when a custom browser path is configured.

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
33
"javascript": {
44
"globals": ["Bun"]
55
},

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"homepage": "https://github.com/steipete/oracle#readme",
6666
"dependencies": {
6767
"@anthropic-ai/tokenizer": "^0.0.4",
68-
"@google/genai": "^1.30.0",
68+
"@google/genai": "^1.31.0",
6969
"@google/generative-ai": "^0.24.1",
70-
"@modelcontextprotocol/sdk": "^1.22.0",
70+
"@modelcontextprotocol/sdk": "^1.24.3",
7171
"chalk": "^5.6.2",
7272
"chrome-cookies-secure": "3.0.0",
7373
"chrome-launcher": "^1.2.1",
@@ -77,42 +77,42 @@
7777
"dotenv": "^17.2.3",
7878
"fast-glob": "^3.3.3",
7979
"gpt-tokenizer": "^3.4.0",
80-
"inquirer": "9.3.8",
80+
"inquirer": "13.0.2",
8181
"json5": "^2.2.3",
8282
"keytar": "^7.9.0",
8383
"kleur": "^4.1.5",
8484
"markdansi": "^0.1.3",
85-
"openai": "^6.9.1",
86-
"shiki": "^3.15.0",
85+
"openai": "^6.10.0",
86+
"shiki": "^3.19.0",
8787
"sqlite3": "^5.1.7",
8888
"toasted-notifier": "^10.1.0",
89-
"zod": "3.24.1"
89+
"zod": "^4.1.13"
9090
},
9191
"devDependencies": {
9292
"@anthropic-ai/tokenizer": "^0.0.4",
93-
"@biomejs/biome": "^2.3.7",
93+
"@biomejs/biome": "^2.3.8",
9494
"@cdktf/node-pty-prebuilt-multiarch": "0.10.2",
95-
"@types/chrome-remote-interface": "^0.31.14",
95+
"@types/chrome-remote-interface": "^0.33.0",
9696
"@types/inquirer": "^9.0.9",
97-
"@types/json5": "^2.2.0",
9897
"@types/node": "^24.10.1",
99-
"@vitest/coverage-v8": "4.0.13",
100-
"devtools-protocol": "^0.0.1548823",
98+
"@vitest/coverage-v8": "4.0.15",
99+
"devtools-protocol": "^0.0.1551306",
101100
"es-toolkit": "^1.42.0",
102-
"esbuild": "^0.27.0",
103-
"puppeteer-core": "^24.31.0",
104-
"tsx": "^4.20.6",
101+
"esbuild": "^0.27.1",
102+
"puppeteer-core": "^24.32.0",
103+
"tsx": "^4.21.0",
105104
"typescript": "^5.9.3",
106-
"vitest": "^4.0.13"
105+
"vitest": "^4.0.15"
107106
},
108107
"optionalDependencies": {
109108
"win-dpapi": "npm:@primno/[email protected]"
110109
},
111110
"pnpm": {
112111
"overrides": {
113-
"zod": "3.24.1",
112+
"zod": "4.1.13",
114113
"win-dpapi": "npm:@primno/[email protected]",
115-
"zod-to-json-schema": "3.24.1"
114+
"zod-to-json-schema": "3.25.0",
115+
"devtools-protocol": "0.0.1551306"
116116
},
117117
"onlyBuiltDependencies": [
118118
"@cdktf/node-pty-prebuilt-multiarch",

0 commit comments

Comments
 (0)