openclaw/packages/dench/package.json
kumarabhirup ec73141a01
chore: bump version to 2.0.16 and enhance feedback API message handling
Update package versions for denchclaw and dench to 2.0.16. Refactor feedback API to convert chat lines into PostHog-compatible messages, preserving chronological order and including tool calls and results. Improve test cases to reflect changes in message handling.
2026-03-05 21:38:55 -08:00

25 lines
473 B
JSON

{
"name": "dench",
"version": "2.0.16",
"description": "Shorthand alias for denchclaw — AI-powered CRM platform CLI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/openclaw/openclaw.git",
"directory": "packages/dench"
},
"bin": {
"dench": "dench.mjs"
},
"files": [
"dench.mjs"
],
"type": "module",
"dependencies": {
"denchclaw": "^2.0.16"
},
"engines": {
"node": ">=22.12.0"
}
}