v2.17.0 (#822)
Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> Co-authored-by: Hdandria <henri.dandria@mistral.ai> Co-authored-by: Ivana Dunisijevic <ivana.dunisijevic@mistral.ai> Co-authored-by: Jean Burellier <sheplu@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: Mert Unsal <mert.unsal@mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Paul VEZIA <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: renovate-mistral[bot] <253709520+renovate-mistral[bot]@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
564a14365e
commit
6bedf271ce
223 changed files with 10533 additions and 6947 deletions
|
|
@ -27,6 +27,7 @@ async def test_full_toml_to_vibe_config_schema(tmp_path: Path) -> None:
|
|||
"""\
|
||||
vim_keybindings = true
|
||||
api_timeout = 300.0
|
||||
api_retry_max_elapsed_time = 120.0
|
||||
active_model = "codestral"
|
||||
disabled_tools = ["bash"]
|
||||
default_agent = "plan"
|
||||
|
|
@ -54,6 +55,7 @@ provider = "mistral"
|
|||
|
||||
assert config.vim_keybindings is True
|
||||
assert config.api_timeout == 300.0
|
||||
assert config.api_retry_max_elapsed_time == 120.0
|
||||
assert config.active_model == "codestral"
|
||||
assert config.models[0].alias == "codestral"
|
||||
assert "bash" in config.disabled_tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue