agent-afk 5.37.2 → 5.37.3
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/routing-telemetry.d.ts +1 -0
- package/dist/agent/tools/handlers/_cwd-utils.d.ts +1 -0
- package/dist/agent/tools/handlers/read-denylist.d.ts +8 -0
- package/dist/cli.mjs +465 -465
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +161 -161
- package/dist/telegram.mjs +225 -225
- package/package.json +3 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export declare const env: {
|
|
|
124
124
|
readonly AFK_BROWSER_CONFIG: string | undefined;
|
|
125
125
|
readonly AFK_BROWSER_DEFAULT_PROFILE: string | undefined;
|
|
126
126
|
readonly AFK_WRITE_DENYLIST: string | undefined;
|
|
127
|
+
readonly AFK_READ_DENYLIST: string | undefined;
|
|
127
128
|
readonly AFK_WRITE_DIFF: string | undefined;
|
|
128
129
|
readonly AFK_DEMO_CLEAN: string | undefined;
|
|
129
130
|
readonly SCRIPT: string | undefined;
|