diff options
| author | David Hill <[email protected]> | 2025-12-11 00:46:07 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-11 00:46:07 +0000 |
| commit | a468044c9fb4ece1f1ae4685d46eb875751b66d8 (patch) | |
| tree | a1879744be543886fa1f50190aff37db8b218c52 /packages/console/app/src | |
| parent | f0274fd29f7301b8ca79b1573b26efd8d08f31d6 (diff) | |
| parent | fadeed1fa4caacf34054b231784513a841745766 (diff) | |
| download | opencode-a468044c9fb4ece1f1ae4685d46eb875751b66d8.tar.gz opencode-a468044c9fb4ece1f1ae4685d46eb875751b66d8.zip | |
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/app.tsx | 2 | ||||
| -rw-r--r-- | packages/console/app/src/config.ts | 8 | ||||
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 17 |
3 files changed, 10 insertions, 17 deletions
diff --git a/packages/console/app/src/app.tsx b/packages/console/app/src/app.tsx index bc94b443e..8cc98ad4d 100644 --- a/packages/console/app/src/app.tsx +++ b/packages/console/app/src/app.tsx @@ -13,7 +13,7 @@ export default function App() { root={(props) => ( <MetaProvider> <Title>opencode</Title> - <Meta name="description" content="OpenCode - The AI coding agent built for the terminal." /> + <Meta name="description" content="OpenCode - The open source coding agent." /> <Favicon /> <Suspense>{props.children}</Suspense> </MetaProvider> diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index a058f6829..e8a2ed252 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -9,8 +9,8 @@ export const config = { github: { repoUrl: "https://github.com/sst/opencode", starsFormatted: { - compact: "35K", - full: "35,000", + compact: "38K", + full: "38,000", }, }, @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "350", - commits: "5,000", + contributors: "375", + commits: "5,250", monthlyUsers: "400,000", }, } as const diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index c4f68e962..0b135fb5e 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -188,18 +188,12 @@ export default function Home() { <section data-component="what"> <div data-slot="section-title"> <h3>What is OpenCode?</h3> - <p>OpenCode is an open source agent that helps you write and run code directly from the terminal.</p> + <p>OpenCode is an open source agent that helps you write code in your terminal, IDE, or desktop.</p> </div> <ul> <li> <span>[*]</span> <div> - <strong>Native TUI</strong> A responsive, native, themeable terminal UI - </div> - </li> - <li> - <span>[*]</span> - <div> <strong>LSP enabled</strong> Automatically loads the right LSPs for the LLM </div> </li> @@ -230,7 +224,7 @@ export default function Home() { <li> <span>[*]</span> <div> - <strong>Any editor</strong> OpenCode runs in your terminal, pair it with any IDE + <strong>Any editor</strong> Available as a terminal interface, desktop app, and IDE extension </div> </li> </ul> @@ -682,9 +676,8 @@ export default function Home() { <ul> <li> <Faq question="What is OpenCode?"> - OpenCode is an open source agent that helps you write and run code directly from the terminal. You can - pair OpenCode with any AI model, and because it’s terminal-based you can pair it with your preferred - code editor. + OpenCode is an open source agent that helps you write and run code with any AI model. It's available + as a terminal-based interface, desktop app, or IDE extension. </Faq> </li> <li> @@ -705,7 +698,7 @@ export default function Home() { </li> <li> <Faq question="Can I only use OpenCode in the terminal?"> - Yes, for now. We are actively working on a desktop app. Join the waitlist for early access. + Not anymore! OpenCode is now available as an app for your desktop. </Faq> </li> <li> |
