mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
🤖 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>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "headroom-opencode",
|
|
"version": "0.36.3",
|
|
"description": "Headroom proxy integration plugin for OpenCode - routes LLM traffic through the Headroom proxy for token compression",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"hook-shim",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"build:standalone": "tsup --config tsup.standalone.config.ts",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"typecheck": "node node_modules/@typescript/native/bin/tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "^1.18.2",
|
|
"headroom-ai": "^0.22.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@ai-sdk/openai-compatible": "*",
|
|
"@ai-sdk/provider": "*",
|
|
"ai": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@ai-sdk/openai-compatible": {
|
|
"optional": true
|
|
},
|
|
"@ai-sdk/provider": {
|
|
"optional": true
|
|
},
|
|
"ai": {
|
|
"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.10"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.28.1"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|