VAF 0.1.0a21: sessions and models move to the terminal app
In 0.1.0a21, vaf run --web no longer starts the background service: the dashboard ends with the session, and vaf tray starts the persistent one.
0.1.0a21 is out. Sessions can be created, renamed and deleted inside the terminal app, the local model switches while a conversation is open, and pressing l starts recording a spoken message. Only the model download still points at vaf settings.
pip install -U --pre vafFour bugs are fixed:
- The file sub-agent answers a folder question about the folder the question names. The file type used to decide instead: measured on one machine, 33 PDFs sat in Downloads and the answer said 9.
- Closing the update window no longer empties profile fields. The main messenger, city, country, timezone and date and time format were silently cleared, on every release.
- The coding sub-agent works in the folder VAF was started in, not in a freshly created project folder.
- Security logs are kept for 14 days; the cleanup routine used to delete them after 48 hours.
vaf run --web no longer starts the background service along with it. The dashboard ends with the session. Anyone who needs the persistent service starts it with vaf tray; a service already running is untouched.
The tool-call log now covers workflow steps, the file sub-agent's sub-tools and tools an embedded application adds, not chat alone. The coding sub-agent's own loop still does not write into it.
The terminal app arrived in 0.1.0a20; sessions, model switching and voice input joined it in 0.1.0a21.