Skip to content

Commit 86c862d

Browse files
Merge branch 'dev' into fix-env-caching-12698
2 parents f536ca7 + 3729fd5 commit 86c862d

90 files changed

Lines changed: 50728 additions & 45161 deletions

Some content is hidden

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

.github/VOUCHED.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ kommander
2626
r44vc0rp
2727
rekram1-node
2828
-robinmordasiewicz
29+
simonklee
2930
-spider-yamet clawdbot/llm psychosis, spam pinging the team
3031
thdxr
3132
-toastythebot

bun.lock

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

nix/hashes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"nodeModules": {
3-
"x86_64-linux": "sha256-gFbo3B6TFAmin2marXlwUyfchTX6ogsaUFEzBIl4zaI=",
4-
"aarch64-linux": "sha256-HUKL7zBVtb1KPaoAgfSfAzjDoAPRUe2WNFHDrsoqEF8=",
5-
"aarch64-darwin": "sha256-qWPRkuVA3nDEEaVZ0Ex4sYsFFarSRJSyOn+KJm1D3U0=",
6-
"x86_64-darwin": "sha256-FxhOYMXkxjn/9xQPeVX/gfQT/KjHT4wIBqzVDZuYlos="
3+
"x86_64-linux": "sha256-fNRQYkucjXr1D61HJRScJpDa6+oBdyhgTBxCu+PE2kQ=",
4+
"aarch64-linux": "sha256-V8J6kn2nSdXrplyqi6aIqNlHcVjSxvye+yC/YFO7PF4=",
5+
"aarch64-darwin": "sha256-6cLmUJVUycGALCmslXuloVGBSlFOSHRjsWjx7KOW8rg=",
6+
"x86_64-darwin": "sha256-kcOSO3NFIJh79ylLotG41ovWLQfH5kh1WYFghUu+4HE="
77
}
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"drizzle-kit": "1.0.0-beta.19-d95b7a4",
4949
"drizzle-orm": "1.0.0-beta.19-d95b7a4",
5050
"effect": "4.0.0-beta.46",
51-
"ai": "6.0.149",
51+
"ai": "6.0.158",
5252
"cross-spawn": "7.0.6",
5353
"hono": "4.10.7",
5454
"hono-openapi": "1.1.2",

packages/console/app/src/routes/download/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@
316316

317317
/* Download Hero Section */
318318
[data-component="download-hero"] {
319-
display: grid;
319+
/* display: grid; */
320+
display: none;
320321
grid-template-columns: 260px 1fr;
321322
gap: 4rem;
322323
padding-bottom: 2rem;

packages/opencode/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"bun": "./src/pty/pty.bun.ts",
4040
"node": "./src/pty/pty.node.ts",
4141
"default": "./src/pty/pty.bun.ts"
42+
},
43+
"#hono": {
44+
"bun": "./src/server/adapter.bun.ts",
45+
"node": "./src/server/adapter.node.ts",
46+
"default": "./src/server/adapter.bun.ts"
4247
}
4348
},
4449
"devDependencies": {
@@ -78,7 +83,7 @@
7883
"@actions/core": "1.11.1",
7984
"@actions/github": "6.0.1",
8085
"@agentclientprotocol/sdk": "0.16.1",
81-
"@ai-sdk/amazon-bedrock": "4.0.83",
86+
"@ai-sdk/amazon-bedrock": "4.0.93",
8287
"@ai-sdk/anthropic": "3.0.67",
8388
"@ai-sdk/azure": "3.0.49",
8489
"@ai-sdk/cerebras": "2.0.41",
@@ -90,7 +95,7 @@
9095
"@ai-sdk/groq": "3.0.31",
9196
"@ai-sdk/mistral": "3.0.27",
9297
"@ai-sdk/openai": "3.0.48",
93-
"@ai-sdk/openai-compatible": "2.0.37",
98+
"@ai-sdk/openai-compatible": "2.0.41",
9499
"@ai-sdk/perplexity": "3.0.26",
95100
"@ai-sdk/provider": "3.0.8",
96101
"@ai-sdk/provider-utils": "4.0.23",
@@ -100,7 +105,6 @@
100105
"@aws-sdk/credential-providers": "3.993.0",
101106
"@clack/prompts": "1.0.0-alpha.1",
102107
"@effect/platform-node": "catalog:",
103-
"@gitlab/gitlab-ai-provider": "3.6.0",
104108
"@gitlab/opencode-gitlab-auth": "1.3.3",
105109
"@hono/node-server": "1.19.11",
106110
"@hono/node-ws": "1.3.0",
@@ -116,7 +120,7 @@
116120
"@opencode-ai/script": "workspace:*",
117121
"@opencode-ai/sdk": "workspace:*",
118122
"@opencode-ai/util": "workspace:*",
119-
"@openrouter/ai-sdk-provider": "2.4.2",
123+
"@openrouter/ai-sdk-provider": "2.5.1",
120124
"@opentui/core": "0.1.97",
121125
"@opentui/solid": "0.1.97",
122126
"@parcel/watcher": "2.5.1",

0 commit comments

Comments
 (0)