agent-afk 5.19.4 → 5.19.5
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/nesting.d.ts +1 -0
- package/dist/cli.mjs +416 -416
- package/dist/index.mjs +151 -151
- package/dist/telegram.mjs +204 -204
- package/dist/utils/spawn-cwd-error.d.ts +3 -0
- package/package.json +1 -1
|
@@ -18,6 +18,7 @@ export declare function createStubParentSession(signal: AbortSignal): Pick<IAgen
|
|
|
18
18
|
export declare const CHILD_ALLOWED_TOOLS: string[];
|
|
19
19
|
export declare const RECON_ALLOWED_TOOLS: readonly string[];
|
|
20
20
|
export declare const DEFAULT_READ_ONLY_SKILLS: ReadonlySet<string>;
|
|
21
|
+
export declare const DEFAULT_FORK_SKILLS: ReadonlySet<string>;
|
|
21
22
|
export interface CreateChildProviderFactoryOptions {
|
|
22
23
|
openaiBaseUrl?: string;
|
|
23
24
|
}
|