LICENSE
README.md
pyproject.toml
heyvox/__init__.py
heyvox/__main__.py
heyvox/app_context.py
heyvox/cli.py
heyvox/config.py
heyvox/constants.py
heyvox/device_manager.py
heyvox/history.py
heyvox/main.py
heyvox/ram_pressure.py
heyvox/recording.py
heyvox/text_processing.py
heyvox.egg-info/PKG-INFO
heyvox.egg-info/SOURCES.txt
heyvox.egg-info/dependency_links.txt
heyvox.egg-info/entry_points.txt
heyvox.egg-info/requires.txt
heyvox.egg-info/top_level.txt
heyvox/adapters/__init__.py
heyvox/adapters/base.py
heyvox/adapters/conductor.py
heyvox/adapters/generic.py
heyvox/adapters/last_agent.py
heyvox/audio/__init__.py
heyvox/audio/cues.py
heyvox/audio/device_handle.py
heyvox/audio/echo.py
heyvox/audio/keepalive.py
heyvox/audio/media.py
heyvox/audio/mic.py
heyvox/audio/normalize.py
heyvox/audio/output.py
heyvox/audio/profile.py
heyvox/audio/stt.py
heyvox/audio/training_collector.py
heyvox/audio/tts.py
heyvox/audio/vocab_learner.py
heyvox/audio/wakeword.py
heyvox/chrome/__init__.py
heyvox/chrome/bridge.py
heyvox/cues/error.aiff
heyvox/cues/listening.aiff
heyvox/cues/ok.aiff
heyvox/cues/paused.aiff
heyvox/cues/sending.aiff
heyvox/herald/__init__.py
heyvox/herald/cli.py
heyvox/herald/coreaudio.py
heyvox/herald/orchestrator.py
heyvox/herald/tts_helpers.py
heyvox/herald/worker.py
heyvox/herald/workspace_label.py
heyvox/herald/daemon/kokoro-daemon.py
heyvox/herald/daemon/qwen-daemon.py
heyvox/herald/daemon/watcher.py
heyvox/herald/hooks/_lib.sh
heyvox/herald/hooks/on-ambient.sh
heyvox/herald/hooks/on-notify.sh
heyvox/herald/hooks/on-response.sh
heyvox/herald/hooks/on-session-end.sh
heyvox/herald/hooks/on-session-start.sh
heyvox/hud/__init__.py
heyvox/hud/ipc.py
heyvox/hud/menu_bar_title.py
heyvox/hud/overlay.py
heyvox/hud/process.py
heyvox/hud/surface.py
heyvox/hud/assets/menubar.png
heyvox/hush/__init__.py
heyvox/hush/extension/background.js
heyvox/hush/extension/content.js
heyvox/hush/extension/manifest.json
heyvox/hush/extension/popup.html
heyvox/hush/extension/popup.js
heyvox/hush/extension/icons/icon128.png
heyvox/hush/extension/icons/icon16.png
heyvox/hush/extension/icons/icon48.png
heyvox/hush/host/com.hush.bridge.json
heyvox/hush/host/hush_host.py
heyvox/hush/scripts/hush-cli.sh
heyvox/hush/scripts/install.sh
heyvox/hush/scripts/uninstall.sh
heyvox/input/__init__.py
heyvox/input/injection.py
heyvox/input/ptt.py
heyvox/input/target.py
heyvox/input/toast.py
heyvox/ipc/__init__.py
heyvox/ipc/state.py
heyvox/mcp/__init__.py
heyvox/mcp/server.py
heyvox/reporting/__init__.py
heyvox/reporting/bundle.py
heyvox/reporting/dialog.py
heyvox/reporting/issue.py
heyvox/reporting/redact.py
heyvox/reporting/text_report.py
heyvox/setup/__init__.py
heyvox/setup/hooks.py
heyvox/setup/launchd.py
heyvox/setup/permissions.py
heyvox/setup/wizard.py
heyvox/telemetry/__init__.py
heyvox/telemetry/consent.py
heyvox/telemetry/events.py
heyvox/telemetry/sender.py
tests/test_adapters.py
tests/test_app_context.py
tests/test_app_fast_paste.py
tests/test_autoglossary_eval.py
tests/test_autoglossary_pipeline.py
tests/test_calibrate_cmd.py
tests/test_chrome_bridge.py
tests/test_conductor_adapter.py
tests/test_config.py
tests/test_cues.py
tests/test_defect_guards.py
tests/test_device_handle.py
tests/test_device_manager.py
tests/test_e2e.py
tests/test_echo_journal.py
tests/test_echo_suppression.py
tests/test_flag_coordination.py
tests/test_herald_cli.py
tests/test_herald_orchestrator.py
tests/test_herald_worker.py
tests/test_hud_ipc.py
tests/test_hud_surface.py
tests/test_hud_visibility_guards.py
tests/test_injection.py
tests/test_injection_enter.py
tests/test_injection_sanitize.py
tests/test_integration_audio.py
tests/test_ipc_state.py
tests/test_log_health_paste.py
tests/test_media.py
tests/test_menu_bar_title.py
tests/test_mic_profile.py
tests/test_multiapp_injection.py
tests/test_normalize.py
tests/test_overlay_vi_suffix.py
tests/test_ptt_gesture.py
tests/test_queue_gc.py
tests/test_ram_pressure.py
tests/test_recording_state.py
tests/test_resolve_lock.py
tests/test_stale_flags.py
tests/test_stress.py
tests/test_target_lock.py
tests/test_target_restore.py
tests/test_toast.py
tests/test_training_collector.py
tests/test_tts_helpers.py
tests/test_tts_state.py
tests/test_verify_paste.py
tests/test_version.py
tests/test_wake_word_strip.py
tests/test_wakeword_trim.py
tests/test_workspace_label.py