fix: load supported document attachments (#205)

This commit is contained in:
Eyejoker
2026-05-31 22:30:49 +09:00
committed by GitHub
parent 778ed9b94a
commit b6e7e060cc
11 changed files with 398 additions and 30 deletions

View File

@@ -38,6 +38,8 @@ export {
type TaskContextMode,
} from './task-runtime.js';
export {
attachmentEvidenceCaption,
expandPromptAttachmentReferences,
expandImagePromptReferences,
extractMarkdownImageAttachments,
extractMediaAttachments,
@@ -47,14 +49,18 @@ export {
IPC_CLOSE_SENTINEL,
IPC_INPUT_SUBDIR,
IPC_POLL_MS,
isModelDocumentPath,
missingAttachmentCaption,
missingImageTagCaption,
normalizeAgentOutput,
normalizeEjclawStructuredOutput,
normalizePublicTextOutput,
splitPromptAttachmentParts,
OUTPUT_END_MARKER,
OUTPUT_START_MARKER,
splitImageTagPromptParts,
writeProtocolOutput,
type PromptAttachmentPart,
type NormalizedRunnerOutput,
type NormalizedAgentOutput,
type RunnerOutputPhase,