2026.5.15 — The One With the New Workflow

Released 2026-05-15

← All releases

What's New

  • Added a brand‑new workflow publishing workflow, letting you push ready‑made workflows straight to the ElasticClaw registry.
  • Introduced validation of workflows and their workspaces during the push process, catching missing fields before they hit production.
  • Rolled out a context‑window usage display, so you can see at a glance how much of the model’s context is being consumed.
  • Added repository support to the workflow system, enabling workflows to declare and use external repos directly.

Improvements

  • Fixed token handling so authentication tokens are now applied consistently across all API calls.
  • Refined the repository addition process, streamlining how repos are attached to workflows.
  • Enhanced internal bug‑research tooling around workflows, giving developers faster insight when something goes awry.

Fixes

  • Resolved shortcut polling issues that caused intermittent timeouts.
  • Corrected pipeline “move_issue” logic to correctly resolve the issue tracker via workflow integration.
  • Fixed the stories/search shortcut to return a plain array instead of a wrapped `{data: [...]}` object.
  • Ensured settings export now carries the analytics section in static builds.
  • Added required ‘repos’ field validation for GitHub‑issues workflows, preventing malformed configurations.
  • Updated the bridge protocol from version 3 to 4, aligning with the latest server expectations.

Raw Changelog

Show raw git changelog
text
fa9ec97 fix: shortcut polling and pipeline move_issue (#227) (Marc Campbell)
67c93c8 Revert "fix(shortcut): stories/search returns array, not {data: [...]} wrapper" (Marc Campbell)
6f2ea7c Revert "fix(pipeline): use workflow integration to determine issue tracker for move_issue" (Marc Campbell)
ab33c57 fix(pipeline): use workflow integration to determine issue tracker for move_issue (Marc Campbell)
2ee26b1 fix(shortcut): stories/search returns array, not {data: [...]} wrapper (Marc Campbell)
b8142bb bump (Marc Campbell)
0b58487 publish new workflow (Marc Campbell)
0d000ce bug research workflow (Marc Campbell)
89ab449 feat: validate workflow and workspace during push (#222) (elasticclaw-workflow[bot])
357bfd4 feat: implement context window usage display (#219) (elasticclaw-workflow[bot])
5da3bc8 fix(settings): include analytics section in static export params (#221) (Marc Campbell)
07d6e13 properly use the token (Marc Campbell)
6934c12 fix(poll): require 'repos' for github-issues workflows (#218) (Marc Campbell)
cbb8cc1 fix(bridge): upgrade protocol version from 3 to 4 (#217) (Marc Campbell)
b8ba24c adding repos (Marc Campbell)
a13a5db adding repos to the workflow (Marc Campbell)