fix: allow attachments outside cwd, and support svg

This commit is contained in:
adamdotdevin
2025-08-13 10:36:50 -05:00
parent bf7fd99b2a
commit 565ff387fe
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -525,6 +525,7 @@ export namespace Session {
abort: new AbortController().signal,
agent: input.agent!,
messageID: userMsg.id,
extra: { bypassCwdCheck: true },
metadata: async () => {},
}),
)