agent-afk 5.52.1 → 5.53.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/_lib/capture-mode.d.ts +1 -0
- package/dist/cli/constants.d.ts +2 -0
- package/dist/cli/input/spinner.d.ts +3 -0
- package/dist/cli/mascot.d.ts +7 -2
- package/dist/cli/render/ascii-wordmark.d.ts +4 -0
- package/dist/cli/terminal-compositor.types.d.ts +1 -0
- package/dist/cli.mjs +451 -451
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +56 -56
- package/dist/telegram.mjs +84 -84
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ export declare const env: {
|
|
|
102
102
|
readonly AFK_BANNER_PLAIN: string | undefined;
|
|
103
103
|
readonly AFK_PLAIN_OUTPUT: string | undefined;
|
|
104
104
|
readonly AFK_SPINNER_TIPS: string | undefined;
|
|
105
|
+
readonly AFK_GOBLIN_SPINNER: string | undefined;
|
|
105
106
|
readonly AFK_SHOW_DIFFS: string | undefined;
|
|
106
107
|
readonly AFK_SKILL_STREAM_VERBOSE: string | undefined;
|
|
107
108
|
readonly FORCE_COLOR: string | undefined;
|