@coze/cli 0.3.5-alpha.25707a → 0.3.5-alpha.36f3e2
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 +2 -2
- package/lib/cli.js +3 -3
- package/package.json +1 -1
- package/skills/manifest.json +6 -6
- package/skills/using-coze-cli/SKILL.md +2 -2
- package/skills/using-coze-cli/coze-claw/MODULE.md +1 -1
- package/skills/using-coze-cli/coze-code/MODULE.md +6 -9
- package/skills/using-coze-cli/coze-code/references/coze-code-project.md +5 -19
- package/skills/using-coze-cli/coze-file/MODULE.md +1 -1
- package/skills/using-coze-cli/coze-generate/MODULE.md +1 -1
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ coze code project list --size 20 --has-published
|
|
|
133
133
|
| Option | Description |
|
|
134
134
|
| ------------------------ | ----------------------------------------------------------------------------------------------------- |
|
|
135
135
|
| `--message <message>` | **(required)** Project description/requirements in natural language |
|
|
136
|
-
| `--type <type>` | **(required)** Project type: `agent` \| `workflow` \| `app` \| `skill` \| `web` \| `miniprogram` \| `assistant`
|
|
136
|
+
| `--type <type>` | **(required)** Project type: `agent` \| `workflow` \| `app` \| `skill` \| `web` \| `miniprogram` \| `assistant` |
|
|
137
137
|
| `--wait` | Wait for project creation to complete (also waits for the first AI message response) |
|
|
138
138
|
| `--chat-mode <chatMode>` | Chat mode: `ask` \| `agent` \| `dangerous_confirm` \| `plan` |
|
|
139
139
|
| `--model-name <name>` | Model name for the project |
|
|
@@ -148,7 +148,7 @@ coze code project list --size 20 --has-published
|
|
|
148
148
|
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
|
|
149
149
|
| `--size <size>` | Number of projects to return (default: 10) |
|
|
150
150
|
| `--cursor-id <cursorId>` | Cursor for pagination |
|
|
151
|
-
| `--type <type>` | Filter by type (can pass multiple times): `agent` \| `workflow` \| `webapp` \| `app` \| `web` \| `miniprogram` \| `assistant`
|
|
151
|
+
| `--type <type>` | Filter by type (can pass multiple times): `agent` \| `workflow` \| `webapp` \| `app` \| `web` \| `miniprogram` \| `assistant` |
|
|
152
152
|
| `--name <name>` | Filter by project name |
|
|
153
153
|
| `--has-published` | Filter by publish status |
|
|
154
154
|
| `--search-scope <n>` | Created by (0=All, 1=CreateByMe, 2=AllWithCollaborator) |
|