v1.0.6
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: vans <vans@gmail.com> Co-authored-by: Xing Shi Cai <newptcai@tutanota.com> Co-authored-by: yihong0618 <zouzou0208@gmail.com> Co-authored-by: Torbjørn Bang <torbjorn@bang.dev>
This commit is contained in:
parent
fc1817caa5
commit
cf54a4733f
13 changed files with 259 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "1.0.5"
|
||||
version = "1.0.6"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -37,12 +37,12 @@ dependencies = [
|
|||
"pydantic>=2.12.4",
|
||||
"pydantic-settings>=2.12.0",
|
||||
"python-dotenv>=1.0.0",
|
||||
"pytest-xdist>=3.8.0",
|
||||
"rich>=14.0.0",
|
||||
"textual>=1.0.0",
|
||||
"tomli-w>=1.2.0",
|
||||
"watchfiles>=1.1.1",
|
||||
"pyperclip>=1.11.0",
|
||||
"textual-speedups>=0.2.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
@ -87,6 +87,7 @@ dev = [
|
|||
"typos>=1.34.0",
|
||||
"vulture>=2.14",
|
||||
"pyinstaller>=6.17.0",
|
||||
"pytest-xdist>=3.8.0",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue