v2.14.1 (#756)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Gauthier Guinet <43207538+Gguinet@users.noreply.github.com> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Stanislas <stanislas.lange@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
3f8487f761
commit
702d0f412e
51 changed files with 2446 additions and 502 deletions
|
|
@ -644,14 +644,12 @@ Each path is implicitly trusted (no trust prompt) and contributes its `AGENTS.md
|
|||
|
||||
### Update Settings
|
||||
|
||||
#### Auto-Update
|
||||
Vibe checks PyPI at most once per day during a session. When a newer version is found, the next launch shows an update prompt before opening the chat, offering to either update immediately (via `uv tool upgrade mistral-vibe` or `brew upgrade mistral-vibe`) or continue with the current version.
|
||||
|
||||
Vibe includes an automatic update feature that keeps your installation current. This is enabled by default.
|
||||
|
||||
To disable auto-updates, add this to your `config.toml`:
|
||||
To disable the daily check entirely, add this to your `config.toml`:
|
||||
|
||||
```toml
|
||||
enable_auto_update = false
|
||||
enable_update_checks = false
|
||||
```
|
||||
|
||||
### Notification Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue