Skip to content

Commit 3b01cd8

Browse files
committed
Merge branch 'dev' into zen-lander
2 parents 3393011 + 1024537 commit 3b01cd8

File tree

35 files changed

+1799
-382
lines changed

35 files changed

+1799
-382
lines changed

.opencode/command/commit.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ core:
77
ci:
88
ignore:
99
wip:
10+
11+
prefer to explain WHY something was done from an end user perspective instead of
12+
WHAT was done.

STATS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@
9494
| 2025-09-27 | 411,618 (+7,284) | 317,763 (+11,050) | 729,381 (+18,334) |
9595
| 2025-09-28 | 414,910 (+3,292) | 322,522 (+4,759) | 737,432 (+8,051) |
9696
| 2025-09-29 | 419,919 (+5,009) | 328,033 (+5,511) | 747,952 (+10,520) |
97+
| 2025-09-30 | 427,991 (+8,072) | 336,472 (+8,439) | 764,463 (+16,511) |
98+
| 2025-10-01 | 433,591 (+5,600) | 341,742 (+5,270) | 775,333 (+10,870) |

bun.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"packages/app": {
1414
"name": "@opencode/app",
15-
"version": "0.13.5",
15+
"version": "0.13.7",
1616
"dependencies": {
1717
"@kobalte/core": "catalog:",
1818
"@opencode-ai/sdk": "workspace:*",
@@ -61,7 +61,7 @@
6161
},
6262
"packages/console/core": {
6363
"name": "@opencode/console-core",
64-
"version": "0.13.5",
64+
"version": "0.13.7",
6565
"dependencies": {
6666
"@aws-sdk/client-sts": "3.782.0",
6767
"@opencode/console-resource": "workspace:*",
@@ -78,7 +78,7 @@
7878
},
7979
"packages/console/function": {
8080
"name": "@opencode/console-function",
81-
"version": "0.13.5",
81+
"version": "0.13.7",
8282
"dependencies": {
8383
"@ai-sdk/anthropic": "2.0.0",
8484
"@ai-sdk/openai": "2.0.2",
@@ -104,7 +104,7 @@
104104
},
105105
"packages/console/scripts": {
106106
"name": "@opencode/console-scripts",
107-
"version": "0.13.5",
107+
"version": "0.13.7",
108108
"dependencies": {
109109
"@opencode/console-core": "workspace:*",
110110
"tsx": "4.20.5",
@@ -116,7 +116,7 @@
116116
},
117117
"packages/function": {
118118
"name": "@opencode/function",
119-
"version": "0.13.5",
119+
"version": "0.13.7",
120120
"dependencies": {
121121
"@octokit/auth-app": "8.0.1",
122122
"@octokit/rest": "22.0.0",
@@ -131,7 +131,7 @@
131131
},
132132
"packages/opencode": {
133133
"name": "opencode",
134-
"version": "0.13.5",
134+
"version": "0.13.7",
135135
"bin": {
136136
"opencode": "./bin/opencode",
137137
},
@@ -149,6 +149,7 @@
149149
"chokidar": "4.0.3",
150150
"decimal.js": "10.5.0",
151151
"diff": "8.0.2",
152+
"fuzzysort": "3.1.0",
152153
"gray-matter": "4.0.3",
153154
"hono": "catalog:",
154155
"hono-openapi": "1.0.7",
@@ -182,7 +183,7 @@
182183
},
183184
"packages/plugin": {
184185
"name": "@opencode-ai/plugin",
185-
"version": "0.13.5",
186+
"version": "0.13.7",
186187
"dependencies": {
187188
"@opencode-ai/sdk": "workspace:*",
188189
"zod": "catalog:",
@@ -194,7 +195,7 @@
194195
},
195196
"packages/sdk/js": {
196197
"name": "@opencode-ai/sdk",
197-
"version": "0.13.5",
198+
"version": "0.13.7",
198199
"dependencies": {
199200
"@hey-api/openapi-ts": "0.81.0",
200201
},
@@ -206,7 +207,7 @@
206207
},
207208
"packages/web": {
208209
"name": "@opencode/web",
209-
"version": "0.13.5",
210+
"version": "0.13.7",
210211
"dependencies": {
211212
"@astrojs/cloudflare": "12.6.3",
212213
"@astrojs/markdown-remark": "6.3.1",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/app",
3-
"version": "0.13.5",
3+
"version": "0.13.7",
44
"description": "",
55
"type": "module",
66
"scripts": {

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": "0.13.5"
10+
"version": "0.13.7"
1111
},
1212
"dependencies": {
1313
"@ibm/plex": "6.4.1",

packages/console/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@opencode/console-core",
4-
"version": "0.13.5",
4+
"version": "0.13.7",
55
"private": true,
66
"type": "module",
77
"dependencies": {

packages/console/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/console-function",
3-
"version": "0.13.5",
3+
"version": "0.13.7",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/console/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/console-scripts",
3-
"version": "0.13.5",
3+
"version": "0.13.7",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/function",
3-
"version": "0.13.5",
3+
"version": "0.13.7",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/opencode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "0.13.5",
3+
"version": "0.13.7",
44
"name": "opencode",
55
"type": "module",
66
"private": true,
@@ -42,6 +42,7 @@
4242
"chokidar": "4.0.3",
4343
"decimal.js": "10.5.0",
4444
"diff": "8.0.2",
45+
"fuzzysort": "3.1.0",
4546
"gray-matter": "4.0.3",
4647
"hono": "catalog:",
4748
"hono-openapi": "1.0.7",

0 commit comments

Comments
 (0)