Commit 34d172a
committed
fix(teams): scope file delivery to post_message only (upstream fidelity)
The initial port wired filesToAttachments into both post_message AND
edit_message. Upstream vercel/chat wires it into postMessage +
postChannelMessage only — editMessage never carries files. And chinchill
delivers execution artifacts via a fresh post(), never by editing files
into an existing message. Carrying files in edit_message was an
unrequested divergence (and an edit_message+files test has no upstream
counterpart, which the repo's verify_test_fidelity gate would flag).
Revert edit_message to file-free, mirroring upstream. Replace the
edit_message+file test with a fidelity guard asserting edit_message
carries no file attachments. post_message file delivery (the actual
parity fix) is unchanged.1 parent c89bfc9 commit 34d172a
2 files changed
Lines changed: 21 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1171 | 1171 | | |
1172 | 1172 | | |
1173 | 1173 | | |
1174 | | - | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1175 | 1183 | | |
1176 | 1184 | | |
1177 | | - | |
1178 | | - | |
1179 | | - | |
1180 | 1185 | | |
1181 | | - | |
1182 | 1186 | | |
1183 | 1187 | | |
1184 | 1188 | | |
| |||
1188 | 1192 | | |
1189 | 1193 | | |
1190 | 1194 | | |
1191 | | - | |
1192 | 1195 | | |
1193 | 1196 | | |
1194 | 1197 | | |
| |||
1201 | 1204 | | |
1202 | 1205 | | |
1203 | 1206 | | |
1204 | | - | |
1205 | | - | |
1206 | 1207 | | |
1207 | 1208 | | |
1208 | 1209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
768 | 774 | | |
769 | 775 | | |
770 | 776 | | |
| |||
777 | 783 | | |
778 | 784 | | |
779 | 785 | | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
785 | 791 | | |
786 | 792 | | |
787 | 793 | | |
| |||
0 commit comments