agent-afk 5.92.0 → 5.93.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/providers/{anthropic-direct/loop → shared}/turn-trace.d.ts +3 -2
- package/dist/agent/tools/dispatcher.d.ts +1 -0
- package/dist/cli/_lib/capture-mode.d.ts +1 -0
- package/dist/cli/_lib/stream-renderer.d.ts +1 -1
- package/dist/cli/commands/interactive/footer-subsystems.d.ts +4 -0
- package/dist/cli/commands/interactive/loop-stage.d.ts +3 -0
- package/dist/cli/commands/interactive/mascot-band.d.ts +26 -0
- package/dist/cli/commands/interactive/mascot-live.d.ts +28 -0
- package/dist/cli/commands/interactive/shared.d.ts +1 -1
- package/dist/cli/commands/interactive/surface-setup.d.ts +2 -0
- package/dist/cli/mascot-mini.d.ts +6 -0
- package/dist/cli/mascot.d.ts +6 -0
- package/dist/cli/slash/types.d.ts +1 -1
- package/dist/cli.mjs +528 -528
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +128 -128
- package/dist/telegram.mjs +183 -183
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ export declare const env: {
|
|
|
112
112
|
readonly AFK_PLAIN_OUTPUT: string | undefined;
|
|
113
113
|
readonly AFK_SPINNER_TIPS: string | undefined;
|
|
114
114
|
readonly AFK_GOBLIN_SPINNER: string | undefined;
|
|
115
|
+
readonly AFK_GOBLIN_MASCOT: string | undefined;
|
|
115
116
|
readonly AFK_TERM_TITLE: string | undefined;
|
|
116
117
|
readonly AFK_NOTIFY: string | undefined;
|
|
117
118
|
readonly AFK_SHOW_DIFFS: string | undefined;
|