- Convert sync filesystem and DuckDB operations to async across API routes, workspace lib, and active-runs to prevent event loop blocking during tree discovery, object lookups, and database queries - Add "tags" field type for free-form string arrays with parse-tags utility, TagsBadges/TagsInput UI components, filter operators, and CRM skill docs - Preserve rich text formatting (bold, italic, code, @mentions) in user chat messages by sending HTML alongside plain text through the transport layer - Detect empty-stream errors, improve agent error emission, and add file mutation queues for concurrent write safety in active-runs - Add pre-publish standalone node_modules verification in deploy script checking serverExternalPackages are present - Extract syncManagedSkills and discoverWorkspaceDirs for multi-workspace skill syncing, add ensureSeedAssets for runtime app dir - Bump version 2.1.1 → 2.1.4
25 lines
471 B
JSON
25 lines
471 B
JSON
{
|
|
"name": "dench",
|
|
"version": "2.1.4",
|
|
"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.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
}
|
|
}
|