You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chat: preserve pasted attachments in side chats (#330542)
* chat: preserve pasted attachments in side chats
Carry explicit composer attachments into side chats and store pasted text as session-backed files.
- Forward attached context through silent slash commands and side-chat request orchestration.
- Snapshot pasted text as .txt resources before reducing Agent Host state.
- Allow chats to read attachments owned by their Agent Host session without another prompt.
- Cover MIME lookup, attachment forwarding, materialization, and permission boundaries.
(Commit message generated by Copilot)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chat: address side chat attachment review
Tighten side chat attachment handling after review and CI feedback.
- Forward only explicit composer attachments through concurrent slash commands.
- Keep draft paste attachments in their compatible semantic representation.
- Share session attachment path checks between Copilot and Claude permission handling.
- Add Claude access coverage and restore the remote draft clear regression.
(Commit message generated by Copilot)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* agentHost: centralize session attachment approvals
Move session attachment read approval into the shared permission manager.
- Resolve the owning session from each exact chat channel.
- Auto-approve only files contained by that session's attachment directory.
- Remove duplicate Copilot and Claude provider checks.
- Cover peer-chat access and cross-session denial in the central permission suite.
(Commit message generated by Copilot)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments