Skip to content

Commit 13fd8b5

Browse files
anandgupta42claude
andcommitted
fix: add altimate_change markers to remaining 2 upstream-shared edits
Addresses two additional Marker Guard violations exposed after the initial pre-release fix commit — both were pre-existing changes whose diff hunks did not include the nearest surrounding markers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 64b0e8f commit 13fd8b5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ function ApiMethod(props: ApiMethodProps) {
254254
// altimate_change start — altimate-backend credential format description
255255
"altimate-backend": (
256256
<box gap={1}>
257+
{/* altimate_change start — default-URL credential format (2-part preferred) */}
257258
<text fg={theme.textMuted}>
258259
Enter your Altimate credentials in this format:
259260
</text>
@@ -266,6 +267,7 @@ function ApiMethod(props: ApiMethodProps) {
266267
<text fg={theme.textMuted}>
267268
For a custom API URL, use: api-url::instance-name::api-key
268269
</text>
270+
{/* altimate_change end */}
269271
<Show when={validationError()}>
270272
<text fg={theme.error}>{validationError()!}</text>
271273
</Show>

packages/opencode/src/config/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,9 @@ export namespace Config {
11431143
})
11441144
.catchall(Agent)
11451145
.optional()
1146+
// altimate_change start — altimate docs URL
11461147
.describe("Agent configuration, see https://docs.altimate.sh/configure/agents/"),
1148+
// altimate_change end
11471149
provider: z
11481150
.record(z.string(), Provider)
11491151
.optional()

0 commit comments

Comments
 (0)