Releases: DavidValin/vtmate
Releases · DavidValin/vtmate
0.4.3 - Stable version
Add "undo" functionality
- Be able to revert last response by pressing 'u' (remove response from history)
- Updated quicksheet with undo functionality
Bug fixes
- disable raw mode when exiting to restore normal terminal behaviour
- Increase llm response timeout to 120 seconds to not terminate prematurely on low end/busy hardware
Full Changelog: 0.4.2...0.4.3
0.4.2
Bug fixes, performance improvements and better UX
- added full history for conversation / debate
- remove synchronous debate responses to enable voice interruptions properly during debate responses
- immediately abort any ongoing TTS/LLM on ESC
- remove stop_all_* channels
- exit properly (clear bottom bar, restore cursor)
- smoothly voice interrupts for conversation / debate modes
- add message when pausing debate via escape
- avoid missing playback after certain conditions that required restart
- put all agents in ptt mode by default in default installed settings file
- force quiet mode (-q) when using -i - (keyword doesn't work in stdin mode)
- fix some typos in quicksheet
- refactoring
Full Changelog: 0.4.1...0.4.2
0.4.1
- Add support for saving audio + text when reading files or stdin with -r <file.txt> -s
- Add quicksheet PDF with easy access to all options
- Added new video demos to README
- Add description to each param in --help
- Add --version option
- Add LIVE tag in bottom bar when PTT is set to false to differentiate modes better
- recommend --ptt <true/false> in debate mode to avoid this to change for each turn if agent setting differ
- Be able to reset the session by pressing ESCAPE twice in conversation mode, resetting the history
- Add new sha256 for new files in build.rs and redo this file to build faster
- Improve docs
- Small performance adjustments