mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-19 09:43:37 +00:00
* fix: orphan agents now grouped under main in agent tree Agents without parentAgentId, own bot, or binding-based inference (e.g. dynamically created sub-agents like codex-worker) were incorrectly displayed as top-level roots. They now default to main's subtree. Bump version to 0.9.4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * cleanup: drop archived workflow skill defaults * release: v1.0.0-rc1 — feature freeze for stable release Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: dtzp555 <dtzp555@gmail.com>
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "openclaw-manager",
|
|
"version": "1.0.0-rc1",
|
|
"description": "A local web UI for managing OpenClaw AI agents \u2014 no npm install required",
|
|
"main": "openclaw-manager.js",
|
|
"scripts": {
|
|
"start": "node openclaw-manager.js",
|
|
"start:dir": "node openclaw-manager.js --dir"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"ai-agent",
|
|
"telegram-bot",
|
|
"llm",
|
|
"local-ui",
|
|
"no-dependencies"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {}
|
|
}
|