mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 12:04:43 +00:00
- Fix insertEvent call in client.ts to pass sessionId as first argument - Update Daytona provider create options to use Partial type (image has default) - Update StrictUniqueSessionPersistDriver in tests to match new insertEvent signature - Sync persist packages, openapi spec, and docs with upstream changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
254 B
TypeScript
5 lines
254 B
TypeScript
throw new Error(
|
|
"@sandbox-agent/persist-indexeddb has been deprecated and removed. " +
|
|
"Copy the reference implementation into your project instead. " +
|
|
"See https://github.com/nichochar/sandbox-agent/tree/main/examples/persist-indexeddb",
|
|
);
|