agent-afk 5.98.0 → 5.100.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/provider.d.ts +1 -0
- package/dist/agent/session/agent-session.d.ts +1 -0
- package/dist/agent/session/subagent-output-capture.d.ts +24 -0
- package/dist/agent/trace/events.d.ts +16 -16
- package/dist/agent/types/message-types.d.ts +1 -0
- package/dist/cli.mjs +512 -495
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +196 -179
- package/dist/paths.d.ts +1 -0
- package/dist/telegram.mjs +250 -233
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ export declare const env: {
|
|
|
133
133
|
readonly AFK_SESSION_LEDGER_DISABLED: string | undefined;
|
|
134
134
|
readonly AFK_RUN_RECEIPT_DISABLED: string | undefined;
|
|
135
135
|
readonly AFK_CAPTURE_SUBAGENT_PROMPTS: string | undefined;
|
|
136
|
+
readonly AFK_CAPTURE_SUBAGENT_OUTPUT: string | undefined;
|
|
136
137
|
readonly DEBUG: string | undefined;
|
|
137
138
|
readonly AGENT_AFK_ASCII: string | undefined;
|
|
138
139
|
readonly AGENT_SURFACE: string | undefined;
|