{
  "name": "dsh-opencode-session-header",
  "version": "0.1.0",
  "description": "Per-conversation x-opencode-session header injection for OpenCode Go in DeepSeek Harness (DSH). Fixes 400 MissingSessionID, keeps prompt-cache routing optimal, scoped strictly to opencode.ai, runtime-switchable without restart.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "license": "MIT",
  "author": "beihzb <zhang2357@mail.ustc.edu.cn>",
  "homepage": "https://github.com/beihzb/dsh-opencode-session-header#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beihzb/dsh-opencode-session-header.git"
  },
  "bugs": {
    "url": "https://github.com/beihzb/dsh-opencode-session-header/issues"
  },
  "keywords": [
    "deepseek-harness",
    "dsh",
    "dsh-plugin",
    "opencode",
    "opencode-go",
    "opencode-zen",
    "x-opencode-session",
    "missing-session-id",
    "prompt-caching",
    "header-injection",
    "coding-agent",
    "llm-gateway"
  ],
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "README.zh-CN.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node tests/smoke.mjs",
    "prepublishOnly": "npm test"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  }
}
