diff options
| author | Ryan Vogel <[email protected]> | 2026-01-20 18:22:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-20 18:22:47 -0500 |
| commit | 7f50b279962aa76990e2ca2b7eb9bdfd3beafc38 (patch) | |
| tree | fe7ac79aeb638f7f16c8eb6eac5b0ccf001772e2 /packages/console | |
| parent | 021e42c0bb10a2555f78e4f296bbf5406e8a9bba (diff) | |
| download | opencode-7f50b279962aa76990e2ca2b7eb9bdfd3beafc38.tar.gz opencode-7f50b279962aa76990e2ca2b7eb9bdfd3beafc38.zip | |
docs: add Anthropic subscription warning and update feature list to highlight GitHub Copilot (#9721)
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/temp.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 6bcf9dbb5..252dcbb97 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -192,7 +192,7 @@ export default function Home() { <li> <span>[*]</span> <div> - <strong>Claude Pro</strong> Log in with Anthropic to use your Claude Pro or Max account + <strong>GitHub Copilot</strong> Log in with GitHub to use your Copilot account </div> </li> <li> diff --git a/packages/console/app/src/routes/temp.tsx b/packages/console/app/src/routes/temp.tsx index 68bda67da..ccd956810 100644 --- a/packages/console/app/src/routes/temp.tsx +++ b/packages/console/app/src/routes/temp.tsx @@ -89,7 +89,7 @@ export default function Home() { <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>GitHub Copilot</strong> Log in with GitHub to use your Copilot account </li> <li> <strong>ChatGPT Plus/Pro</strong> Log in with OpenAI to use your ChatGPT Plus or Pro account |
