Skip to content

Commit af70cf9

Browse files
suryaiyer95claude
andcommitted
fix: mention both getaltimate.com and myaltimate.com URL patterns
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 46ecf2a commit af70cf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you have an Altimate account, you can connect directly:
5454

5555
1. Run `/login` or select **Altimate** from the `/connect` provider list
5656
2. Enter your credentials:
57-
- **Instance Name** — found in your Altimate URL: `https://<instance>.app.getaltimate.com`
57+
- **Instance Name** — found in your Altimate URL: `https://<instance>.app.getaltimate.com` or `https://<instance>.app.myaltimate.com`
5858
- **API Key** — go to **Settings > API Keys** in your Altimate dashboard and click **Copy**
5959
- **URL** — defaults to `https://api.myaltimate.com` (use `https://api.getaltimate.com` for enterprise)
6060

packages/opencode/src/cli/cmd/tui/component/dialog-altimate-login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ export function DialogAltimateLogin() {
129129
</text>
130130
</box>
131131

132-
<text fg={theme.textMuted}>Find these in Settings &gt; API Keys at app.getaltimate.com</text>
132+
<text fg={theme.textMuted}>Find these in Settings &gt; API Keys in your Altimate dashboard</text>
133133

134134
<box>
135135
<text fg={store.active === "instance" ? theme.text : theme.textMuted}>Instance Name:</text>
136-
<text fg={theme.textMuted}> From your URL: https://&lt;instance&gt;.app.getaltimate.com</text>
136+
<text fg={theme.textMuted}> From your URL: https://&lt;instance&gt;.app.getaltimate.com or .myaltimate.com</text>
137137
<textarea
138138
height={3}
139139
ref={(val: TextareaRenderable) => (instanceRef = val)}

0 commit comments

Comments
 (0)