Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai>
Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai>
Co-Authored-By: Vincent Guilloux <vincent.guilloux@mistral.ai>
This commit is contained in:
Mathias Gesbert 2025-12-12 17:47:20 +01:00 committed by Mathias Gesbert
parent a340a721ea
commit 661588de0c
48 changed files with 1679 additions and 467 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "mistral-vibe"
version = "1.1.2"
version = "1.1.3"
description = "Minimal CLI coding agent by Mistral"
readme = "README.md"
requires-python = ">=3.12"
@ -86,10 +86,11 @@ dev = [
"twine>=5.0.0",
"typos>=1.34.0",
"vulture>=2.14",
"pyinstaller>=6.17.0",
"pytest-xdist>=3.8.0",
]
build = ["pyinstaller>=6.17.0"]
[tool.pyright]
pythonVersion = "3.12"
reportMissingTypeStubs = false