Skip to content

feat(detection): Add support for Mistral Vibe agent#24

Closed
damienalexandre wants to merge 1 commit into
laravel:mainfrom
damienalexandre:mistral
Closed

feat(detection): Add support for Mistral Vibe agent#24
damienalexandre wants to merge 1 commit into
laravel:mainfrom
damienalexandre:mistral

Conversation

@damienalexandre

Copy link
Copy Markdown

Add support for Mistral Vibe CLI.

Mistral Vibe is an open source agent built by Mistral. There is no "clear" env var when running bash tools with it, but the API KEY is always pushed in the context as you can see here:

https://github.com/mistralai/mistral-vibe/blob/cafb6d4147479c3ab50e0a0fc88de553a48df69b/vibe/setup/auth/api_key_persistence.py#L54

So it's a "good enough" test in my opinion and it works on my setup.

Warning: It will not work for users who changed the api_key_env_var setting (it allow to change the name of the env var).

@taylorotwell

Copy link
Copy Markdown
Member

I think just checking for a Mistral API key feels too broad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants