agent-afk 5.23.2 → 5.24.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/shadow-verify-nudge.d.ts +1 -0
- package/dist/agent/tools/subagent/background-branch.d.ts +13 -0
- package/dist/agent/tools/subagent/child-config.d.ts +39 -0
- package/dist/agent/tools/subagent/failure-payload.d.ts +18 -0
- package/dist/agent/tools/subagent/foreground-promotion.d.ts +31 -0
- package/dist/agent/tools/subagent/input-parse.d.ts +14 -0
- package/dist/agent/tools/subagent-executor.d.ts +2 -1
- package/dist/agent/types/sdk-types.d.ts +1 -0
- package/dist/cli/commands/interactive/shared.d.ts +1 -1
- package/dist/cli/commands/interactive.d.ts +2 -1
- package/dist/cli/config.d.ts +1 -0
- package/dist/cli.mjs +474 -474
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +191 -191
- package/dist/telegram.mjs +245 -245
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export declare const env: {
|
|
|
47
47
|
readonly AFK_TASK_BUDGET: string | undefined;
|
|
48
48
|
readonly AFK_TEMPERATURE: string | undefined;
|
|
49
49
|
readonly AFK_THINKING: string | undefined;
|
|
50
|
+
readonly AFK_THINKING_UI: string | undefined;
|
|
50
51
|
readonly AFK_TIMEOUT_MS: string | undefined;
|
|
51
52
|
readonly CLAUDE_MODEL: string | undefined;
|
|
52
53
|
readonly AFK_SYSTEM_PROMPT: string | undefined;
|