Merge latest schema DSL base into canonical tool output

This commit is contained in:
Tianyi Cui
2026-07-22 19:11:04 +08:00
10 changed files with 36 additions and 4 deletions

View File

@@ -1094,6 +1094,7 @@ describe('default one-shot summarizer', () => {
maxTokens: 321,
signal: SIGNAL,
sessionId: session.id,
purpose: 'compaction',
})
const instruction = adapter.lastOptions?.messages.at(-1)?.content[0]
expect(instruction?.type === 'text' ? instruction.text : '').toContain('## Primary Request and Intent')