agent-afk 5.46.1 → 5.47.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/abort-graph.d.ts +1 -0
- package/dist/cli/commands/interactive/shared.d.ts +1 -0
- package/dist/cli.mjs +169 -169
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +82 -82
- package/dist/telegram.mjs +64 -64
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -98,6 +98,7 @@ export declare const env: {
|
|
|
98
98
|
readonly AFK_SHELL_PASSTHROUGH: string | undefined;
|
|
99
99
|
readonly AFK_BG_AUTO_DELIVER: string | undefined;
|
|
100
100
|
readonly AFK_BANNER_PLAIN: string | undefined;
|
|
101
|
+
readonly AFK_PLAIN_OUTPUT: string | undefined;
|
|
101
102
|
readonly AFK_SPINNER_TIPS: string | undefined;
|
|
102
103
|
readonly AFK_SHOW_DIFFS: string | undefined;
|
|
103
104
|
readonly AFK_SKILL_STREAM_VERBOSE: string | undefined;
|