summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components
diff options
context:
space:
mode:
authorRyan Vogel <[email protected]>2026-01-20 18:22:47 -0500
committerGitHub <[email protected]>2026-01-20 18:22:47 -0500
commit7f50b279962aa76990e2ca2b7eb9bdfd3beafc38 (patch)
treefe7ac79aeb638f7f16c8eb6eac5b0ccf001772e2 /packages/web/src/components
parent021e42c0bb10a2555f78e4f296bbf5406e8a9bba (diff)
downloadopencode-7f50b279962aa76990e2ca2b7eb9bdfd3beafc38.tar.gz
opencode-7f50b279962aa76990e2ca2b7eb9bdfd3beafc38.zip
docs: add Anthropic subscription warning and update feature list to highlight GitHub Copilot (#9721)
Diffstat (limited to 'packages/web/src/components')
-rw-r--r--packages/web/src/components/Lander.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro
index 0e522158d..2bfe0a102 100644
--- a/packages/web/src/components/Lander.astro
+++ b/packages/web/src/components/Lander.astro
@@ -77,7 +77,7 @@ if (image) {
<li><b>LSP enabled</b>: Automatically loads the right LSPs for the LLM.</li>
<li><b>Multi-session</b>: Start multiple agents in parallel on the same project.</li>
<li><b>Shareable links</b>: Share a link to any sessions for reference or to debug.</li>
- <li><b>Claude Pro</b>: Log in with Anthropic to use your Claude Pro or Max account.</li>
+ <li><b>GitHub Copilot</b>: Log in with GitHub to use your Copilot account.</li>
<li><b>ChatGPT Plus/Pro</b>: Log in with OpenAI to use your ChatGPT Plus or Pro account.</li>
<li><b>Use any model</b>: Supports 75+ LLM providers through <a href="https://models.dev">Models.dev</a>, including local models.</li>
</ul>