Skip to content

Commit a29f212

Browse files
anandgupta42claude
andcommitted
fix: add missing altimate_change marker in dialog-skill.tsx (#341)
Marker Guard CI failed because `useToast()` was added to the upstream-shared `DialogSkill` function without altimate_change markers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d6a1e6b commit a29f212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@ function DialogSkillInstall() {
350350
export function DialogSkill(props: DialogSkillProps) {
351351
const dialog = useDialog()
352352
const sdk = useSDK()
353+
// altimate_change start — toast for action feedback
353354
const toast = useToast()
355+
// altimate_change end
354356
dialog.setSize("large")
355357

356358
const [skills, { refetch }] = createResource(async () => {

0 commit comments

Comments
 (0)