Skip to content

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 05 Sep 17:34
· 11 commits to main since this release

Highlights

  • πŸ”Ž recall β€” agents can now search their own past conversations, remembering things beyond the recent history.
  • 🌱 Better defaults β€” new agents are born with web search, page reading, remember and recall already granted; everything else stays off until you allow it.
  • 🎨 One Shot polish β€” pick an icon for each node and paint node headers from a 24-colour palette; create several connections from the same dot.
  • πŸ“š Manual caught up β€” agents, add-ons and plugins pages now match the app; transitive dependency vulnerabilities patched.

What's Changed

  • deps: patch transitive vulnerabilities (Dependabot batch of Sept 4) by @TraX22 in #28
  • addons: add recall tool (episodic memory search over past tasks) by @TraX22 in #29
  • api: seed new agents with web_search, fetch_url, remember and recall by @TraX22 in #30
  • one-shot: per-node icon picker and header colour palette by @TraX22 in #31
  • one-shot: allow several connections from the same connector dot by @TraX22 in #32
  • docs: catch the manual up with tools gating, agent memory and One Shot by @TraX22 in #33

Full Changelog: v0.1.19...v0.1.20