v2.9.5 (#676)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: allansimon-mistral <allan.simon@ext.mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
4972dd5694
commit
b23f49e5f4
74 changed files with 2342 additions and 240 deletions
16
README.md
16
README.md
|
|
@ -123,6 +123,22 @@ Use the `--agent` flag to select a different agent:
|
|||
vibe --agent plan
|
||||
```
|
||||
|
||||
To change the default agent used when `--agent` is not passed, set
|
||||
`default_agent` in your `config.toml`:
|
||||
|
||||
```toml
|
||||
default_agent = "plan"
|
||||
```
|
||||
|
||||
Valid values are `default`, `plan`, `accept-edits`, `auto-approve`,
|
||||
`lean` (only when listed in `installed_agents`), or the name of any
|
||||
custom agent file in `~/.vibe/agents/` or the project's `.vibe/agents/`
|
||||
directory. Subagents such as `explore` are not accepted.
|
||||
|
||||
> Note: `default_agent` only applies to interactive sessions. In
|
||||
> programmatic mode (`-p` / `--prompt`), Vibe falls back to `auto-approve`
|
||||
> when `--agent` is not provided, so `default_agent` is ignored.
|
||||
|
||||
### Subagents and Task Delegation
|
||||
|
||||
Vibe supports subagents for delegating tasks. Subagents run independently and can perform specialized work without user interaction, preventing the context from being overloaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue