rpi-cli 0.1.13

Terminal coding-agent CLI (the `rpi` binary) built on the rpi-* library crates — a Rust port of @earendil-works/pi-coding-agent's CLI surface
Documentation

Build #4450415 2026-09-14 07:45:51

# rustc version rustc 1.100.0-nightly (4b6d04e70 2026-09-13)

# docs.rs version docsrs 0.0.0 (6fedf0f5e748abb9096cc2e8dae3c697ffb0725a 2026-09-14 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "0058b732f52dc6e04c1ce2e6148012eb6c382e46b2c2d502eba276c1882a81fc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260913-1.100.0-nightly-4b6d04e70\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting rpi-cli v0.1.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `app` links to private item `build_initial_message` [INFO] [stderr] --> src/app.rs:9:35 [INFO] [stderr] | [INFO] [stderr] 9 | //! `processFileArguments` + [`build_initial_message`] — the port of TS [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::bin` [INFO] [stderr] --> src/app.rs:48:8 [INFO] [stderr] | [INFO] [stderr] 48 | /// ([`crate::bin`] / `src/bin/pi.rs`) calls this under a tokio runtime and [INFO] [stderr] | ^^^^^^^^^^ no item named `bin` in module `rpi_cli` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::provider::models_json_provider_auth` [INFO] [stderr] --> src/config.rs:947:7 [INFO] [stderr] | [INFO] [stderr] 947 | /// [`crate::provider::models_json_provider_auth`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `models_json_provider_auth` in module `provider` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `RuntimeActionId` [INFO] [stderr] --> src/extensions_actions.rs:4:37 [INFO] [stderr] | [INFO] [stderr] 4 | //! host side that bridges the 16 [`RuntimeActionId`] actions to the harness. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `RuntimeActionId` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] help: there's a similarly named item `RuntimeActionHost` [INFO] [stderr] | [INFO] [stderr] 4 - //! host side that bridges the 16 [`RuntimeActionId`] actions to the harness. [INFO] [stderr] 4 + //! host side that bridges the 16 [`RuntimeActionHost`] actions to the harness. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ActionBridge` [INFO] [stderr] --> src/extensions_actions.rs:55:64 [INFO] [stderr] | [INFO] [stderr] 55 | /// once `AgentHarness::create` succeeds. Carried inside the [`ActionBridge`] as [INFO] [stderr] | ^^^^^^^^^^^^ no item named `ActionBridge` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `json_event::toJsonEvent` [INFO] [stderr] --> src/modes.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | //! (`mode === "json"`) + [`json_event::toJsonEvent`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `json_event` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `provider` links to private item `pick_default_model` [INFO] [stderr] --> src/provider.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | //! 5. No `--model` ⇒ [`pick_default_model`]: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `available_catalog` links to private item `model_is_authed` [INFO] [stderr] --> src/provider.rs:701:53 [INFO] [stderr] | [INFO] [stderr] 701 | /// single-provider equivalent of "configured" is [`model_is_authed`]). [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `reload_callback_from_mailbox` [INFO] [stderr] --> src/session.rs:910:42 [INFO] [stderr] | [INFO] [stderr] 910 | /// the initial `ActionBridge` via [`reload_callback_from_mailbox`], and hands [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `reload_callback_from_mailbox` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `print` is both a function and a macro [INFO] [stderr] --> src/modes.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | //! - [`print`] — single-shot: send the prompt(s), print the final assistant [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 5 | //! - [`print()`] — single-shot: send the prompt(s), print the final assistant [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 5 | //! - [`print!`] — single-shot: send the prompt(s), print the final assistant [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `rpi-cli` (lib doc) generated 10 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rpi_cli/index.html [INFO] running `Command { std: "docker" "inspect" "0058b732f52dc6e04c1ce2e6148012eb6c382e46b2c2d502eba276c1882a81fc", kill_on_drop: false }`