agent-afk 5.89.0 → 5.90.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/content/attachment-registry.d.ts +29 -0
- package/dist/agent/tools/subagent/attachment-resolve.d.ts +3 -0
- package/dist/agent/tools/subagent-executor.d.ts +2 -0
- package/dist/cli/slash/_lib/skill-message-bridge.d.ts +1 -1
- package/dist/cli/slash/_lib/user-payload.d.ts +1 -1
- package/dist/cli.mjs +508 -508
- package/dist/index.mjs +170 -170
- package/dist/paths.d.ts +1 -0
- package/dist/telegram.mjs +233 -233
- package/package.json +1 -1
package/dist/paths.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export declare function getFarmsDir(): string;
|
|
|
33
33
|
export declare function getFarmDir(taskSlug: string): string;
|
|
34
34
|
export declare function validateSessionId(sessionId: string): void;
|
|
35
35
|
export declare function getTraceDir(sessionId: string): string;
|
|
36
|
+
export declare function getInboundAttachmentsDir(sessionId: string): string;
|
|
36
37
|
export declare function getPromptsDir(sessionId: string): string;
|
|
37
38
|
export declare function sessionLabelFromTracePath(tracePath: string | undefined | null): string | null;
|
|
38
39
|
export declare function getReceiptsDir(): string;
|