8 Commits

Author SHA1 Message Date
7562cf6fad Add gateway root adoption and mobile polish
- Add Tauri commands to inspect and adopt the gateway repo root
- Retry locked vault commands by prompting for unlock
- Improve mobile layout, editor mode toggles, and settings UI
2026-03-30 00:00:25 -05:00
Jacob Schmidt
4fb83a003e chore: cleaned up url pointer 2026-03-09 18:42:31 -05:00
Jacob Schmidt
b410da20fa chore: updated project with workspace file and ran npm update 2026-03-09 18:40:03 -05:00
06c0d30aaa SDT update 2026-03-04 16:42:04 -06:00
Jacob Schmidt
27cc379eb8 feat: add Vulkan GPU backend and fix GpuLayerCount config
- Downgrade LLamaSharp packages to 0.25.0 to match Vulkan backend availability
- Add LLamaSharp.Backend.Vulkan for AMD/Intel/NVIDIA GPU acceleration
- Fix _gpuLayers bug: was reading LlamaCppTimeout instead of a dedicated field
- Add GpuLayerCount to JournalConfig, sourced from JOURNAL_GPU_LAYERS env var
- Document AI/LLM notes in README (version pinning, known vulkaninfo issue)

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 22:44:01 -06:00
b4fa65c881 gitignore. 2026-03-02 22:44:01 -06:00
Jacob Schmidt
d6523c6876 fix: publish sidecar with native libs alongside exe, optimize prebuild
- Keep native DLLs outside single-file bundle (IncludeNativeLibrariesForSelfExtract=false)
- Prebuild script copies all output to Tauri bin (skips .pdb and .metal)
- Only copy runtimes for the target platform (e.g. win-x64), strip all others
- Clean stale runtimes on each rebuild

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 22:41:38 -06:00
Jacob Schmidt
0d77300c22 feat: Project Journal backend monorepo
Monorepo with centralized build props, npm workspaces, LlamaSharp AI,
SQLite/SQLCipher storage, Svelte frontend, and unified smoke tests.

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 20:56:26 -06:00