fix(core): stabilize tool definition ordering (#38590)

This commit is contained in:
Kit Langton 2026-07-23 21:30:06 -04:00 committed by GitHub
commit c228fc4886
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 5 deletions

View file

@ -300,8 +300,8 @@ describe("PluginV2", () => {
yield* plugins.activate([versioned(plugin)])
expect((yield* registry.snapshot()).definitions.map((tool) => tool.name)).toEqual([
"plain",
"context7_look_up",
"plain",
"execute",
])
}),