headroom/plugins/openclaw/package.json
JD Davis 87e71dd100
chore: release 0.36.3 (#3188)
🤖 I have created a release *beep* *boop*
---


##
[0.36.3](https://github.com/headroomlabs-ai/headroom/compare/v0.36.2...v0.36.3)
(2026-08-21)


### Bug Fixes

* **proxy/responses:** lift Codex >= 0.149.0 additional_tools into
top-level tools
([#3186](https://github.com/headroomlabs-ai/headroom/issues/3186))
([25ca580](25ca580825))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-21 14:57:44 -07:00

58 lines
1.2 KiB
JSON

{
"name": "headroom-openclaw",
"version": "0.36.3",
"description": "Headroom context compression plugin for OpenClaw — 70-90% token savings with zero LLM calls",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"hook-shim",
"openclaw.plugin.json",
"README.md"
],
"scripts": {
"build": "tsup && node prepare-dist.mjs",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "node node_modules/@typescript/native/bin/tsc --noEmit"
},
"dependencies": {
"headroom-ai": "^0.22.3"
},
"peerDependencies": {
"openclaw": "*"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"devDependencies": {
"@typescript/native": "npm:typescript@^7.0.2",
"@types/node": "^26.1.1",
"tsup": "^8.0.0",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"overrides": {
"esbuild": "^0.28.1"
},
"openclaw": {
"hooks": [
"./hook-shim"
],
"extensions": [
"./dist/index.js"
],
"capabilities": {
"network": {
"allow": [
"http://*:*",
"https://*:*"
]
}
}
},
"license": "Apache-2.0"
}