@coze/cli 0.2.0-alpha.bdb5d3 → 0.2.0-alpha.c23a50
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 -0
- package/lib/cli.js +3 -3
- package/lib/fetch-client-DC0c3ox3.js +1 -0
- package/lib/{index-CTFuRdpB.js → index-DNmOe3vH.js} +1 -1
- package/lib/send-message.worker.js +1 -1
- package/lib/session-task-refresh.worker.js +1 -1
- package/lib/task-worker-4JFWlT-Q.js +1 -0
- package/package.json +1 -1
- package/skills/manifest.json +6 -10
- package/skills/using-coze-cli/SKILL.md +3 -5
- package/skills/using-coze-cli/coze-claw/MODULE.md +1 -1
- package/skills/using-coze-cli/coze-code/MODULE.md +74 -1
- package/skills/using-coze-cli/coze-code/references/coze-code-project.md +35 -1
- package/skills/using-coze-cli/coze-file/MODULE.md +1 -1
- package/skills/using-coze-cli/coze-generate/MODULE.md +1 -1
- package/lib/fetch-client-BrXOi9r2.js +0 -1
- package/lib/task-worker-CP9sbTju.js +0 -1
- package/skills/using-coze-cli/coze-project/MODULE.md +0 -125
- package/skills/using-coze-cli/coze-project/references/coze-project-files.md +0 -284
- package/skills/using-coze-cli/coze-project/references/coze-project-query.md +0 -177
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ View and switch organizations to set the default Organization ID for subsequent
|
|
|
65
65
|
| `coze organization list` | List all accessible organizations and their enterprises |
|
|
66
66
|
| `coze organization use <org_id>` | Set the default organization (auto-saves Enterprise ID) |
|
|
67
67
|
| `coze organization use` | Switch to personal account (clears Organization and Enterprise) |
|
|
68
|
+
| `coze organization unset` | Clear the organization context (alias: `reset`; same as `use` with no org_id) |
|
|
68
69
|
|
|
69
70
|
Alias: `coze org`
|
|
70
71
|
|