Merge updated codex/tool-json-schema-dsl into codex/canonical-tool-output

This commit is contained in:
Tianyi Cui
2026-07-22 17:24:45 +08:00
15 changed files with 388 additions and 20 deletions

View File

@@ -50,9 +50,9 @@ describe.skipIf(!built)('mountWebPlugins + registry', () => {
'@deepseek-ai/dsh-client-ui-theme',
'@deepseek-ai/dsh-client-i18n',
])
// Every row resolves a client path under its own package dist/.
// Every row resolves a client path under its own package lib/.
for (const row of rows) {
expect(registry.clientPath(row.id)).toMatch(/dist[/\\]client\.js$/)
expect(registry.clientPath(row.id)).toMatch(/lib[/\\]client\.js$/)
expect(row.url).toBe(`/plugins/${row.id}/client.js`)
}
registry.dispose()