{"record":{"id":"a484e0e8f0dc9687","repo":"deepseek-ai/deepseek-harness","slug":"subagent-delivery-unavailable","errorCode":"subagent-delivery-unavailable","errorMessage":"subagent follow-up is temporarily unavailable","messagePattern":"subagent follow-up is temporarily unavailable","errorType":"error_code","errorClass":"SubagentError","httpStatus":null,"severity":"error","filePath":"packages/host/apiproxy/src/api-proxy.ts","lineNumber":870,"sourceCode":"  if (error instanceof SubagentError) {\n    switch (error.code) {\n      case 'NOT_RESUMABLE':\n        return err(request, {\n          code: 'subagent-not-resumable',\n          message: 'subagent cannot be resumed',\n          details: { childSessionId },\n        })\n      case 'UNAUTHORIZED':\n        return err(request, {\n          code: 'subagent-unauthorized',\n          message: 'subagent does not belong to this parent',\n          details: { childSessionId },\n        })\n      case 'DRAINING':\n      case 'ACTIVATION_CLOSING':\n      case 'CONTINUATION_UNAVAILABLE':\n      case 'PERSISTENCE_UNAVAILABLE':\n        return err(request, {\n          code: 'subagent-delivery-unavailable',\n          message: 'subagent follow-up is temporarily unavailable',\n          details: { childSessionId },\n        })\n      default:\n        break\n    }\n  }\n  return err(request, { code: 'internal', message: 'subagent prompt failed', details: {} })\n}\n\n/** Stable RPC face of the missing projections capability, shared by every catalog read path. */\nfunction projectionsUnavailableError(): RpcError {\n  return {\n    code: 'internal',\n    message: 'subagent catalog is unavailable: this deployment does not mount the sessionProjections registry (load @deepseek-ai/dsh-session-projection)',\n    details: {},\n  }","sourceCodeStart":852,"sourceCodeEnd":888,"githubUrl":"https://github.com/deepseek-ai/deepseek-harness/blob/b150a551b8d465e31e418e1b2eaf5e79bbb7d28e/packages/host/apiproxy/src/api-proxy.ts#L852-L888","documentation":"Error \"subagent follow-up is temporarily unavailable\" thrown in deepseek-ai/deepseek-harness.","triggerScenarios":"Thrown at packages/host/apiproxy/src/api-proxy.ts:870 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Wait for the in-flight state to settle and retry the subagent follow-up."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b150a551b8d465e31e418e1b2eaf5e79bbb7d28e","analyzedAt":"2026-08-24T18:12:29.105Z","schemaVersion":2},"datasetVersion":"2026-08-24T22:17:12.610Z"}