Назад към всички

stop

// Disable auto TTS for this session

$ git log --oneline --stat
stars:451
forks:86
updated:March 3, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
descriptionDisable auto TTS for this session
allowed-toolsBash
disable-model-invocationtrue

Disable text-to-speech for this session by removing the session marker file:

rm -f "${TMPDIR:-/tmp}/tts-enabled-${CLAUDE_SESSION_ID}"

Confirm that TTS is now disabled.