Skip to content

v0.1.21

Choose a tag to compare

@github-actions github-actions released this 08 Sep 15:06
· 7 commits to main since this release

Highlights

  • πŸ—‚οΈ One Shot: group frames β€” drop nodes into a titled, colour-tinted frame (Substance style) and drag the whole group together; resize it, paint it from the palette, pull a node out to ungroup it.
  • ✨ One Shot: cleaner connections β€” curves replace the overlapping right-angle lines, always leaving and entering perpendicular to their dot, and Clear now asks before wiping the canvas.
  • πŸ“ˆ Diagrams in chat β€” agents can answer with real Mermaid diagrams (flowcharts, sequences, pies, timelines) rendered right in the conversation, in both themes.
  • 🧠 Smarter scheduled runs β€” cron tasks no longer see old chat history, so agents stop accidentally re-executing stale instructions from days ago.

What's Changed

  • workers: keep stale chat history out of the model context by @TraX22 in #34
  • chat: render mermaid diagrams in agent replies by @TraX22 in #35
  • one-shot: connection routing fixes, clear confirmation and group frames by @TraX22 in #36

Full Changelog: v0.1.20...v0.1.21