diff --git a/README.md b/README.md index da5d586648..eb0295c9c8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-

The AI coding agent built for the terminal.

+

The open source AI coding agent.

Discord npm diff --git a/packages/console/app/src/app.tsx b/packages/console/app/src/app.tsx index bc94b443e9..8cc98ad4db 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) => ( opencode - + {props.children} diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs index 3c6367c6a6..1e112b1705 100644 --- a/packages/web/astro.config.mjs +++ b/packages/web/astro.config.mjs @@ -31,7 +31,7 @@ export default defineConfig({ configSchema(), solidJs(), starlight({ - title: "opencode", + title: "OpenCode", lastUpdated: true, expressiveCode: { themes: ["github-light", "github-dark"] }, social: [ diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index 74ac958d1a..205f63154a 100644 --- a/packages/web/src/content/docs/index.mdx +++ b/packages/web/src/content/docs/index.mdx @@ -7,7 +7,7 @@ import { Tabs, TabItem } from "@astrojs/starlight/components" import config from "../../../config.mjs" export const console = config.console -[**OpenCode**](/) is an AI coding agent built for the terminal. +[**OpenCode**](/) is an open source AI coding agent. It's available as a terminal-based interface, desktop app, or IDE extension. ![OpenCode TUI with the opencode theme](../../assets/lander/screenshot.png) @@ -17,7 +17,7 @@ Let's get started. #### Prerequisites -To use OpenCode, you'll need: +To use OpenCode in your terminal, you'll need: 1. A modern terminal emulator like: - [WezTerm](https://wezterm.org), cross-platform