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

    Interface AgentSessionStartHook

    interface AgentSessionStartHook {
        id: string;
        type: string;
        command: string[];
        cwd: string;
        timeout: string;
        env: { [key: string]: string };
        output?: AgentSessionStartHookOutput;
    }
    Index

    Properties

    id: string
    type: string
    command: string[]
    cwd: string
    timeout: string
    env: { [key: string]: string }