agent-afk 5.82.12 → 5.83.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/tools/handlers/web-scrape.d.ts +2 -0
- package/dist/agent/tools/skill-executor/fork-result.d.ts +5 -0
- package/dist/browser/playwright/launcher.d.ts +1 -0
- package/dist/browser/types.d.ts +1 -0
- package/dist/cli/commands/interactive/shared.d.ts +1 -1
- package/dist/cli/quota-footer.d.ts +6 -0
- package/dist/cli/quota-indicator.d.ts +20 -0
- package/dist/cli/status-line.d.ts +2 -1
- package/dist/cli.mjs +478 -478
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +166 -166
- package/dist/telegram.mjs +219 -219
- package/dist/web/egress-guard.d.ts +24 -0
- package/dist/web/index.d.ts +2 -0
- package/dist/web/scrape.d.ts +2 -0
- package/dist/web/types.d.ts +1 -0
- package/package.json +2 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -140,6 +140,7 @@ export declare const env: {
|
|
|
140
140
|
readonly AFK_WRITE_DENYLIST: string | undefined;
|
|
141
141
|
readonly AFK_READ_DENYLIST: string | undefined;
|
|
142
142
|
readonly AFK_WRITE_DIFF: string | undefined;
|
|
143
|
+
readonly AFK_WEB_ALLOW_PRIVATE_HOSTS: string | undefined;
|
|
143
144
|
readonly AFK_DEMO_CLEAN: string | undefined;
|
|
144
145
|
readonly SCRIPT: string | undefined;
|
|
145
146
|
readonly ASCIINEMA_REC: string | undefined;
|