agent-afk 5.55.0 → 5.55.1

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.
@@ -22,6 +22,7 @@ export declare const palette: {
22
22
  readonly dim: import("chalk").ChalkInstance;
23
23
  readonly bold: import("chalk").ChalkInstance;
24
24
  readonly italic: import("chalk").ChalkInstance;
25
+ readonly inverse: import("chalk").ChalkInstance;
25
26
  readonly diffAdd: import("chalk").ChalkInstance;
26
27
  readonly diffRemove: import("chalk").ChalkInstance;
27
28
  readonly diffHunk: import("chalk").ChalkInstance;