Skip to content

Releases: codemcp/workflows

Release v6.22.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:33

6.22.1 (2026-06-27)

Bug Fixes

  • cli: bundle js-yaml into CLI dist to prevent ERR_MODULE_NOT_FOUND on npx (7ac4e2f)

Release v6.22.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:08

6.22.0 (2026-06-27)

Features

  • system-prompt: rewrite agent prompt to be tech-agnostic with subagent delegation (455973f)

Bug Fixes

  • allow subagents and skills in kiro configurator (b2d1a81)

Release v6.21.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:01

6.21.0 (2026-06-26)

Features

  • model capability routing for workflow phases (e3a1839)

Bug Fixes

  • allow creating tests in reproduce phase (a22e282)

Release v6.20.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 07:15

6.20.2 (2026-06-03)

Bug Fixes

  • opencode-plugin: use SDK types directly and harden ask() against return-type changes (419fec1)

Release v6.20.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:09

6.20.1 (2026-06-02)

Bug Fixes

  • visualizer: margins in visualizer (532906d)

Release v6.20.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 07:00

6.20.0 (2026-06-02)

Features

  • add true terminal states to all workflows with $DONE_DEFAULT instruction (a32e651)

Bug Fixes

  • qrspi: more engagement requested (f71ee72)

Release v6.19.2

Choose a tag to compare

@github-actions github-actions released this 27 May 09:49

6.19.2 (2026-05-27)

Release v6.19.0

Choose a tag to compare

@github-actions github-actions released this 26 May 18:10

6.19.0 (2026-05-26)

Features

  • add QRSPI workflow for complex creative challenges (f3cfa16)

Bug Fixes

  • add missing allowed_file_patterns, review_perspectives, and domain to schema (2dcd4bc)
  • restore commit phase action categories while keeping principle-driven style (6aece89)

Documentation

  • update development plan with final key decisions (0a10229)

Code Refactoring

  • make QRSPI instructions principle-driven with sharp phase separation (ae97e57)

Release v6.18.4

Choose a tag to compare

@github-actions github-actions released this 07 May 18:47

6.18.4 (2026-05-07)

Bug Fixes

  • embed workflow descriptions in tool description instead of .describe() (1bf74b1)

Documentation

  • record exhaustive registry bridge research in development plan (df8ebe3)

Release v6.18.3

Choose a tag to compare

@github-actions github-actions released this 07 May 16:47

6.18.3 (2026-05-07)

Bug Fixes

  • add tool.definition hook to bridge zod registry descriptions to host (08126a0)
  • restore correct agent context after implicit compaction in proceed_to_phase (3890751)