Skip to content

v0.21.0

Choose a tag to compare

@nicobailon nicobailon released this 10 Aug 23:42
· 101 commits to main since this release

Added

  • Added per-tool and per-command registration gates plus image and PDF extraction gates. Thanks @jaudiger for issue #234.
  • Added summaryGenerationDeadlineMs to configure the summary model deadline for curator and auto-summary workflows. Thanks @cataldoc for issue #237.

Fixed

  • Store full fetched content in an external cache instead of embedding it in session JSONL entries, preventing large search-heavy sessions from ballooning on restore. Thanks Igor Samokhovets (@samohovets) for issue #236.
  • Document get_search_content parameter constraints in the tool schema. Thanks @iwangjie for PR #233.