vtcode 0.136.2

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
9
10
11
# Cross configuration overrides for `cross build`.
#
# The `ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5` image is based on
# Ubuntu 16.04 (Xenial) and ships gcc 5.4, which does not have the gcc 9.x
# memcmp codegen bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189).
# No gcc-10 workaround is needed. aarch64-gnu and musl images use different
# cross compilers and are also not affected.
[target.x86_64-unknown-linux-gnu.env]
passthrough = [
    "RUSTFLAGS",
]