@neovate/code 0.12.3 → 0.12.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.
- package/README.md +4 -3
- package/dist/cli.mjs +413 -413
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +480 -480
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -421,6 +421,7 @@ declare class Paths {
|
|
|
421
421
|
messageCount: number;
|
|
422
422
|
summary: string;
|
|
423
423
|
}[];
|
|
424
|
+
getGlobalDataPath(): string;
|
|
424
425
|
}
|
|
425
426
|
|
|
426
427
|
declare type Plugin_2 = {
|
|
@@ -535,8 +536,7 @@ declare class PluginManager {
|
|
|
535
536
|
|
|
536
537
|
declare interface PromptCommand extends BaseSlashCommand {
|
|
537
538
|
type: 'prompt';
|
|
538
|
-
|
|
539
|
-
progressMessage: string;
|
|
539
|
+
progressMessage?: string;
|
|
540
540
|
model?: string;
|
|
541
541
|
getPromptForCommand(args: string): Promise<Array<{
|
|
542
542
|
role: string;
|