Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
95c87b4
chore: bump pro submodule (speech-only auto-trim tuning + 0:00 guard …
dishit-wednesday Jul 9, 2026
3325b0b
chore: bump pro submodule (remove diagnostic Check-speech buttons)
dishit-wednesday Jul 9, 2026
1b04e9a
chore: gitignore dev insights sim harness + scratch screenshots
dishit-wednesday Jul 10, 2026
ce98e22
feat(summarizer/llm): grammar, repeat_penalty, streaming + abort for …
dishit-wednesday Jul 10, 2026
f93f9d4
feat(dev): GBNF grammar test harness across chat, tools, and LiteRT
dishit-wednesday Jul 10, 2026
e242405
feat(whisper): iOS CoreML encoder for ANE-accelerated encode
dishit-wednesday Jul 10, 2026
3e502db
chore(assets): update ggml-hexagon HTP libs + add silero VAD model
dishit-wednesday Jul 10, 2026
e242190
fix(llm): remove iOS Metal <4GB offload cap
dishit-wednesday Jul 10, 2026
29c00a6
test(locket): insights pipeline unit tests
dishit-wednesday Jul 10, 2026
927d5b2
chore: bump pro submodule (locket insights pipeline + hub/detail scre…
dishit-wednesday Jul 10, 2026
11f3c06
feat(summarizer): dynamic context sizing + token streaming + abort
dishit-wednesday Jul 12, 2026
09ae317
feat(litert): expose getContextTokens for backend-aware chunk sizing
dishit-wednesday Jul 12, 2026
d12a882
fix(whisper): fall back to another on-disk model when the active one …
dishit-wednesday Jul 12, 2026
7174d2d
test(locket): update insights mock for busy-guard + model helpers
dishit-wednesday Jul 12, 2026
fe2bd94
chore(pro): bump submodule (DayStrip, day-scoped Insights, card schem…
dishit-wednesday Jul 12, 2026
6912341
docs(locket): insights redesign, recorder, and transcript-quality pla…
dishit-wednesday Jul 12, 2026
ef146f6
chore: bump pro submodule to pushed feat/continuous-smart-recorder ti…
dishit-wednesday Jul 12, 2026
95dfadf
test(whisper): update store/service tests for model fallback + CoreML…
dishit-wednesday Jul 12, 2026
51bebd9
fix(llm): reset streaming accumulators before ungrammared grammar-retry
dishit-wednesday Jul 12, 2026
9ded84e
chore(pro): bump submodule to review fixes (scheduler teardown + auto…
dishit-wednesday Jul 12, 2026
fd8df7e
fix(whisper): drop deleted model from presentModelIds on active-model…
dishit-wednesday Jul 12, 2026
9cb3f29
chore(pro): bump submodule to off-thread checkpoint scan fix (audio-d…
dishit-wednesday Jul 12, 2026
6594ecb
chore(pro): bump submodule (permissions + player trim + wip) & add ha…
dishit-wednesday Jul 13, 2026
23e1546
fix(whisper): pass maxContext=0 to stop repetition/hallucination on n…
dishit-wednesday Jul 13, 2026
f85638b
Merge remote-tracking branch 'upstream/feat/locket-pro' into feat/vad…
dishit-wednesday Jul 13, 2026
c7b918e
feat(ui): add a global Toast component and mount it in App
dishit-wednesday Jul 13, 2026
4ef93af
feat(insights): route summaries to a remote provider when one is active
dishit-wednesday Jul 13, 2026
ca33665
feat(whisper): accept an optional vocabulary hint as the initial prompt
dishit-wednesday Jul 13, 2026
aa73c3e
test(locket): cover additional speechCleanup edge cases
dishit-wednesday Jul 13, 2026
1e46939
fix(litert): drain fbjni finalizer at conversation teardown to avoid …
dishit-wednesday Jul 13, 2026
1db9366
chore(pro): bump submodule (insights transcribe, vocabulary, settings…
dishit-wednesday Jul 13, 2026
4ffc62e
feat(models): memory-aware text-model selector
dishit-wednesday Jul 13, 2026
6e2f763
feat(models): text-only load option to skip the vision mmproj clip
dishit-wednesday Jul 13, 2026
4d52167
chore(pro): bump submodule (memory-aware auto-load + battery-exemptio…
dishit-wednesday Jul 13, 2026
7134cd1
test(locket): auto-prune no-speech visibility (drives real store + is…
dishit-wednesday Jul 14, 2026
2fea713
test(locket): ensureWhisperReady residency dance (load / blocked->fre…
dishit-wednesday Jul 14, 2026
8a6b03b
test(locket): analyseDay orchestrator - phase order, no-model, stop, …
dishit-wednesday Jul 14, 2026
14f3adf
chore(pro): bump submodule to locket unified feed (+ residency helper…
dishit-wednesday Jul 14, 2026
2604214
chore: remove accidentally-committed scratch files (android/temp.txt,…
dishit-wednesday Jul 14, 2026
90d4a27
fix(summarizer): abort() also stops the active remote provider
dishit-wednesday Jul 14, 2026
1f1b030
fix(litert): strip temporary DIAG-UAF logging from the conversation h…
dishit-wednesday Jul 14, 2026
5ab98e4
chore(pro): bump submodule to review fixes (brief-card tidy, battery …
dishit-wednesday Jul 14, 2026
9dcf95e
fix(whisper): keep non-ASCII transcripts + guard overlapping file tra…
dishit-wednesday Jul 14, 2026
a2ee81d
feat(services): export modelResidencyManager for a single-source RAM …
dishit-wednesday Jul 14, 2026
33ead11
test(locket): update time-bucket expectations for recentred boundaries
dishit-wednesday Jul 14, 2026
eddbb5d
chore(docs): remove pro/locket planning + handoff docs from open-core
dishit-wednesday Jul 15, 2026
e70c944
chore(tests): remove pro/locket tests from open-core
dishit-wednesday Jul 15, 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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,10 @@ fastlane/*.p8
!.yarn/sdks
!.yarn/versions
docs/TRACTION_KNOWLEDGE_BASE.md
# Dev-only insights sim harness + private real recordings (never commit)
/sim/
# Debug screenshots (scratch)
/image.png
/image-*.png
# Local marketing drafts (not part of the app)
marketing/
2 changes: 2 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { LockScreen } from './src/screens';
import { useAppState } from './src/hooks/useAppState';
import { useDownloadStore } from './src/stores/downloadStore';
import { ErrorBoundary } from './src/components/ErrorBoundary';
import { Toast } from './src/components';

LogBox.ignoreAllLogs(); // Suppress all logs

Expand Down Expand Up @@ -351,6 +352,7 @@ function App() {
>
<AppNavigator />
</NavigationContainer>
<Toast />
</SafeAreaProvider>
</GestureHandlerRootView>
);
Expand Down
100 changes: 0 additions & 100 deletions __tests__/integration/locket/compressedTranscription.test.ts

This file was deleted.

99 changes: 0 additions & 99 deletions __tests__/unit/locket/dayTimeline.test.ts

This file was deleted.

85 changes: 0 additions & 85 deletions __tests__/unit/locket/meetingSchedule.test.ts

This file was deleted.

Loading