agent-afk 5.63.0 → 5.64.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/cli/commands/interactive/shared.d.ts +1 -0
- package/dist/cli/commands/interactive/tool-lane-format.d.ts +0 -2
- package/dist/cli/config/types.d.ts +2 -0
- package/dist/cli/palette.d.ts +36 -28
- package/dist/cli/slash/commands/theme.d.ts +2 -0
- package/dist/cli/syntax-highlight.d.ts +1 -0
- package/dist/cli/syntax-theme.d.ts +1 -1
- package/dist/cli/theme.d.ts +9 -0
- package/dist/cli.mjs +502 -502
- package/dist/config/env.d.ts +2 -0
- package/dist/index.mjs +5 -5
- package/dist/telegram.mjs +108 -108
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -112,6 +112,8 @@ export declare const env: {
|
|
|
112
112
|
readonly AFK_SKILL_STREAM_VERBOSE: string | undefined;
|
|
113
113
|
readonly FORCE_COLOR: string | undefined;
|
|
114
114
|
readonly NO_COLOR: string | undefined;
|
|
115
|
+
readonly AFK_THEME: string | undefined;
|
|
116
|
+
readonly COLORFGBG: string | undefined;
|
|
115
117
|
readonly AFK_DEBUG: string | undefined;
|
|
116
118
|
readonly AFK_DEBUG_CLIPBOARD: string | undefined;
|
|
117
119
|
readonly AFK_DEBUG_COMPOSITOR: string | undefined;
|