Skip to content

Commit bfe25ed

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 78ae3b9 + 7269c23 commit bfe25ed

57 files changed

Lines changed: 1673 additions & 588 deletions

Some content is hidden

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

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.

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

packages/console/app/src/app.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export default function App() {
1212
root={(props) => (
1313
<MetaProvider>
1414
<Title>opencode</Title>
15-
<Meta name="description" content="opencode - The AI coding agent built for the terminal." />
15+
<Meta
16+
name="description"
17+
content="OpenCode - The AI coding agent built for the terminal."
18+
/>
1619
<Suspense>{props.children}</Suspense>
1720
</MetaProvider>
1821
)}

0 commit comments

Comments
 (0)