mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
b2ca78512f
- define the Command Pack API and integrate pack loading into the CLI runtime - add product-specific package, command prefix, and credential access policies - add plugin install, link, list, and remove commands - add validation, tests, documentation, and generated command references
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"name": "@ali/bailian-plugin-agent",
|
|
"version": "0.0.0-test",
|
|
"private": true,
|
|
"type": "module",
|
|
"bailianCli": {
|
|
"type": "command-pack",
|
|
"apiVersion": 1,
|
|
"entry": "./commands.mjs",
|
|
"minCliVersion": "1.7.0"
|
|
}
|
|
}
|