Skip to content

Commit cf77281

Browse files
committed
Merge branch 'dev' into anthropic-1m
2 parents c3e3c24 + d0f5c82 commit cf77281

File tree

236 files changed

+4523
-3406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+4523
-3406
lines changed

.github/workflows/auto-label-tui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
const title = issue.title;
2121
const description = issue.body || '';
2222
23-
// Check for "opencode web" or desktop keywords
24-
const webPattern = /(opencode web|\bdesktop\b)/i;
23+
// Check for "opencode web" keyword
24+
const webPattern = /(opencode web)/i;
2525
const isWebRelated = webPattern.test(title) || webPattern.test(description);
2626
2727
// Check for version patterns like v1.0.x or 1.0.x

AGENTS.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121

2222
json
2323
{
24-
"recipient_name": "multi_tool_use.parallel",
25-
"parameters": {
26-
"tool_uses": [
27-
{
28-
"recipient_name": "functions.read",
29-
"parameters": {
30-
"filePath": "path/to/file.tsx"
31-
}
32-
},
33-
{
34-
"recipient_name": "functions.read",
35-
"parameters": {
36-
"filePath": "path/to/file.ts"
37-
}
38-
},
39-
{
40-
"recipient_name": "functions.read",
41-
"parameters": {
42-
"filePath": "path/to/file.md"
43-
}
44-
}
45-
]
46-
}
24+
"recipient_name": "multi_tool_use.parallel",
25+
"parameters": {
26+
"tool_uses": [
27+
{
28+
"recipient_name": "functions.read",
29+
"parameters": {
30+
"filePath": "path/to/file.tsx"
31+
}
32+
},
33+
{
34+
"recipient_name": "functions.read",
35+
"parameters": {
36+
"filePath": "path/to/file.ts"
37+
}
38+
},
39+
{
40+
"recipient_name": "functions.read",
41+
"parameters": {
42+
"filePath": "path/to/file.md"
43+
}
44+
}
45+
]
46+
}
4747
}

STATS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@
131131
| 2025-11-03 | 653,130 (+9,063) | 597,139 (+7,135) | 1,250,269 (+16,198) |
132132
| 2025-11-04 | 663,912 (+10,782) | 608,056 (+10,917) | 1,271,968 (+21,699) |
133133
| 2025-11-05 | 675,074 (+11,162) | 619,690 (+11,634) | 1,294,764 (+22,796) |
134+
| 2025-11-06 | 686,252 (+11,178) | 630,885 (+11,195) | 1,317,137 (+22,373) |

bun.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/sst-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
/// <reference path="../sst-env.d.ts" />
77

88
import "sst"
9-
export {}
9+
export {}
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"keep": {
3-
"days": true,
4-
"amount": 14
5-
},
6-
"auditLog": "/home/thdxr/dev/projects/sst/opencode/logs/.2c5480b3b2480f80fa29b850af461dce619c0b2f-audit.json",
7-
"files": [
8-
{
9-
"date": 1759827172859,
10-
"name": "/home/thdxr/dev/projects/sst/opencode/logs/mcp-puppeteer-2025-10-07.log",
11-
"hash": "a3d98b26edd793411b968a0d24cfeee8332138e282023c3b83ec169d55c67f16"
12-
}
13-
],
14-
"hashType": "sha256"
15-
}
2+
"keep": {
3+
"days": true,
4+
"amount": 14
5+
},
6+
"auditLog": "/home/thdxr/dev/projects/sst/opencode/logs/.2c5480b3b2480f80fa29b850af461dce619c0b2f-audit.json",
7+
"files": [
8+
{
9+
"date": 1759827172859,
10+
"name": "/home/thdxr/dev/projects/sst/opencode/logs/mcp-puppeteer-2025-10-07.log",
11+
"hash": "a3d98b26edd793411b968a0d24cfeee8332138e282023c3b83ec169d55c67f16"
12+
}
13+
],
14+
"hashType": "sha256"
15+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@tsconfig/bun": "1.0.9",
2929
"@cloudflare/workers-types": "4.20251008.0",
3030
"@openauthjs/openauth": "0.0.0-20250322224806",
31-
"@pierre/precision-diffs": "0.4.2",
31+
"@pierre/precision-diffs": "0.4.4",
3232
"@solidjs/meta": "0.29.4",
3333
"@tailwindcss/vite": "4.1.11",
3434
"diff": "8.0.2",

packages/console/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
88
"build": "vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
99
"start": "vinxi start",
10-
"version": "1.0.35"
10+
"version": "1.0.39"
1111
},
1212
"dependencies": {
1313
"@ibm/plex": "6.4.1",

packages/console/app/src/component/dropdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
background-color: var(--color-accent-alpha);
7878
}
7979
}
80-
}
80+
}

packages/console/app/src/component/faq.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ export function Faq(props: ParentProps & { question: string }) {
1313
fill="currentColor"
1414
xmlns="http://www.w3.org/2000/svg"
1515
>
16-
<path d="M12.5 11.5H19V12.5H12.5V19H11.5V12.5H5V11.5H11.5V5H12.5V11.5Z" fill="currentColor" />
16+
<path
17+
d="M12.5 11.5H19V12.5H12.5V19H11.5V12.5H5V11.5H11.5V5H12.5V11.5Z"
18+
fill="currentColor"
19+
/>
1720
</svg>
1821
<svg
1922
data-slot="faq-icon-minus"

0 commit comments

Comments
 (0)