agent-afk 5.81.3 → 5.81.4
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/read-denylist.d.ts +3 -0
- package/dist/cli.mjs +452 -452
- package/dist/index.mjs +156 -156
- package/dist/telegram.mjs +201 -201
- package/package.json +1 -1
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export declare const BUILTIN_READ_DENYLIST: readonly string[];
|
|
2
|
+
export declare const READ_ALLOWLIST_REL: readonly string[];
|
|
3
|
+
export declare const BUILTIN_READ_ALLOWLIST: readonly string[];
|
|
4
|
+
export declare function resolveExceptionEntry(entry: string): string;
|
|
2
5
|
export declare function getReadDenylist(): readonly string[];
|
|
3
6
|
export declare function _resetReadDenylistCacheForTests(): void;
|
|
4
7
|
export declare function isReadDenied(filePath: string): {
|