Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
overwirehq
/
claude-code-telegram
Public
Notifications
You must be signed in to change notification settings
Fork
422
Star
2.8k
Code
Issues
14
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add TTS voice response messages via Mistral Voxtral API
- #167
#167
Open
vkavun
wants to merge 29 commits into
overwirehq:main
overwirehq/claude-code-telegram:main
from
vkavun:feature/audio-response-messages
vkavun/claude-code-telegram:feature/audio-response-messages
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
feat: add TTS voice response messages via Mistral Voxtral API
#167
vkavun
wants to merge 29 commits into
overwirehq:main
overwirehq/claude-code-telegram:main
from
vkavun:feature/audio-response-messages
vkavun/claude-code-telegram:feature/audio-response-messages
Copy head branch name to clipboard
Commits
Commits on Mar 28, 2026
docs: add design spec for audio response messages feature
Show description for 54522d7
vkavun
and
claude
committed
54522d7
View commit details
Copy full SHA for 54522d7
Browse repository at this point
docs: add implementation plan for audio response messages
Show description for 38679a5
vkavun
and
claude
committed
38679a5
View commit details
Copy full SHA for 38679a5
Browse repository at this point
feat: add TTS voice response settings
Show description for 5d574a2
vkavun
and
claude
committed
5d574a2
View commit details
Copy full SHA for 5d574a2
Browse repository at this point
feat: add voice_responses_enabled feature flag
Show description for e052eeb
vkavun
and
claude
committed
e052eeb
View commit details
Copy full SHA for e052eeb
Browse repository at this point
feat: add voice_responses_enabled column and repository methods
Show description for 5edebe3
vkavun
and
claude
committed
5edebe3
View commit details
Copy full SHA for 5edebe3
Browse repository at this point
feat: add synthesize_speech() TTS method to VoiceHandler
Show description for 24f3a33
vkavun
and
claude
committed
24f3a33
View commit details
Copy full SHA for 24f3a33
Browse repository at this point
feat: add /voice on|off toggle command
Show description for d5cec76
vkavun
and
claude
committed
d5cec76
View commit details
Copy full SHA for d5cec76
Browse repository at this point
feat: add _maybe_send_voice_response() to orchestrator
Show description for dbd6640
vkavun
and
claude
committed
dbd6640
View commit details
Copy full SHA for dbd6640
Browse repository at this point
feat: wire voice response into agentic_text() flow
Show description for 6543313
vkavun
and
claude
committed
6543313
View commit details
Copy full SHA for 6543313
Browse repository at this point
test: update orchestrator tests for /voice command (7 commands)
Show description for f31da0d
vkavun
and
claude
committed
f31da0d
View commit details
Copy full SHA for f31da0d
Browse repository at this point
feat: add long response test and TTS fallback note
Show description for d1b08e3
vkavun
and
claude
committed
d1b08e3
View commit details
Copy full SHA for d1b08e3
Browse repository at this point
docs: update CLAUDE.md with /voice command and TTS settings
Show description for c27851e
vkavun
and
claude
committed
c27851e
View commit details
Copy full SHA for c27851e
Browse repository at this point
fix: wire voice response into _handle_agentic_media_message() too
Show description for e15bcf4
vkavun
and
claude
committed
e15bcf4
View commit details
Copy full SHA for e15bcf4
Browse repository at this point
fix: use Mistral REST API for TTS (SDK 1.x lacks audio.speech)
Show description for 0fdf73d
vkavun
and
claude
committed
0fdf73d
View commit details
Copy full SHA for 0fdf73d
Browse repository at this point
fix: remove redundant 'Voice response' text label for short responses
Show description for cd91f62
vkavun
and
claude
committed
cd91f62
View commit details
Copy full SHA for cd91f62
Browse repository at this point
feat: inject voice capability instructions into Claude system prompt
Show description for 71cfcf6
vkavun
and
claude
committed
71cfcf6
View commit details
Copy full SHA for 71cfcf6
Browse repository at this point
Commits on Apr 4, 2026
feat: add check_match callback handler for escalation message evaluation
Show description for a69a1b1
Ubuntu
and
claude
committed
a69a1b1
View commit details
Copy full SHA for a69a1b1
Browse repository at this point
feat: add investigate_trade callback handler for deep trade analysis
Show description for 00d255a
Ubuntu
and
claude
committed
00d255a
View commit details
Copy full SHA for 00d255a
Browse repository at this point
fix: preserve Investigate button when Check Match updates message
Show description for 2c52cd6
Ubuntu
and
claude
committed
2c52cd6
View commit details
Copy full SHA for 2c52cd6
Browse repository at this point
feat: replace web search with SofaScore API for Check Match button
Show description for b308dae
Ubuntu
and
claude
committed
b308dae
View commit details
Copy full SHA for b308dae
Browse repository at this point
fix: strict 3-line output from Check Match, parse verdict lines only
Show description for 88ce4a2
Ubuntu
and
claude
committed
88ce4a2
View commit details
Copy full SHA for 88ce4a2
Browse repository at this point
fix: player name regex matching across newlines
Show description for 2e1cbbd
Ubuntu
and
claude
committed
2e1cbbd
View commit details
Copy full SHA for 2e1cbbd
Browse repository at this point
fix: use DB snapshots instead of SofaScore API for Check Match
Show description for a1b6317
Ubuntu
and
claude
committed
a1b6317
View commit details
Copy full SHA for a1b6317
Browse repository at this point
Commits on Apr 5, 2026
fix(bot): handle stale callback buttons gracefully after restart
Show description for 4afbb1f
Ubuntu
and
claude
committed
4afbb1f
View commit details
Copy full SHA for 4afbb1f
Browse repository at this point
Commits on Jun 17, 2026
fix(callback): point check-match/investigate at Hetzner ~/tennis paths
Show description for e7ae9ba
vkavun
committed
e7ae9ba
View commit details
Copy full SHA for e7ae9ba
Browse repository at this point
fix(orchestrator): register check_match/investigate callbacks in agentic mode
Show description for 3c65ac3
vkavun
committed
3c65ac3
View commit details
Copy full SHA for 3c65ac3
Browse repository at this point
deps: add requests (callback.py needs it; now imported in agentic mode)
vkavun
committed
3ff82f6
View commit details
Copy full SHA for 3ff82f6
Browse repository at this point
Commits on Jun 20, 2026
fix(check-match): teach Claude market type semantics for fs_p1 and fsg_X.Y_under/over
Show description for c153cf4
deploy
and
claude
committed
c153cf4
View commit details
Copy full SHA for c153cf4
Browse repository at this point
fix(check-match): single verdict block + in-progress/locked-result reasoning
Show description for d79a1e9
vkavun
and
claude
committed
d79a1e9
View commit details
Copy full SHA for d79a1e9
Browse repository at this point
You can’t perform that action at this time.