/** * Core script: open-chat * * Open a chat thread in the UI as a new tab and focus it. * Writes a one-shot command to application-state that the UI picks up. * * Usage: * pnpm action open-chat --id */ export default function openChat(args: string[]): Promise; //# sourceMappingURL=open-chat.d.ts.map