agent-afk 5.83.7 → 5.83.9
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.
- package/dist/agent/providers/anthropic-direct/index.d.ts +1 -0
- package/dist/agent/providers/anthropic-direct/overload-pause.d.ts +11 -0
- package/dist/agent/providers/anthropic-direct/query/retry-layer.d.ts +3 -0
- package/dist/agent/providers/anthropic-direct/query.d.ts +1 -0
- package/dist/agent/trace/events.d.ts +8 -0
- package/dist/agent/trace/types.d.ts +1 -1
- package/dist/cli/commands/interactive/turn-text-seam.d.ts +1 -0
- package/dist/cli.mjs +509 -506
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +187 -187
- package/dist/telegram.mjs +243 -243
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export declare const env: {
|
|
|
47
47
|
readonly AFK_MODEL_SMALL_API_KEY: string | undefined;
|
|
48
48
|
readonly AFK_MODEL_SMALL_BASE_URL: string | undefined;
|
|
49
49
|
readonly AFK_VISION_MODELS: string | undefined;
|
|
50
|
+
readonly AFK_OVERLOAD_PAUSE_MS: string | undefined;
|
|
50
51
|
readonly AFK_PROMPT_CACHE_TTL: string | undefined;
|
|
51
52
|
readonly AFK_SUGGEST_ENABLED: string | undefined;
|
|
52
53
|
readonly AFK_SUGGEST_GHOST: string | undefined;
|