Improved symbol/file click handling
- Replaced single/double click for file/symbol handling with Shift+Click
- Focus the nvim pane after symbol or file clicking
- Inject a via-editor skill to the agent so the agent knows how to pull diagnostics info from nvim
- Switched away from using /tmp for the runtime data dir - use
$XDG_DATA_DIRinstead - Use a proper arg parsing library (clap) and cleanup the bootstrap logic
Full Changelog: v0.1.0...v0.1.2