Skip to content

0.2.5

Choose a tag to compare

@DEENUU1 DEENUU1 released this 20 Apr 21:33
· 90 commits to main since this release

[0.2.5] - 2026-04-20

Fixed

  • Globstar support in BaseSandbox.glob_info — replaced find -name with find -path so patterns like **/*.md match nested files. Previously sandbox backends silently returned empty results for globstar patterns, breaking callers that rely on recursive discovery (e.g. pydantic-deep's skills toolset). Behavior now aligns with StateBackend. (#32, by @ilayu-blip)