Skip to main content

Core release notes

Versions and complete notes for workflow-code 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/v0.1.32026-08-07npmnpm
v0.1.2workflow-code/v0.1.22026-07-30npmnpm
v0.1.1workflow-code/v0.1.12026-07-29npmnpm

workflow-code v0.1.3

  • [Important] Workflow executors no longer accept top-level fields such as workflow, params, or createInput; move them into non-empty entrypoints and set a valid defaultEntrypoint, while Conversation executors remain single-entrypoint.
  • [Added] workflow.getRuntimeLocale() and bilingual runtime errors let projects and hosts produce Simplified Chinese or English output with stable fallbacks for missing locales or translations.
  • [Added] Workflows can declare multiple independent entrypoints with defineEntrypoint(), and runtime contexts, reports, and Structure results include the actual entrypoint ID and title.
  • [Added] Kanban can declare read-only workflow-kv data sources scoped by project UUID and key prefix, then safely re-read them through revision subscriptions after source KV updates.
  • [Added] Workflows can declare suggested schedules in package.json.workflowCode.schedulePresets by entrypoint, IANA time zone, time window, or five-field Cron expression; Structure validates them without enabling them automatically.
  • [Added] Kanban supports version-level dependency locks and the project-group v1 protocol, distinguishing bundled source from external references without transferring host data.
  • [Improved] Structure resolves cross-file entrypoints from real import and export bindings and isolates same-named registries between entrypoints to prevent incorrect references and project-level overwrites.
  • [Improved] Core release notes are maintained in Chinese and English and expose locale-selectable Markdown bodies in release metadata.

workflow-code v0.1.2

  • [Added] Kanban static project types, artifact entrypoints, configuration validation, and structure reports allow dashboards to be recognized without an executor or Node.js runtime.

workflow-code v0.1.1

  • [Improved] The Core version is now the sole source of truth for Workflow runtime compatibility and is released independently.