mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-22 09:58:06 +00:00
- Rename internal/plugins/openclaw/ -> internal/plugins/clawhubadapter/ - Add RegistryDispatcher with 5 sub-registries (Tool, Provider, Channel, Stage, Cap) - Add clawhubadapter_search tool for ClawHub marketplace search - Add clawhub: prefix support for installing from ClawHub (ZIP/tgz auto-detect) - Add CallProvider RPC and provider/call routing - Fix QQ interrupt: check interceptCh before/after each tool execution
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"name": "oc-pkg",
|
|
"version": "2.0.0",
|
|
"description": "OC plugin with package.json entry discovery",
|
|
"openclaw": {
|
|
"extensions": ["lib/entry.js"]
|
|
}
|
|
}
|