diff options
| author | Aiden Cline <[email protected]> | 2025-11-04 00:52:15 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-04 00:52:26 -0600 |
| commit | d341d26e37fd458bffc6b51c7fe5a4d33eaa182f (patch) | |
| tree | 5f5a733f1706c47ab848c57a2ba73fc4558e5971 /packages/console | |
| parent | d49b1b25d12f45614e4bf77a26202b52ac8e629b (diff) | |
| download | opencode-d341d26e37fd458bffc6b51c7fe5a4d33eaa182f.tar.gz opencode-d341d26e37fd458bffc6b51c7fe5a4d33eaa182f.zip | |
update brew handling
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/routes/temp.tsx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/console/app/src/routes/temp.tsx b/packages/console/app/src/routes/temp.tsx index 379f79f7a..59987e4d0 100644 --- a/packages/console/app/src/routes/temp.tsx +++ b/packages/console/app/src/routes/temp.tsx @@ -79,17 +79,19 @@ export default function Home() { <strong>LSP enabled</strong> Automatically loads the right LSPs for the LLM </li> <li> - <strong>opencode zen</strong> A <a href="/docs/zen">curated list of models</a> provided by opencode{" "} - <label>New</label> + <strong>opencode zen</strong> A <a href="/docs/zen">curated list of models</a>{" "} + provided by opencode <label>New</label> </li> <li> <strong>Multi-session</strong> Start multiple agents in parallel on the same project </li> <li> - <strong>Shareable links</strong> Share a link to any sessions for reference or to debug + <strong>Shareable links</strong> Share a link to any sessions for reference or to + debug </li> <li> - <strong>Claude Pro</strong> Log in with Anthropic to use your Claude Pro or Max account + <strong>Claude Pro</strong> Log in with Anthropic to use your Claude Pro or Max + account </li> <li> <strong>Use any model</strong> Supports 75+ LLM providers through{" "} @@ -121,7 +123,7 @@ export default function Home() { <h3 data-component="title">homebrew</h3> <button data-copy data-slot="button"> <span> - brew install <strong>sst/tap/opencode</strong> + brew install <strong>opencode</strong> </span> <CopyStatus /> </button> |
