Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c9dfe50
refactor(desktop): extract reusable Pocket voice primitives
johnmatthewtennant Jul 27, 2026
3e9dd6d
Make Pocket TTS comments timeless
johnmatthewtennant Jul 28, 2026
99a366b
feat(voice): expose mobile linking and cancellation
johnmatthewtennant Jul 28, 2026
652df7e
fix(voice): link official sherpa mobile libraries
johnmatthewtennant Jul 28, 2026
e626211
docs(voice): clarify callback and vendoring
johnmatthewtennant Jul 28, 2026
523a5f6
Merge remote-tracking branch 'origin/main' into jt/buzz-voice-refactor
johnmatthewtennant Jul 28, 2026
41b06a4
fix(voice): label reusable diagnostics
johnmatthewtennant Jul 28, 2026
39a9fea
fix(ci): preserve patched sherpa version in cargo chef
johnmatthewtennant Jul 28, 2026
91eaee8
fix(ci): provide sherpa patch to push gateway cook
johnmatthewtennant Jul 28, 2026
2e67663
Add reusable April Pocket runtime
johnmatthewtennant Jul 28, 2026
5f201e9
feat(mobile): add Pocket TTS
johnmatthewtennant Jul 28, 2026
518b3ff
fix(mobile): harden Pocket voice playback
johnmatthewtennant Jul 28, 2026
abfa212
fix(mobile): harden Pocket voice lifecycle
johnmatthewtennant Jul 28, 2026
f9ab081
fix(voice): satisfy canonical formatting gates
johnmatthewtennant Jul 28, 2026
bd2b9ff
fix(mobile): scope Pocket settings golden to macOS
johnmatthewtennant Jul 28, 2026
4d11a44
fix(mobile): install Android Rust targets
johnmatthewtennant Jul 28, 2026
36d9e17
feat(mobile): adopt April Pocket FP32 runtime
johnmatthewtennant Jul 28, 2026
c0e3080
fix(mobile): preserve Pocket cancellation and native exports
johnmatthewtennant Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/target/
/dist/
/admin-web/dist/
/mobile/.generated/voice/

# lefthook-generated hook scripts (machine-specific)
.hooks/
Expand Down
Loading
Loading