Ariver
2026-06-03 4e7591ebb1294f611e7b85082be55313dd53820f
refs
author Ariver <shanghai3168@gmail.com>
Wednesday, June 3, 2026 13:25 +0800
committer Ariver <shanghai3168@gmail.com>
Wednesday, June 3, 2026 13:25 +0800
commit4e7591ebb1294f611e7b85082be55313dd53820f
tree 2b751581a88c6548423dbc522fe3f77a204ceddf tree | zip | gz
parent f66a79670c444010a59b8513c9f61257ebc7d9b6 view | diff
Implement Round 3 Moonshine English model
15 files modified
13 files added
1809 ■■■■■ changed files
02-P-NBL/round-3/README.md 63 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/code-review-current.md 32 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/dev-checklist-current.md 59 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/engineering-tasks.md 336 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/logs/git-diff-check-20260603.log diff | view | raw | blame | history
02-P-NBL/round-3/logs/go-test-all-20260603.log 23 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/logs/npm-run-build-20260603.log 38 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/prd.md 349 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/qa-handoff-current.md 100 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/qa-test-plan.md 208 ●●●●● diff | view | raw | blame | history
02-P-NBL/round-3/todo-list.md 60 ●●●●● diff | view | raw | blame | history
privatevoice.src/app.go 40 ●●●● diff | view | raw | blame | history
privatevoice.src/frontend/src/App.svelte 22 ●●●● diff | view | raw | blame | history
privatevoice.src/frontend/src/components/onboarding/OnboardingView.svelte 12 ●●●● diff | view | raw | blame | history
privatevoice.src/frontend/src/components/settings/GeneralPage.svelte 14 ●●●●● diff | view | raw | blame | history
privatevoice.src/frontend/src/lib/i18n/en.json 4 ●●●● diff | view | raw | blame | history
privatevoice.src/frontend/src/lib/i18n/zh.json 4 ●●●● diff | view | raw | blame | history
privatevoice.src/internal/config/config.go 22 ●●●● diff | view | raw | blame | history
privatevoice.src/internal/config/config_test.go 12 ●●●●● diff | view | raw | blame | history
privatevoice.src/internal/engine/engine.go 25 ●●●● diff | view | raw | blame | history
privatevoice.src/internal/engine/engine_darwin.go 44 ●●●● diff | view | raw | blame | history
privatevoice.src/internal/language/language_test.go 3 ●●●●● diff | view | raw | blame | history
privatevoice.src/internal/model/model_test.go 74 ●●●●● diff | view | raw | blame | history
privatevoice.src/internal/model/profile.go 1 ●●●● diff | view | raw | blame | history
privatevoice.src/internal/model/registry.go 50 ●●●●● diff | view | raw | blame | history
privatevoice.src/internal/modelselection/selection.go 56 ●●●●● diff | view | raw | blame | history
privatevoice.src/internal/modelselection/selection_test.go 83 ●●●●● diff | view | raw | blame | history
privatevoice.src/services/engine_service.go 75 ●●●●● diff | view | raw | blame | history