Highlights
- π§² One Shot β new nodes and groups now appear at the centre of your current view, so they never spawn off-screen after panning or zooming.
- π Chat β every agent reply now shows which LLM answered and what it cost in tokens, right next to the copy button (hover for the input/output split).
- π Telegram β reports finally render bold text and headings instead of raw markdown characters.
- π° fetch_url β when a page is behind bot protection (Cloudflare & friends), the agent now falls back to the site's RSS feed instead of giving up.
- π Security β patched multer (DoS via file-descriptor leak on aborted uploads).
What's Changed
- one-shot: spawn new nodes and groups at the visible viewport centre by @TraX22 in #37
- telegram: render markdown bold and headings in outgoing messages by @TraX22 in #38
- chat: show the LLM and token cost at the foot of agent replies by @TraX22 in #39
- fetch_url: fall back to the site's RSS feed when blocked by bot protection by @TraX22 in #40
- api: bump multer to 2.3.0 (DoS via fd leak on aborted uploads) by @TraX22 in #41
Full Changelog: v0.1.21...v0.1.22