Commit 19ca8eb
committed
revert: remove anthropic-beta header merge in Claude streaming endpoint
Callers can now opt into Anthropic features (context editing, tool
search, etc.) by setting modelCapabilities on the request itself,
as introduced in #308387. The base endpoint no longer needs to inject
beta headers — the Claude agent controls its own headers.
Reverts the merge logic from microsoft/vscode-copilot-chat#4945.1 parent 07013e4 commit 19ca8eb
File tree
1 file changed
+1
-11
lines changed- extensions/copilot/src/extension/chatSessions/claude/node
1 file changed
+1
-11
lines changedLines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
| 455 | + | |
466 | 456 | | |
467 | 457 | | |
468 | 458 | | |
| |||
0 commit comments