Uh oh!
There was an error while loading. Please reload this page.
feat(server-utils): Migrate Anthropic integration to orchestrion - #21902
Conversation
size-limit report 📦
|
1d6fd6c to
0d7ee88Compare0d7ee88 to
bea02b1CompareUh oh!
There was an error while loading. Please reload this page.
93f01d8 to
0d7e903CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e4dc3e2 to
67c5f63Compare0d7e903 to
b21fbd0CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
77de8ea to
3f1e52cCompareAdds an orchestrion based Anthropic integration to server-utils, covering all the APIs (messages, completions, models, beta messages) and both streaming and non-streaming mode. Leaves the core integration intact and only exports the necessary utils that are needed for the orchestrion integration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3f1e52c to
e56fd89CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JPeer264
left a comment
There was a problem hiding this comment.
LGTM. Tests are failing, seems like the origin is wrong asserted
Uh oh!
There was an error while loading. Please reload this page.
…strion # Conflicts: # packages/server-utils/src/orchestrion/index.ts
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…pic integration Let errors bubble to the global handlers instead of capturing them as unhandled at the instrumentation level, matching the DB/cache channel subscribers. The default-integration tests branch their error-event expectation since the OTel path still captures it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d58409e. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…strion # Conflicts: # packages/server-utils/src/orchestrion/channels.ts # packages/server-utils/src/orchestrion/index.ts

Adds an orchestrion (diagnostics-channel injection) based Anthropic integration to server-utils, covering all APIs (messages, completions, models, beta messages) and both streaming and non-streaming mode. Leaves the core integration intact and only exports the utils the orchestrion integration needs.
Closes#20911