10 Commits

Author SHA1 Message Date
Jacob Schmidt
5685460e08 (chore): Ran a format pass 2026-03-01 17:40:37 -06:00
Jacob Schmidt
2cd31e6fb1 refactor: remove Python sidecar from C# projects
- Delete PythonSidecarAiService, PythonSidecarSpeechService, PythonSidecarClient
- Remove PythonExecutable, PythonAiSidecarPath, AiSidecarTimeoutMs from JournalConfig
- Remove python-sidecar as valid AiProvider (only none/llamasharp remain)
- Simplify DI: default IAiService is DisabledAiService, ISpeechBridgeService is disabled
- Remove python-sidecar fallback from Journal.AI ServiceCollectionExtensions
- Remove 5 Python sidecar smoke tests and BuildAiConfig helper
- Remove Python config assertions from TestConfigServiceParityKeysAsync

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-01 17:37:45 -06:00
Jacob Schmidt
c0f7c16898 fix: improve coach JSON reliability, add app icons
- Increase ChatJsonAsync max tokens 1024 → 2048 to prevent truncation
- Lower JSON temperature 0.7 → 0.2 for more deterministic output
- Add TryRepairJson fallback to close incomplete JSON from model
- Strengthen JSON system prompt to reduce narrative drift
- Generate icon.svg, icon.ico from source icon.png
- Update Navbar sidebar logo to use icon.png
- Update app.html favicon to use icon.ico
- Copy icon.ico to Tauri icons directory

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-01 17:23:34 -06:00
Jacob Schmidt
14c2c4bceb Integrate local S2T into sidecar and stabilize live dictation 2026-02-28 23:35:58 -06:00
Jacob Schmidt
a436d57ce5 Gate pre-auth UI fetches and batch pending backend/app cleanup changes 2026-02-28 18:29:18 -06:00
Jacob Schmidt
3a4fe86e20 Make Tauri prebuild cross-platform and remove legacy PS hook 2026-02-28 15:27:40 -06:00
Jacob Schmidt
f8760155e4 Automate sidecar bundling and simplify sidecar path resolution 2026-02-28 15:05:02 -06:00
4e2eaf9059 maybe fixed running on other OS's 2026-02-28 14:46:59 -06:00
Jacob Schmidt
c2a94ba6f4 Improve mobile layout and configure Prettier for Svelte 2026-02-28 13:00:04 -06:00
Jacob Schmidt
53078c351a Initial commit: Journal.Core library + Sidecar console app 2026-02-27 22:31:37 -06:00