Releases: filipenf/via
Releases · filipenf/via
Release list
v0.7.0
v0.6.1
v0.6.0
What's Changed
- Route ACP events through AgentEvent::Acp and generalize cursor ask question by @filipenf in #12
- add e2e tests by @filipenf in #13
- Fix fading issue with ACP pane by @filipenf in #14
- Make the inbox command wait for N seconds by @filipenf in #15
- Better session handling + basic task board by @filipenf in #16
- Improve rendering of the ACP pane by @filipenf in #17
- Improve review flow by @filipenf in #18
Full Changelog: v0.3.0...v0.6.0
v0.3.0
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