agent-afk 5.111.0 → 5.111.2
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 +2 -1
- package/dist/agent/background-registry.d.ts +2 -1
- package/dist/agent/redact-secrets.d.ts +1 -0
- package/dist/agent/subagent.d.ts +3 -2
- package/dist/agent/tools/compose-executor.d.ts +1 -0
- package/dist/agent/tools/skill-executor.d.ts +2 -0
- package/dist/agent/tools/subagent-executor.d.ts +1 -0
- package/dist/agent/trace/writer.d.ts +1 -0
- package/dist/cli/clipboard.d.ts +1 -1
- package/dist/cli.mjs +563 -562
- package/dist/config/env.d.ts +2 -0
- package/dist/index.mjs +185 -185
- package/dist/telegram.mjs +248 -247
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export declare const env: {
|
|
|
86
86
|
readonly AFK_TELEGRAM_NOTIFY_MODE: string | undefined;
|
|
87
87
|
readonly TELEGRAM_DATA_DIR: string | undefined;
|
|
88
88
|
readonly TELEGRAM_VERBOSE: string | undefined;
|
|
89
|
+
readonly TMUX: string | undefined;
|
|
89
90
|
readonly AFK_TELEGRAM_TRACE: string | undefined;
|
|
90
91
|
readonly AFK_TELEGRAM_CWD: string | undefined;
|
|
91
92
|
readonly AFK_HOME: string | undefined;
|
|
@@ -129,6 +130,7 @@ export declare const env: {
|
|
|
129
130
|
readonly AFK_THEME: string | undefined;
|
|
130
131
|
readonly AFK_TEXT_MEASURE: string | undefined;
|
|
131
132
|
readonly COLORFGBG: string | undefined;
|
|
133
|
+
readonly COLORTERM: string | undefined;
|
|
132
134
|
readonly AFK_DEBUG: string | undefined;
|
|
133
135
|
readonly AFK_DEBUG_CLIPBOARD: string | undefined;
|
|
134
136
|
readonly AFK_DEBUG_COMPOSITOR: string | undefined;
|