Merge origin/master into codex/sqlite-metadata-contracts

This commit is contained in:
Tianyi Cui
2026-07-24 21:07:23 +08:00
289 changed files with 7383 additions and 1681 deletions

View File

@@ -56,5 +56,5 @@ const handle = await ctx.agents.create({
sessionId: SessionId('semantic-checkpoint-crash'),
agentOptions: { provider: 'crash', model: 'crash' },
})
handle.agent.send([{ type: 'text', text: 'exercise the crash boundary' }])
handle.agent.followup([{ type: 'text', text: 'exercise the crash boundary' }])
await waitForCrash()