35 lines
1.4 KiB
TOML
35 lines
1.4 KiB
TOML
id = "mistral-vibe"
|
|
name = "Mistral Vibe"
|
|
description = "Lightning-fast AI agent that actually gets things done"
|
|
version = "1.0.3"
|
|
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.3/vibe-acp-darwin-aarch64-1.0.3.zip"
|
|
cmd = "./vibe-acp"
|
|
|
|
[agent_servers.mistral-vibe-agent.targets.darwin-x86_64]
|
|
archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-darwin-x86_64-1.0.3.zip"
|
|
cmd = "./vibe-acp"
|
|
|
|
# [agent_servers.mistral-vibe-agent.targets.linux-aarch64]
|
|
# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-linux-aarch64-1.0.3.zip"
|
|
# cmd = "./vibe-acp"
|
|
|
|
[agent_servers.mistral-vibe-agent.targets.linux-x86_64]
|
|
archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-linux-x86_64-1.0.3.zip"
|
|
cmd = "./vibe-acp"
|
|
|
|
# [agent_servers.mistral-vibe-agent.targets.windows-aarch64]
|
|
# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-windows-aarch64-1.0.3.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.3/vibe-acp-windows-x86_64-1.0.3.zip"
|
|
cmd = "./vibe-acp.exe"
|