Merge remote-tracking branch 'origin/master' into xtr/message-tool-call-id

This commit is contained in:
_Kerman
2026-08-25 21:44:26 +08:00
212 changed files with 6093 additions and 1285 deletions
@@ -46,6 +46,9 @@ describe.skipIf(!hasPwsh)('tool-pwsh through a real Loader composition', () => {
libBinScript: driver,
configPath,
tsconfigPath: repoTsconfig,
// The self-hosted Windows pool can take roughly 40 seconds to boot this
// real Loader composition under the full CI load.
processTimeoutMs: 90_000,
inspect: async (cwd) => {
report = JSON.parse(await readFile(join(cwd, 'pwsh-loader-report.json'), 'utf8')) as PwshLoaderReport
},
@@ -59,5 +62,5 @@ describe.skipIf(!hasPwsh)('tool-pwsh through a real Loader composition', () => {
expect(report?.foregroundText).toBe('loader-ok\n')
expect(report?.backgroundText).toContain('loader-bg-ok')
expect(report?.backgroundText).toContain('[status: completed, exit code: 0]')
}, LOADER_SMOKE_TEST_TIMEOUT_MS)
}, LOADER_SMOKE_TEST_TIMEOUT_MS + 75_000)
})