0.2.5
[0.2.5] - 2026-04-20
Fixed
- Globstar support in
BaseSandbox.glob_info— replacedfind -namewithfind -pathso patterns like**/*.mdmatch 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 withStateBackend. (#32, by @ilayu-blip)