Skip to content

Commit 3b87f39

Browse files
suryaiyer95claude
andcommitted
fix: rename user-facing "Altimate Backend" to "Altimate"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4f49225 commit 3b87f39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -37,11 +37,11 @@ export function DialogAltimateLogin() {
3737
<>
3838
{step() === "url" && (
3939
<DialogPrompt
40-
title="Altimate Backend URL"
40+
title="Altimate URL"
4141
placeholder="https://api.myaltimate.com"
4242
value="https://api.myaltimate.com"
4343
description={() => (
44-
<text fg={theme.textMuted}>Enter the URL of your Altimate backend server</text>
44+
<text fg={theme.textMuted}>Enter your Altimate server URL</text>
4545
)}
4646
onConfirm={(value) => {
4747
if (value) setUrl(value)

packages/opencode/src/provider/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ export namespace Provider {
847847
}
848848
database["altimate-backend"] = {
849849
id: "altimate-backend",
850-
name: "Altimate Backend",
850+
name: "Altimate",
851851
source: "custom",
852852
env: [],
853853
options: {},

0 commit comments

Comments
 (0)