agent-afk 5.60.0 → 5.62.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.
@@ -15,6 +15,7 @@ export declare const ENV_REGISTRY: readonly EnvVarMeta[];
15
15
  export declare const env: {
16
16
  readonly AFK_COMPACT_KEEP_LAST_TURNS: string | undefined;
17
17
  readonly AFK_COMPACT_MODEL: string | undefined;
18
+ readonly AFK_COMPACT_SHRINK_FRACTION: string | undefined;
18
19
  readonly AFK_COMPANION_PRIMER: string | undefined;
19
20
  readonly AFK_DEFAULT_SUBAGENT_MODEL: string | undefined;
20
21
  readonly AFK_DIAGNOSE_BASELINE: string | undefined;
@@ -28,6 +29,8 @@ export declare const env: {
28
29
  readonly AFK_MAX_TOKENS: string | undefined;
29
30
  readonly AFK_MAX_TOOL_USE_ITERATIONS: string | undefined;
30
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;
31
34
  readonly AFK_MODEL: string | undefined;
32
35
  readonly AFK_MODEL_TTFB_TIMEOUT_MS: string | undefined;
33
36
  readonly AFK_MODEL_LARGE: string | undefined;