Skip to content

v0.1.22

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 12:33
· 1 commit to main since this release

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