@valon-technologies/gestalt
    Preparing search index...

    Interface AgentSessionStartHook

    interface AgentSessionStartHook {
        id?: string;
        type?: string;
        command?: readonly string[];
        cwd?: string;
        timeout?: string;
        env?: Record<string, string>;
        output?: AgentSessionStartHookOutput;
    }
    Index

    Properties

    id?: string
    type?: string
    command?: readonly string[]
    cwd?: string
    timeout?: string
    env?: Record<string, string>