v0.1.21
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