Initial commit
Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai> Co-Authored-By: Laure Hugo <laure.hugo@mistral.ai> Co-Authored-By: Benjamin Trom <benjamin.trom@mistral.ai> Co-Authored-By: Mathias Gesbert <mathias.gesbert@ext.mistral.ai> Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai> Co-Authored-By: Clément Drouin <clement.drouin@mistral.ai> Co-Authored-By: Vincent Guilloux <vincent.guilloux@mistral.ai> Co-Authored-By: Valentin Berard <val@mistral.ai> Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
commit
fa15fc977b
200 changed files with 30484 additions and 0 deletions
35
distribution/zed/extension.toml
Normal file
35
distribution/zed/extension.toml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
id = "mistral-vibe"
|
||||
name = "Mistral Vibe"
|
||||
description = "Lightning-fast AI agent that actually gets things done"
|
||||
version = "1.0.0"
|
||||
schema_version = 1
|
||||
authors = ["Mistral AI"]
|
||||
repository = "https://github.com/mistralai/mistral-vibe"
|
||||
|
||||
[agent_servers.mistral-vibe-agent]
|
||||
name = "Mistral Vibe"
|
||||
icon = "./icons/mistral_vibe.svg"
|
||||
|
||||
[agent_servers.mistral-vibe-agent.targets.darwin-aarch64]
|
||||
archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-darwin-aarch64-1.0.0.zip"
|
||||
cmd = "./vibe-acp"
|
||||
|
||||
[agent_servers.mistral-vibe-agent.targets.darwin-x86_64]
|
||||
archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-darwin-x86_64-1.0.0.zip"
|
||||
cmd = "./vibe-acp"
|
||||
|
||||
# [agent_servers.mistral-vibe-agent.targets.linux-aarch64]
|
||||
# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-linux-aarch64-1.0.0.zip"
|
||||
# cmd = "./vibe-acp"
|
||||
|
||||
[agent_servers.mistral-vibe-agent.targets.linux-x86_64]
|
||||
archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-linux-x86_64-1.0.0.zip"
|
||||
cmd = "./vibe-acp"
|
||||
|
||||
# [agent_servers.mistral-vibe-agent.targets.windows-aarch64]
|
||||
# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-windows-aarch64-1.0.0.zip"
|
||||
# cmd = "./vibe-acp.exe"
|
||||
|
||||
[agent_servers.mistral-vibe-agent.targets.windows-x86_64]
|
||||
archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-windows-x86_64-1.0.0.zip"
|
||||
cmd = "./vibe-acp.exe"
|
||||
13
distribution/zed/icons/mistral_vibe.svg
Normal file
13
distribution/zed/icons/mistral_vibe.svg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="512" height="512" fill="#24211E"/>
|
||||
<rect x="113.778" y="113.778" width="56.8889" height="56.8889" fill="white"/>
|
||||
<rect x="341.333" y="113.778" width="56.8889" height="56.8889" fill="white"/>
|
||||
<rect x="227.556" y="284.444" width="56.8889" height="56.8889" fill="white"/>
|
||||
<rect x="113.778" y="284.444" width="56.8889" height="56.8889" fill="white"/>
|
||||
<rect x="341.333" y="284.444" width="56.8889" height="56.8889" fill="white"/>
|
||||
<rect x="113.778" y="170.667" width="113.778" height="56.8889" fill="white"/>
|
||||
<rect x="56.8887" y="341.333" width="170.667" height="56.8889" fill="white"/>
|
||||
<rect x="284.444" y="341.333" width="170.667" height="56.8889" fill="white"/>
|
||||
<rect x="113.778" y="227.556" width="284.444" height="56.8889" fill="white"/>
|
||||
<rect x="284.444" y="170.667" width="113.778" height="56.8889" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 935 B |
Loading…
Add table
Add a link
Reference in a new issue