Interface ICreateSessionOptions

Options for creating a new Cascade session.

interface ICreateSessionOptions {
    background?: boolean;
    model?: string;
    task: string;
}

Properties

background?: boolean

Whether to run in background (don't focus the panel)

model?: string

Model to use (defaults to current)

task: string

Initial task/message to send