Skip to content

Commit 1d3853b

Browse files
Merge remote-tracking branch 'upstream/dev' into ocv
2 parents d4ed479 + 1b0ed98 commit 1d3853b

41 files changed

Lines changed: 2193 additions & 394 deletions

Some content is hidden

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

packages/console/app/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const config = {
99
github: {
1010
repoUrl: "https://github.com/anomalyco/opencode",
1111
starsFormatted: {
12-
compact: "140K",
13-
full: "140,000",
12+
compact: "150K",
13+
full: "150,000",
1414
},
1515
},
1616

packages/opencode/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ src/provider/models-snapshot.js
77
src/provider/models-snapshot.d.ts
88
script/build-*.ts
99
temporary-*.md
10+
.artifacts
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `session` ADD `path` text;

0 commit comments

Comments
 (0)