Skip to content

Comments

Add short/long TTS modes#129

Merged
dzianisv merged 1 commit intomainfrom
add-hello-js
Feb 20, 2026
Merged

Add short/long TTS modes#129
dzianisv merged 1 commit intomainfrom
add-hello-js

Conversation

@dzianisv
Copy link
Owner

Summary

  • Add TTS mode configuration (short/long) stored in tts.json
  • Short mode: Speaks "Task completed in [directory]: [short summary]"
  • Long mode: Speaks full assistant response (original behavior)
  • /tts on now defaults to short mode (per issue request)
  • Add /tts short, /tts long, and /tts status commands

Commands:

  • /tts on - enable (short mode)
  • /tts off - disable
  • /tts short - short mode
  • /tts long - long mode
  • /tts - toggle
  • /tts status - show current mode

- Add mode config (short/long) to tts.json
- Short mode: 'Task completed in [dir]: [summary]'
- Long mode: Full response (original behavior)
- /tts on now defaults to short mode
- Add /tts short, /tts long, /tts status commands
@dzianisv dzianisv merged commit 2b27b96 into main Feb 20, 2026
1 check passed
@dzianisv dzianisv deleted the add-hello-js branch February 20, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant