Nikolay Petrov
a9f1188785
sessions_spawn: inline attachments with redaction, lifecycle cleanup, and docs (#16761)
Add inline file attachment support for sessions_spawn (subagent runtime only):
- Schema: attachments[] (name, content, encoding, mimeType) and attachAs.mountPath hint
- Materialization: files written to .openclaw/attachments/<uuid>/ with manifest.json
- Validation: strict base64 decode, filename checks, size limits, duplicate detection
- Transcript redaction: sanitizeToolCallInputs redacts attachment content from persisted transcripts
- Lifecycle cleanup: safeRemoveAttachmentsDir with symlink-safe path containment check
- Config: tools.sessions_spawn.attachments (enabled, maxFiles, maxFileBytes, maxTotalBytes, retainOnSessionKeep)
- Registry: attachmentsDir/attachmentsRootDir/retainAttachmentsOnKeep on SubagentRunRecord
- ACP rejection: attachments rejected for runtime=acp with clear error message
- Docs: updated tools/index.md, concepts/session-tool.md, configuration-reference.md
- Tests: 85 new/updated tests across 5 test files
Fixes:
- Guard fs.rm in materialization catch block with try/catch (review concern #1)
- Remove unreachable fallback in safeRemoveAttachmentsDir (review concern #7)
- Move attachment cleanup out of retry path to avoid timing issues with announce loop
Co-authored-by: Tyler Yust <TYTYYUST@YAHOO.COM>
Co-authored-by: napetrov <napetrov@users.noreply.github.com>
2026-03-01 21:33:51 -08:00
..
2026-03-01 20:49:45 -08:00
2026-02-26 14:47:22 +00:00
2026-03-01 20:31:06 -08:00
2026-02-14 17:55:20 +01:00
2026-02-14 17:18:14 +01:00
2026-02-05 16:54:44 -05:00
2026-02-26 02:41:07 -06:00
2026-03-01 21:33:51 -08:00
2026-02-27 10:02:39 +01:00
2026-02-14 17:55:20 +01:00
2026-03-01 16:36:01 -08:00
2026-01-31 15:04:03 -06:00
2026-01-31 15:04:03 -06:00
2026-02-26 03:59:38 +01:00
2026-02-26 14:47:22 +00:00
2026-02-06 10:08:59 -05:00
2026-01-31 15:04:03 -06:00
2026-02-14 14:57:19 +01:00
2026-02-19 15:51:22 +01:00
2026-03-02 00:27:44 +00:00
2026-03-02 00:27:44 +00:00
2026-01-31 15:04:03 -06:00
2026-03-02 01:12:53 +00:00
2026-02-25 05:03:24 +00:00
2026-03-01 20:49:45 -08:00
2026-01-31 21:13:13 +09:00
2026-03-01 22:44:28 +00:00
2026-02-26 14:47:22 +00:00
2026-02-26 14:47:22 +00:00
2026-02-21 13:03:13 +01:00
2026-02-13 16:58:30 +01:00
2026-03-01 22:35:26 +00:00
2026-02-25 02:40:12 +00:00