mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
refactor(api): converge the Remote failure vocabulary and client surface
Single RemoteError with a merge-extensible, domain-prefixed code map; owners throw at the failure point; streams surface marked failures; clients consume ctx.remote directly with isRemoteFailure as the only discrimination point and construct no failure instances.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
{ "path": "../../session-query/session-query" },
|
||||
{ "path": "../../skill/skill" },
|
||||
{ "path": "../../subagent/subagent" },
|
||||
{ "path": "../../util/time" },
|
||||
{ "path": "../../typert/protocol" },
|
||||
{ "path": "../../typert/registry" },
|
||||
{ "path": "../../workspace/workspace" }
|
||||
|
||||
Reference in New Issue
Block a user