vtcode-config 0.66.6

Config loader components shared across VT Code and downstream adopters
Documentation
Build #2841012 2026-01-22 05:55:59
# rustc version
rustc 1.95.0-nightly (eda76d9d1 2026-01-21)# docs.rs version
docsrs 0.1.0 (70ee01e6 2026-01-16 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/vtcode-config-0.66.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/vtcode-config-0.66.6/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260121-1.95.0-nightly-eda76d9d1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ed158ab4d5f7c30e922530ba4041cce1afd62ba448b98717751529ffae7691f8
[INFO] running `Command { std: "docker" "start" "-a" "ed158ab4d5f7c30e922530ba4041cce1afd62ba448b98717751529ffae7691f8", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: minimal
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: vtcode-config@0.66.6: docs.rs build detected, generating placeholder files
[INFO] [stderr]  Documenting vtcode-config v0.66.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `x`
[INFO] [stderr]   --> src/root.rs:96:38
[INFO] [stderr]    |
[INFO] [stderr] 96 |     /// Dim completed todo items (- [x]) in agent output
[INFO] [stderr]    |                                      ^ no item named `x` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/constants.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |         /// Based on: https://ai.google.dev/gemini-api/docs/gemini-3
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 49 |         /// Based on: <https://ai.google.dev/gemini-api/docs/gemini-3>
[INFO] [stderr]    |                       +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/constants.rs:72:24
[INFO] [stderr]    |
[INFO] [stderr] 72 |         /// Reference: https://ai.google.dev/gemini-api/docs/caching
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 72 |         /// Reference: <https://ai.google.dev/gemini-api/docs/caching>
[INFO] [stderr]    |                        +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/constants.rs:86:24
[INFO] [stderr]    |
[INFO] [stderr] 86 |         /// Reference: https://ai.google.dev/gemini-api/docs/code-execution
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 86 |         /// Reference: <https://ai.google.dev/gemini-api/docs/code-execution>
[INFO] [stderr]    |                        +                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/constants.rs:998:14
[INFO] [stderr]     |
[INFO] [stderr] 998 |     /// See: https://decodeclaude.com/ultrathink-deprecated/
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 998 |     /// See: <https://decodeclaude.com/ultrathink-deprecated/>
[INFO] [stderr]     |              +                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/constants.rs:1580:5
[INFO] [stderr]      |
[INFO] [stderr] 1580 | /// https://docs.anthropic.com/en/docs/build-with-claude/context-windows
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 1580 | /// <https://docs.anthropic.com/en/docs/build-with-claude/context-windows>
[INFO] [stderr]      |     +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/core/provider.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     /// See: https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 13 |     /// See: <https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking>
[INFO] [stderr]    |              +                                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `String`
[INFO] [stderr]   --> src/optimization.rs:47:30
[INFO] [stderr]    |
[INFO] [stderr] 47 |     /// Maximum number of Vec<String> to pool
[INFO] [stderr]    |                              ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]    |
[INFO] [stderr] 47 |     /// Maximum number of `Vec<String>` to pool
[INFO] [stderr]    |                           +           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/root.rs:273:16
[INFO] [stderr]     |
[INFO] [stderr] 273 | /// Reference: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 273 | /// Reference: <https://sw.kovidgoyal.net/kitty/keyboard-protocol/>
[INFO] [stderr]     |                +                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: `vtcode-config` (lib doc) generated 9 warnings (run `cargo fix --lib -p vtcode-config` to apply 7 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vtcode_config/index.html
[INFO] running `Command { std: "docker" "inspect" "ed158ab4d5f7c30e922530ba4041cce1afd62ba448b98717751529ffae7691f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed158ab4d5f7c30e922530ba4041cce1afd62ba448b98717751529ffae7691f8", kill_on_drop: false }`
[INFO] [stdout] ed158ab4d5f7c30e922530ba4041cce1afd62ba448b98717751529ffae7691f8