Back to news
VAF 0.1.0a20: vaf run opens a full-screen terminal app
In 0.1.0a20 the per-account tool selection is enforced for the first time: where a selection is set, only those tools run, admins excepted.
0.1.0a20 is out. vaf run opens a full-screen terminal app with a live transcript, tool cards and the sub-agent status line. The confirmation question before a tool call is answered in the app itself; it used to wait unnoticed on the dashboard and time out after five minutes with no browser open. vaf run --classic starts the plain prompt, and the tui_mode config key sets the default.
pip install -U --pre vafThree bugs are fixed:
- An account runs only the tools selected for it, in chat and inside the coding sub-agent. The pick has been stored and shown on screen since user management arrived, and nothing ever acted on it. Admins stay unrestricted, and so does an empty selection.
- The cloud tool works with the account that is asking. On multi-account installations everyone was taken for the machine owner, leaving the owner's Google Drive, OneDrive, Dropbox, Nextcloud and iCloud open to anybody. The file sub-agent passes no name yet, so no account shows up there.
- API keys live in the encrypted store, next to the mail, GitHub and cloud logins. In config.json they sat scrambled but unencrypted, readable to anyone opening the file, and existing keys stay there. Without a master passphrase the file permissions are still the only protection.