agent-afk 5.93.3 → 5.95.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/provider.d.ts +1 -0
- package/dist/agent/providers/anthropic-direct/query/overlay-rebuild.d.ts +13 -0
- package/dist/agent/providers/anthropic-direct/query.d.ts +3 -0
- package/dist/agent/providers/router/provider-router.d.ts +3 -0
- package/dist/agent/session/agent-session.d.ts +1 -0
- package/dist/cli/config/afk-md-tier.d.ts +1 -1
- package/dist/cli/config.d.ts +1 -1
- package/dist/cli/render/measure.d.ts +4 -0
- package/dist/cli/shared-helpers.d.ts +1 -1
- package/dist/cli/slash/commands/afk-md/edit.d.ts +4 -0
- package/dist/cli/slash/commands/afk-md/reload.d.ts +11 -0
- package/dist/cli/slash/commands/afk-md/targets.d.ts +17 -0
- package/dist/cli/slash/commands/afk-md.d.ts +2 -0
- package/dist/cli/slash/commands/editor-open.d.ts +3 -5
- package/dist/cli/slash/commands/editor-spawn.d.ts +17 -0
- package/dist/cli.mjs +553 -549
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +162 -162
- package/dist/paths.d.ts +2 -0
- package/dist/telegram.mjs +225 -225
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export declare const env: {
|
|
|
120
120
|
readonly FORCE_COLOR: string | undefined;
|
|
121
121
|
readonly NO_COLOR: string | undefined;
|
|
122
122
|
readonly AFK_THEME: string | undefined;
|
|
123
|
+
readonly AFK_TEXT_MEASURE: string | undefined;
|
|
123
124
|
readonly COLORFGBG: string | undefined;
|
|
124
125
|
readonly AFK_DEBUG: string | undefined;
|
|
125
126
|
readonly AFK_DEBUG_CLIPBOARD: string | undefined;
|