agent-afk 5.49.1 → 5.50.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.
@@ -138,6 +138,7 @@ export declare const env: {
138
138
  readonly AFK_SHELL_WRAPPER: string | undefined;
139
139
  readonly AFK_USER_CARD_MAX_ROWS: string | undefined;
140
140
  };
141
+ export declare function isPlainOutputRequested(): boolean;
141
142
  export type EnvVarName = keyof typeof env;
142
143
  export declare function getEnvVarMeta(name: string): EnvVarMeta | undefined;
143
144
  export declare function getMissingRequiredEnvVars(category?: EnvVarCategory): EnvVarMeta[];