Package Details: mistral-vibe 1.3.5-2

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)

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.4 needs 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 opentelemetry packages. I'm building that now and figuring out which specific package mistral-vibe needs to depend on.

Update: the new dependencies are: python-opentelemetry-api, python-opentelemetry-exporter-otlp and python-opentelemetry-semantic-conventions, which are all build artifacts from the previously mentioned python-opentelemetry AUR git project. I've updated mistral-vibe to 1.2.1-2 to 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.