Skip to content

Commit 15a1bca

Browse files
sharpninjaCopilot
andcommitted
chore: mark settings-tab-speech-filter-words todo as complete
Task completed in previous commit 5e42d8f. Updating todo.yaml to reflect done status with completion date and summary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 14c69a6 commit 15a1bca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/todo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ Features:
1313
title: Add settings tab with configurable speech filter word list
1414
estimate: 4h
1515
note: User-configurable word list; match is case-insensitive substring match per line
16-
done: false
16+
done: true
17+
completed: 2026-03-01T07:05:34.5814169Z
1718
description:
1819
- Add a Settings tab to the app UI that allows the user to configure a list of filter words.
1920
- When streaming output from MCP tool calls, any line containing one or more of these filter words
2021
- should be excluded from text-to-speech (TTS) synthesis.
2122
- This allows users to suppress noisy or irrelevant lines from being read aloud.
23+
done-summary: Settings tab with configurable speech filter word list implemented and committed in 5e42d8f. SpeechFilterService, SettingsViewModel, SettingsView.axaml all created and integrated. Build verified.
2224
implementation-tasks:
2325
- task: Create SpeechFilterService in Core with persistence and ShouldFilter method
2426
done: false

0 commit comments

Comments
 (0)