sandbox-agent/sdks/typescript
Nathan Flurry bdbd1d46a9 fix: harden session lifecycle and align cli.mdx example with claude.json
- destroySession: wrap session/cancel RPC in try/catch so local cleanup
  always succeeds even when the agent is unreachable
- createSession/resumeOrCreateSession: clean up the remote session if
  post-creation config calls (setMode/setModel/setThoughtLevel) fail,
  preventing leaked orphan sessions
- cli.mdx: fix example output to match current claude.json (model name,
  model order, and populated modes)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 17:53:58 -08:00
..
scripts chore: fix bad merge 2026-02-11 07:57:02 -08:00
src fix: harden session lifecycle and align cli.mdx example with claude.json 2026-03-05 17:53:58 -08:00
tests feat: add configuration for model, mode, and thought level 2026-03-03 17:05:14 -08:00
package.json fix: build cli-shared before sandbox-agent SDK 2026-02-23 12:32:06 -08:00
tsconfig.json feat: sync universal schema and sdk updates 2026-01-27 02:52:25 -08:00
tsup.config.ts feat: sync universal schema and sdk updates 2026-01-27 02:52:25 -08:00
vitest.config.ts feat: sync universal schema and sdk updates 2026-01-27 02:52:25 -08:00