v2.5.0 (#495)
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Clement Sirieix <clem.sirieix@gmail.com> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Simon Van de Kerckhove <simon.vandekerckhove@mistral.ai> Co-authored-by: Vincent Guilloux <vincent.guilloux@mistral.ai> Co-authored-by: Michel Thomazo <michel.thomazo@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
9421fbc08e
commit
5103019b01
104 changed files with 7277 additions and 691 deletions
|
|
@ -13,10 +13,10 @@ from vibe.core.paths._vibe_home import (
|
|||
VIBE_HOME,
|
||||
GlobalPath,
|
||||
)
|
||||
from vibe.core.paths.conventions import AGENTS_MD_FILENAMES
|
||||
from vibe.core.paths.conventions import AGENTS_MD_FILENAME
|
||||
|
||||
__all__ = [
|
||||
"AGENTS_MD_FILENAMES",
|
||||
"AGENTS_MD_FILENAME",
|
||||
"DEFAULT_TOOL_DIR",
|
||||
"GLOBAL_ENV_FILE",
|
||||
"HISTORY_FILE",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
AGENTS_MD_FILENAMES = ["AGENTS.md", "VIBE.md", ".vibe.md"]
|
||||
AGENTS_MD_FILENAME = "AGENTS.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue