Files
OpenJarvis/frontend
krypticmouseandClaude Sonnet 4.6 5366063cd2 feat: add openjarvis:// deep link handler for Tauri
Registers the openjarvis:// URL scheme via the Tauri 2 deep-link plugin
in tauri.conf.json.  Adds frontend/src/lib/deep-link.ts with parseDeepLink()
that parses openjarvis://{type}/{id} URLs into structured DeepLinkTarget
objects (e.g. openjarvis://research/abc123 → {type:"research", id:"abc123"}).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 21:29:55 +00:00
..
2026-03-12 17:29:39 +00:00