agent-afk 5.84.16 → 5.85.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/session/agent-session.d.ts +1 -0
- package/dist/agent/session/subagent-prompt-capture.d.ts +22 -0
- package/dist/agent/subagent-read-scope.d.ts +1 -0
- package/dist/cli.mjs +473 -471
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +170 -168
- package/dist/paths.d.ts +1 -0
- package/dist/telegram.mjs +228 -226
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export declare const env: {
|
|
|
124
124
|
readonly AFK_TRACE_DISABLED: string | undefined;
|
|
125
125
|
readonly AFK_SESSION_LEDGER_DISABLED: string | undefined;
|
|
126
126
|
readonly AFK_RUN_RECEIPT_DISABLED: string | undefined;
|
|
127
|
+
readonly AFK_CAPTURE_SUBAGENT_PROMPTS: string | undefined;
|
|
127
128
|
readonly DEBUG: string | undefined;
|
|
128
129
|
readonly AGENT_AFK_ASCII: string | undefined;
|
|
129
130
|
readonly AGENT_SURFACE: string | undefined;
|