agent-afk 5.61.0 → 5.63.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.
@@ -29,6 +29,8 @@ export declare const env: {
29
29
  readonly AFK_MAX_TOKENS: string | undefined;
30
30
  readonly AFK_MAX_TOOL_USE_ITERATIONS: string | undefined;
31
31
  readonly AFK_MEMORY_EVIDENCE_GATE: string | undefined;
32
+ readonly AFK_MICROCOMPACT_KEEP_LAST: string | undefined;
33
+ readonly AFK_MICROCOMPACT_TOOL_RESULT_BYTES: string | undefined;
32
34
  readonly AFK_MODEL: string | undefined;
33
35
  readonly AFK_MODEL_TTFB_TIMEOUT_MS: string | undefined;
34
36
  readonly AFK_MODEL_LARGE: string | undefined;