nolo-cli 0.1.54 → 0.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.js +15230 -68267
- package/package.json +2 -23
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ nolo agent smoke-current <agentKey> --msg "ping"
|
|
|
152
152
|
nolo agent list
|
|
153
153
|
nolo agent switch <agent>
|
|
154
154
|
nolo agent read <agent>
|
|
155
|
-
nolo agent update <agent> --model gpt-5.
|
|
155
|
+
nolo agent update <agent> --model gpt-5.6-terra --cli-provider codex --api-source cli
|
|
156
156
|
nolo agent run <agent> "检查最近失败任务"
|
|
157
157
|
nolo agent run frontend-implementer --msg "修一个小的通知弹窗 CSS 问题"
|
|
158
158
|
nolo agent list --space <space>
|