agent-afk 5.67.0 → 5.68.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.
- package/dist/agent/subagent/handle.d.ts +2 -1
- package/dist/agent/subagent/idle-watchdog.d.ts +24 -0
- package/dist/agent/subagent.d.ts +2 -0
- package/dist/agent/tools/dispatcher.d.ts +2 -0
- package/dist/agent/tools/suspected-loop-detector.d.ts +15 -0
- package/dist/agent/trace/events.d.ts +8 -0
- package/dist/agent/trace/types.d.ts +1 -1
- package/dist/agent/types/config-types.d.ts +1 -0
- package/dist/cli.mjs +436 -436
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +155 -155
- package/dist/telegram.mjs +202 -202
- package/dist/utils/errors.d.ts +3 -0
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare const env: {
|
|
|
51
51
|
readonly AFK_SUGGEST_GHOST: string | undefined;
|
|
52
52
|
readonly AFK_SUGGEST_MODEL: string | undefined;
|
|
53
53
|
readonly AFK_SUBAGENT_TIMEOUT_MS: string | undefined;
|
|
54
|
+
readonly AFK_SUBAGENT_IDLE_TIMEOUT_MS: string | undefined;
|
|
54
55
|
readonly AFK_TASK_BUDGET: string | undefined;
|
|
55
56
|
readonly AFK_TEMPERATURE: string | undefined;
|
|
56
57
|
readonly AFK_THINKING: string | undefined;
|