CLI release notes
Versions and complete notes for workflow-code-cli come from this release unit's CHANGELOG.en.md. When available, release metadata adds exact publication times, commits, artifact counts, and release endpoints.
Sources: local package.json and each release unit's CHANGELOG.en.md preview
- Generated: 2026-08-10 15:36:54
- Workflow Server health snapshot: skipped for this generation
Version history
| Version | Tag | Published | Target | Artifacts | Commit | Endpoint |
|---|---|---|---|---|---|---|
| v0.1.3 | workflow-code-cli/v0.1.3 | 2026-08-07 | npm | — | — | npm |
| v0.1.2 | workflow-code-cli/v0.1.2 | 2026-07-30 | npm | — | — | npm |
| v0.1.1 | workflow-code-cli/v0.1.1 | 2026-07-29 | npm | — | — | npm |
workflow-code-cli v0.1.3
- [Important] Project-group packaging and downloads exclude PersistentValue data and CLI credentials, verify every source package with SHA-256, and reject self-references, lock mismatches, or modified responses.
- [Added] Global
--locale <zh-CN|en>switches local and Workspace output and propagates to Server and the Workflow runtime, where projects can read the host language throughworkflow.getRuntimeLocale(). - [Added] Local
run,json, andresolve-params, plus remote workspacerunanddebug-node, support--entrypoint <id>and use the default entrypoint when omitted. - [Added]
structurevalidates and reports Workflow package schedule suggestions by entrypoint, IANA time zone, time window, or five-field Cron expression. - [Added] Workspace
pack/upload/publish/downloadsupports delivering, deploying, and restoring Kanban project groups against exact dependency locks without transferring KV or other host data. - [Improved] CLI release notes are maintained in Chinese and English, and Docs displays the matching version for the active documentation language.
workflow-code-cli v0.1.2
- [Important] Project packaging reads only the root
.workflowignore; after upgrading, explicitly exclude credentials, dependency directories, and temporary files there. - [Added]
workspace pack,upload,publish, anddownloadsupport static Kanban projects and preserve binary assets such as images and fonts during upload and restore.
workflow-code-cli v0.1.1
- [Improved] The CLI now has an independent version and release tag and declares its compatible Core range through a peer dependency.