agent-afk 5.69.0 → 5.70.0

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.
@@ -40,6 +40,7 @@ export interface CliConfig {
40
40
  targets?: number[];
41
41
  };
42
42
  verifyDone?: boolean;
43
+ tagOnlyChats?: number[];
43
44
  };
44
45
  interactive?: {
45
46
  worktreeAutoname?: boolean;
@@ -102,6 +103,7 @@ export interface ConfigFileSchema {
102
103
  targets?: number[];
103
104
  };
104
105
  verifyDone?: boolean;
106
+ tagOnlyChats?: number[];
105
107
  };
106
108
  interactive?: {
107
109
  worktreeAutoname?: boolean;