Search Criteria
Package Details: mistral-vibe 1.3.5-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mistral-vibe.git (read-only, click to copy) |
|---|---|
| Package Base: | mistral-vibe |
| Description: | Minimal CLI coding agent by Mistral |
| Upstream URL: | https://github.com/mistralai/mistral-vibe |
| Licenses: | Apache-2.0 |
| Submitter: | rubin55 |
| Maintainer: | rubin55 |
| Last Packager: | rubin55 |
| Votes: | 3 |
| Popularity: | 2.01 |
| First Submitted: | 2025-12-09 17:59 (UTC) |
| Last Updated: | 2026-01-12 19:09 (UTC) |
Dependencies (38)
- python
- python-agent-client-protocolAUR
- python-aiofiles
- python-dotenv
- python-httpx (python-httpx-gitAUR)
- python-linkify-it-py
- python-mcpAUR
- python-mistralaiAUR
- python-opentelemetry-apiAUR
- python-opentelemetry-exporter-otlpAUR
- python-opentelemetry-semantic-conventionsAUR
- python-packaging
- python-pexpect
- python-pydantic
- python-pydantic-settings
- python-pyperclip
- python-rich
- python-textual (python-textual-gitAUR)
- python-tomli-w
- python-tree-sitter-bashAUR
- Show 18 more dependencies...
Latest Comments
rubin55 commented on 2026-01-09 15:02 (UTC)
@urcadox thanks for the heads-up, added!
urcadox commented on 2026-01-09 14:30 (UTC)
Hey @rubin55,
Looks like
1.3.4needs a new dependency:python-tree-sitter-bash.Can you add it to the PKGBUILD?
Thanks!
rubin55 commented on 2025-12-20 10:23 (UTC) (edited on 2025-12-20 10:35 (UTC) by rubin55)
@auxym, you're right, this is a new dependency. In AUR it means depending on https://aur.archlinux.org/python-opentelemetry.git, which produces a whole bunch of
opentelemetrypackages. I'm building that now and figuring out which specific packagemistral-vibeneeds to depend on.Update: the new dependencies are:
python-opentelemetry-api,python-opentelemetry-exporter-otlpandpython-opentelemetry-semantic-conventions, which are all build artifacts from the previously mentionedpython-opentelemetryAUR git project. I've updatedmistral-vibeto1.2.1-2to add these dependencies to the package.auxym commented on 2025-12-20 02:08 (UTC)
Seems to be missing a dependency:
File "/usr/lib/python3.13/site-packages/mistralai/_hooks/tracing.py", line 5, in <module> from opentelemetry.trace import Span ModuleNotFoundError: No module named 'opentelemetry'
unfortunately there are dozens of python-opentelementry-* packages on AUR, I'm not sure which one is the right one.