huskies: merge 1163 story Replace perm_rx lock-as-presence-signal with a permission router
This commit is contained in:
+3
-2
@@ -23,8 +23,9 @@ pub(crate) struct CliArgs {
|
||||
pub(crate) gateway_url: Option<String>,
|
||||
/// WebSocket URL of the upstream gateway to forward permission requests to (`--upstream-gateway`).
|
||||
///
|
||||
/// When set, the sled spawns a background uplink task that holds `perm_rx` and
|
||||
/// forwards all `prompt_permission` tool calls to the gateway over a WebSocket.
|
||||
/// When set, the sled spawns a background uplink task that registers as a
|
||||
/// permission responder and forwards all `prompt_permission` tool calls to
|
||||
/// the gateway over a WebSocket.
|
||||
/// Also readable from the `HUSKIES_UPSTREAM_GATEWAY` env var.
|
||||
pub(crate) upstream_gateway: Option<String>,
|
||||
/// Path to a trampoline job file (`--trampoline <path>`).
|
||||
|
||||
Reference in New Issue
Block a user