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