Commit b39f0de
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- nodejs
- src/generated
- test/e2e
- test/snapshots/session_fs
5 files changed
+416
-453
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments