Skip to main content

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

VersionTagPublishedTargetArtifactsCommitEndpoint
v0.1.3workflow-code-cli/v0.1.32026-08-07npmnpm
v0.1.2workflow-code-cli/v0.1.22026-07-30npmnpm
v0.1.1workflow-code-cli/v0.1.12026-07-29npmnpm

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 through workflow.getRuntimeLocale().
  • [Added] Local run, json, and resolve-params, plus remote workspace run and debug-node, support --entrypoint <id> and use the default entrypoint when omitted.
  • [Added] structure validates and reports Workflow package schedule suggestions by entrypoint, IANA time zone, time window, or five-field Cron expression.
  • [Added] Workspace pack/upload/publish/download supports 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, and download support 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.