diff options
| author | Jay V <[email protected]> | 2025-12-02 18:08:19 -0500 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-12-02 18:08:39 -0500 |
| commit | 2a8473891b2965da8a6ec21f82373582ffb63b92 (patch) | |
| tree | 0476bb90c550eac9b1481ca20e8dcac5a0bfee2c /packages/web/src/content/docs/models.mdx | |
| parent | a4e3451d5cb53e9f5c6186ca28b4c7457057649f (diff) | |
| download | opencode-2a8473891b2965da8a6ec21f82373582ffb63b92.tar.gz opencode-2a8473891b2965da8a6ec21f82373582ffb63b92.zip | |
docs: replace deprecated opencode auth login command with /connect across all documentation
Users no longer need to exit the TUI to add providers - they can now use the /connect command directly in the terminal interface. Updated all provider setup instructions to use simplified format with /connect command instead of the deprecated opencode auth login CLI command. Added /connect to TUI commands reference and streamlined provider documentation to show clearer, more concise setup steps.
Diffstat (limited to 'packages/web/src/content/docs/models.mdx')
| -rw-r--r-- | packages/web/src/content/docs/models.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/models.mdx b/packages/web/src/content/docs/models.mdx index 38fa2cc4d..0402d4973 100644 --- a/packages/web/src/content/docs/models.mdx +++ b/packages/web/src/content/docs/models.mdx @@ -9,7 +9,7 @@ OpenCode uses the [AI SDK](https://ai-sdk.dev/) and [Models.dev](https://models. ## Providers -Most popular providers are preloaded by default. If you've added the credentials for a provider through `opencode auth login`, they'll be available when you start OpenCode. +Most popular providers are preloaded by default. If you've added the credentials for a provider through the `/connect` command, they'll be available when you start OpenCode. Learn more about [providers](/docs/providers). |
