{
  "name": "@jmcombs/pi-headroom",
  "version": "2.0.0",
  "description": "Pi extension that compresses the whole conversation each LLM call via the local Headroom proxy, with graceful passthrough when it is unreachable.",
  "homepage": "https://github.com/jmcombs/pi-extensions/tree/main/packages/headroom",
  "repository": {
    "type": "git",
    "url": "https://github.com/jmcombs/pi-extensions.git",
    "directory": "packages/headroom"
  },
  "bugs": {
    "url": "https://github.com/jmcombs/pi-extensions/issues"
  },
  "license": "MIT",
  "author": "Jeremy Combs",
  "type": "module",
  "main": "./index.ts",
  "types": "./index.ts",
  "files": [
    "index.ts",
    "autoretrieve.ts",
    "client.ts",
    "compress.ts",
    "pi-format.ts",
    "query.ts",
    "status.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "headroom",
    "context-compression",
    "tokens"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/jmcombs/pi-extensions/main/assets/headroom/preview.png"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "@jmcombs/pi-1password": "^1.0.2 || ^2.0.0",
    "headroom-ai": "^0.22.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
