Skip to content

Commit b39f0de

Browse files
Update sessionFs types for structured error contract and add workspace tests
- Regenerate rpc.ts from updated api.schema.json with structured error type (error?: { code: 'ENOENT' | 'UNKNOWN', message?: string }) on all sessionFs results - Update createTestSessionFsHandler to catch fs errors and return error objects instead of throwing (matches the new RPC contract) - Add E2E tests for workspace metadata and plan.md written via sessionFs - Add test snapshots for new workspace tests Depends on: github/copilot-agent-runtime#6479 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 922959f commit b39f0de

File tree

5 files changed

+416
-453
lines changed

5 files changed

+416
-453
lines changed

nodejs/src/generated/rpc.ts

Lines changed: 178 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)