@hydra-acp/cli 0.1.97 → 0.1.98
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 +265 -265
- package/dist/index.d.ts +3 -0
- package/dist/index.js +59 -59
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3176,6 +3176,8 @@ declare class Session {
|
|
|
3176
3176
|
private mergeAgentOptionIntoEnvelope;
|
|
3177
3177
|
onUsageChange(handler: (usage: UsageSnapshot) => void): void;
|
|
3178
3178
|
mergedAvailableCommands(): AdvertisedCommand[];
|
|
3179
|
+
private daemonTopLevelCommands;
|
|
3180
|
+
private aliasableBareVerbs;
|
|
3179
3181
|
agentOnlyAdvertisedCommands(): AdvertisedCommand[];
|
|
3180
3182
|
availableModes(): AdvertisedMode[];
|
|
3181
3183
|
availableModels(): AdvertisedModel[];
|
|
@@ -3860,6 +3862,7 @@ declare class SessionManager {
|
|
|
3860
3862
|
agentId?: string;
|
|
3861
3863
|
title?: string;
|
|
3862
3864
|
mode?: "verbatim" | "synthesis";
|
|
3865
|
+
model?: string;
|
|
3863
3866
|
}): Promise<{
|
|
3864
3867
|
sessionId: string;
|
|
3865
3868
|
forkedFromSessionId: string;
|