chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface ParsedUserRequest {
|
||||
planName: string | null;
|
||||
explicitWorktreePath: string | null;
|
||||
}
|
||||
export declare function parseUserRequest(promptText: string): ParsedUserRequest;
|
||||
Reference in New Issue
Block a user