@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadShellCommandParams

    type ThreadShellCommandParams = {
        command: string;
        threadId: string;
    }
    Index

    Properties

    Properties

    command: string

    Shell command string evaluated by the thread's configured shell. Unlike command/exec, this intentionally preserves shell syntax such as pipes, redirects, and quoting. This runs unsandboxed with full access rather than inheriting the thread sandbox policy.

    threadId: string