v2.14.0 (#743)
Co-authored-by: Alexis Tacnet <alexis@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> Co-authored-by: Lucas Marandat <31749711+lucasmrdt@users.noreply.github.com> Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@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: p.vezia <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Hiba Chaabnia <Hiba-Chaabnia@users.noreply.github.com> Co-authored-by: Nikhil Bhima <nikhilbhima@users.noreply.github.com> Co-authored-by: Nkipohcs <Nkipohcs@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
ad0d5c9520
commit
3f8487f761
197 changed files with 10819 additions and 2830 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "2.13.0"
|
||||
version = "2.14.0"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
|||
"Topic :: Utilities",
|
||||
]
|
||||
dependencies = [
|
||||
"agent-client-protocol==0.9.0",
|
||||
"agent-client-protocol==0.10.1",
|
||||
"annotated-types==0.7.0",
|
||||
"anyio==4.13.0",
|
||||
"attrs==26.1.0",
|
||||
|
|
@ -49,6 +49,7 @@ dependencies = [
|
|||
"httpcore==1.0.9",
|
||||
"httpx==0.28.1",
|
||||
"httpx-sse==0.4.3",
|
||||
"humanize==4.15.0",
|
||||
"idna==3.13",
|
||||
"importlib-metadata==8.7.1",
|
||||
"jaraco-classes==3.4.0",
|
||||
|
|
@ -147,7 +148,6 @@ vibe-acp = "vibe.acp.entrypoint:main"
|
|||
|
||||
[tool.uv]
|
||||
exclude-newer = "7 days"
|
||||
exclude-newer-package = { agent-client-protocol = false, mistralai = false, textual = false }
|
||||
|
||||
package = true
|
||||
required-version = ">=0.8.0"
|
||||
|
|
@ -165,7 +165,7 @@ dev = [
|
|||
"pytest-timeout>=2.4.0",
|
||||
"pytest-xdist>=3.8.0",
|
||||
"respx>=0.22.0",
|
||||
"ruff>=0.14.5",
|
||||
"ruff>=0.15.13",
|
||||
"tomlkit>=0.13.0",
|
||||
"twine>=5.0.0",
|
||||
"typos>=1.34.0",
|
||||
|
|
@ -174,65 +174,13 @@ dev = [
|
|||
|
||||
build = [
|
||||
"altgraph==0.17.5",
|
||||
"anyio==4.13.0",
|
||||
"certifi==2026.4.22",
|
||||
"cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'",
|
||||
"cfgv==3.5.0",
|
||||
"charset-normalizer==3.4.7",
|
||||
"colorama==0.4.6 ; sys_platform == 'win32'",
|
||||
"cryptography==47.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'",
|
||||
"distlib==0.4.0",
|
||||
"docutils==0.22.4",
|
||||
"execnet==2.1.2",
|
||||
"filelock==3.29.0",
|
||||
"h11==0.16.0",
|
||||
"httpcore==1.0.9",
|
||||
"httpx==0.28.1",
|
||||
"id==1.6.1",
|
||||
"identify==2.6.19",
|
||||
"idna==3.13",
|
||||
"iniconfig==2.3.0",
|
||||
"jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"jaraco-context==6.1.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"jaraco-functools==4.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'",
|
||||
"jinja2==3.1.6",
|
||||
"keyring==25.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"linkify-it-py==2.1.0",
|
||||
"macholib==1.16.4 ; sys_platform == 'darwin'",
|
||||
"markdown-it-py==4.0.0",
|
||||
"markupsafe==3.0.3",
|
||||
"mdit-py-plugins==0.5.0",
|
||||
"mdurl==0.1.2",
|
||||
"more-itertools==11.0.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x'",
|
||||
"nh3==0.3.5",
|
||||
"nodeenv==1.10.0",
|
||||
"packaging==26.2",
|
||||
"pefile==2024.8.26 ; sys_platform == 'win32'",
|
||||
"platformdirs==4.9.6",
|
||||
"pluggy==1.6.0",
|
||||
"pycparser==3.0 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'",
|
||||
"pygments==2.20.0",
|
||||
"pyinstaller==6.20.0",
|
||||
"pyinstaller-hooks-contrib==2026.4",
|
||||
"pyinstrument==5.1.2",
|
||||
"python-discovery==1.2.2",
|
||||
"pywin32-ctypes==0.2.3 ; sys_platform == 'win32'",
|
||||
"pyyaml==6.0.3",
|
||||
"readme-renderer==44.0",
|
||||
"requests==2.33.1",
|
||||
"requests-toolbelt==1.0.0",
|
||||
"rfc3986==2.0.0",
|
||||
"rich==15.0.0",
|
||||
"secretstorage==3.5.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'",
|
||||
"setuptools==82.0.1",
|
||||
"syrupy==4.8.0",
|
||||
"textual==8.2.7",
|
||||
"truststore==0.10.4",
|
||||
"typing-extensions==4.15.0",
|
||||
"uc-micro-py==2.0.0",
|
||||
"urllib3==2.6.3",
|
||||
"virtualenv==21.2.4",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue