@hydra-acp/cli 0.1.67 → 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/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;
@@ -2988,6 +2990,7 @@ declare const Bundle: z.ZodObject<{
2988
2990
  name: string;
2989
2991
  version?: string | undefined;
2990
2992
  }>>;
2993
+ priority: z.ZodOptional<z.ZodNumber>;
2991
2994
  createdAt: z.ZodString;
2992
2995
  updatedAt: z.ZodString;
2993
2996
  }, "strip", z.ZodTypeAny, {
@@ -3013,6 +3016,7 @@ declare const Bundle: z.ZodObject<{
3013
3016
  name: string;
3014
3017
  version?: string | undefined;
3015
3018
  } | undefined;
3019
+ priority?: number | undefined;
3016
3020
  synopsis?: {
3017
3021
  outcome?: string | undefined;
3018
3022
  goal?: string | undefined;
@@ -3054,6 +3058,7 @@ declare const Bundle: z.ZodObject<{
3054
3058
  name: string;
3055
3059
  version?: string | undefined;
3056
3060
  } | undefined;
3061
+ priority?: number | undefined;
3057
3062
  synopsis?: {
3058
3063
  outcome?: string | undefined;
3059
3064
  goal?: string | undefined;
@@ -3113,6 +3118,7 @@ declare const Bundle: z.ZodObject<{
3113
3118
  name: string;
3114
3119
  version?: string | undefined;
3115
3120
  } | undefined;
3121
+ priority?: number | undefined;
3116
3122
  synopsis?: {
3117
3123
  outcome?: string | undefined;
3118
3124
  goal?: string | undefined;
@@ -3170,6 +3176,7 @@ declare const Bundle: z.ZodObject<{
3170
3176
  name: string;
3171
3177
  version?: string | undefined;
3172
3178
  } | undefined;
3179
+ priority?: number | undefined;
3173
3180
  synopsis?: {
3174
3181
  outcome?: string | undefined;
3175
3182
  goal?: string | undefined;