@akiojin/claude-worktree
Version:
Interactive Git worktree manager for Claude Code with graphical branch selection
10 lines • 420 B
TypeScript
export declare class ClaudeError extends Error {
cause?: unknown | undefined;
constructor(message: string, cause?: unknown | undefined);
}
export declare function launchClaudeCode(worktreePath: string, options?: {
skipPermissions?: boolean;
mode?: 'normal' | 'continue' | 'resume';
}): Promise<void>;
export declare function isClaudeCodeAvailable(): Promise<boolean>;
//# sourceMappingURL=claude.d.ts.map