Assistant Configuration
get_assistant_info
Retrieves current assistant configuration and installed components.Current application version
Default API base URL
Default STT model name
Default AI model name
Whether Piper TTS is installed
Path to Piper executable
Whether TTS voice model is installed
Path to voice model file
Path to voice config file
Whether Coqui TTS is installed
Path to Coqui Python environment
Runtime Setup
setup_assistant_runtime
Sets up the TTS runtime environment (Piper + voice model).Custom Piper executable path (auto-detected if omitted)
Installed Piper executable path
Installed voice model path
Installed voice config path
validate_piper
Validates that Piper TTS is correctly configured.Piper path to validate (uses default if omitted)
Whether validation passed
Validation result details
validate_coqui
Validates that Coqui TTS is correctly configured.Python environment path to validate
Whether validation passed
Validation result details
App Updates
check_for_app_update
Checks for available application updates from GitHub releases.Currently installed version
Latest available version
Whether an update is available
Release title
Markdown-formatted release notes
Release publication date (ISO 8601)
GitHub release page URL
Direct download URL for installer
Installer filename
install_app_update
Downloads and installs an application update.Installer download URL (must be from trusted source)
Installer filename
Run installer in silent mode
This command is currently Windows-only. The app will automatically exit after launching the installer.
System Integration
configure_launch_at_login
Enables or disables app launch at system startup.Whether to launch at login
Currently Windows-only. Adds/removes registry entry in
HKCU\Software\Microsoft\Windows\CurrentVersion\Run.Examples
- Check Status
- Setup Runtime
- Update App
- Configure Startup
Platform Support
Some commands have platform-specific implementations:| Command | Windows | macOS | Linux |
|---|---|---|---|
get_assistant_info | ✅ | ✅ | ✅ |
setup_assistant_runtime | ✅ | ✅ | ✅ |
validate_piper | ✅ | ✅ | ✅ |
validate_coqui | ✅ | ✅ | ✅ |
check_for_app_update | ✅ | ✅ | ✅ |
download_and_install_app_update | ✅ | ❌ | ❌ |
configure_launch_at_login | ✅ | ❌ | ❌ |
Platform-specific commands will return an error on unsupported platforms indicating the limitation.