Merge remote-tracking branch 'origin/master' into worktree/web-multimodal-image-input

This commit is contained in:
imccyu
2026-07-29 22:52:14 +08:00
149 files changed
+1950 -447

No files matched your search

@@ -471,6 +471,7 @@ describe('fixture session face', () => {
expect(() => bare.cancel()).toThrow(/cancel is not stubbed/)
expect(() => bare.command()).toThrow(/command is not stubbed/)
expect(() => bare.loadOlder()).toThrow(/loadOlder is not stubbed/)
expect(() => bare.rename()).toThrow(/rename is not stubbed/)
// No host handshake exists in the bench unless a fixture supplies one.
expect(runtime.sessions.hostDescription()).toBeUndefined()
await runtime.dispose()