v0.1.22
Latest- ๐งฒ 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).
Technical change list
- one-shot: spawn new nodes and groups at the visible viewport centre by @TraX22 in https://github.com/TraX22/HydraOps/pull/37
- telegram: render markdown bold and headings in outgoing messages by @TraX22 in https://github.com/TraX22/HydraOps/pull/38
- chat: show the LLM and token cost at the foot of agent replies by @TraX22 in https://github.com/TraX22/HydraOps/pull/39
- fetch_url: fall back to the site's RSS feed when blocked by bot protection by @TraX22 in https://github.com/TraX22/HydraOps/pull/40
- api: bump multer to 2.3.0 (DoS via fd leak on aborted uploads) by @TraX22 in https://github.com/TraX22/HydraOps/pull/41
Full Changelog: https://github.com/TraX22/HydraOps/compare/v0.1.21...v0.1.22