agent-afk 5.10.3 → 5.12.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/plugins/load-entrypoints.d.ts +1 -1
- package/dist/browser/playwright/launcher.d.ts +2 -0
- package/dist/browser/types.d.ts +1 -0
- package/dist/cli.mjs +429 -428
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +174 -173
- package/dist/paths.d.ts +4 -0
- package/dist/telegram.mjs +198 -197
- package/dist/web/retryFetch.d.ts +8 -0
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -119,6 +119,7 @@ export declare const env: {
|
|
|
119
119
|
readonly AFK_BROWSER_DOM_SNAPSHOTS: string | undefined;
|
|
120
120
|
readonly AFK_BROWSER_BACKEND: string | undefined;
|
|
121
121
|
readonly AFK_BROWSER_CONFIG: string | undefined;
|
|
122
|
+
readonly AFK_BROWSER_DEFAULT_PROFILE: string | undefined;
|
|
122
123
|
readonly AFK_WRITE_DENYLIST: string | undefined;
|
|
123
124
|
readonly AFK_WRITE_DIFF: string | undefined;
|
|
124
125
|
readonly AFK_DEMO_CLEAN: string | undefined;
|