Skip to content

Commit c836a83

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into fix/chat-input-ime-and-ux
2 parents 7200e72 + 142f836 commit c836a83

26 files changed

+3222
-413
lines changed

opencode.jsonc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"mcp": {
44
"chrome-devtools": {
55
"type": "local",
6-
"command": ["npx", "-y", "chrome-devtools-mcp@latest"]
6+
"command": [
7+
"npx",
8+
"-y",
9+
"chrome-devtools-mcp@latest"
10+
]
711
}
8-
}
12+
},
13+
"model": "openai/gpt-5.2-codex"
914
}

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@different-ai/openwork-ui",
33
"private": true,
4-
"version": "0.3.7",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)