kfc-code-cli 0.1.0-rc.1 → 0.1.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+
2
+ //#region src/cli/options.d.ts
3
+ type PromptOutputFormat = 'text' | 'stream-json';
4
+ interface CLIOptions {
5
+ session: string | undefined;
6
+ continue: boolean;
7
+ yolo: boolean;
8
+ plan: boolean;
9
+ model: string | undefined;
10
+ outputFormat: PromptOutputFormat | undefined;
11
+ prompt: string | undefined;
12
+ skillsDirs: string[];
13
+ }
14
+ //#endregion
15
+ //#region src/main.d.ts
16
+ declare function handleMainCommand(opts: CLIOptions, version: string): Promise<void>;
17
+ declare function main(): void;
18
+ //#endregion
19
+ export { handleMainCommand, main };
20
+ //# sourceMappingURL=main.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.d.mts","names":[],"sources":["../src/cli/options.ts","../src/main.ts"],"mappings":";;KACY,kBAAA;AAAA,UAEK,UAAA;EACf,OAAA;EACA,QAAA;EACA,IAAA;EACA,IAAA;EACA,KAAA;EACA,YAAA,EAAc,kBAAkB;EAChC,MAAA;EACA,UAAA;AAAA;;;iBCUoB,iBAAA,CAAkB,IAAA,EAAM,UAAA,EAAY,OAAA,WAAkB,OAAO;AAAA,iBA6CnE,IAAA,CAAA"}