From 18843682ad34460cd00e657c3d65191fbb04fe25 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" <219766164+opencode-agent[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:30:09 -0400 Subject: [PATCH] refactor(tui): remove ignored attention kv option (#39956) Co-authored-by: Kit Langton --- packages/tui/src/attention.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/tui/src/attention.ts b/packages/tui/src/attention.ts index 57272243ee..170689aab1 100644 --- a/packages/tui/src/attention.ts +++ b/packages/tui/src/attention.ts @@ -5,7 +5,6 @@ import type { TuiAttentionNotifyResult, TuiAttentionNotifySkipReason, TuiAttentionWhen, - TuiKV, TuiAttentionSoundName, TuiAttentionSoundPack, TuiAttentionSoundPackInfo, @@ -115,8 +114,6 @@ export function createTuiAttention(input: { renderer: AttentionRenderer config: Pick update?: Config.Interface["update"] - /** @deprecated Ignored. Sound-pack persistence uses CLI config. */ - kv?: TuiKV audio?: Pick }): TuiAttentionHost { let focus: FocusState = "unknown"