@hydra-acp/cli 0.1.68 → 0.1.69
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/dist/cli.js +226 -206
- package/dist/index.d.ts +2 -0
- package/dist/index.js +68 -48
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2384,6 +2384,7 @@ declare class Session {
|
|
|
2384
2384
|
private agentAdvertisedCommands;
|
|
2385
2385
|
private agentAdvertisedModes;
|
|
2386
2386
|
private agentAdvertisedModels;
|
|
2387
|
+
private agentAdvertisedConfigOptions;
|
|
2387
2388
|
private agentCommandsHandlers;
|
|
2388
2389
|
private agentModesHandlers;
|
|
2389
2390
|
private agentModelsHandlers;
|
|
@@ -2508,6 +2509,7 @@ declare class Session {
|
|
|
2508
2509
|
private handleHelpCommand;
|
|
2509
2510
|
private handleModelCommand;
|
|
2510
2511
|
private handleModeCommand;
|
|
2512
|
+
private handleConfigCommand;
|
|
2511
2513
|
private runTitleCommand;
|
|
2512
2514
|
private runTitleCommandInline;
|
|
2513
2515
|
private runInternalPrompt;
|