Skip to content

Release v0.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Feb 02:31
· 1622 commits to main since this release

Highlights

  • Python bindings with LangChain and Deep Agents integrations
  • Sandboxed git support (branch, checkout, diff, reset)
  • Bash/sh script execution commands
  • Virtual filesystem improvements: /dev/null support, duplicate name prevention, FsBackend trait

What's Changed

  • feat(interpreter): add bash and sh commands for script execution (#154) by @chaliy
  • fix(vfs): prevent duplicate file/directory names + add FsBackend trait (#153) by @chaliy
  • feat(python): add Deep Agents integration with shared VFS (#152) by @chaliy
  • test(fs): add file size reporting tests (#150) by @chaliy
  • chore(ci): bump github-actions group dependencies (#149) by @chaliy
  • fix(sandbox): normalize paths and support root directory access (#148) by @chaliy
  • feat(python): add Python bindings and LangChain integration (#147) by @chaliy
  • docs: add security policy reference to README (#146) by @chaliy
  • chore: add .claude/settings.json (#145) by @chaliy
  • feat(examples): add git_workflow example (#144) by @chaliy
  • feat(git): add sandboxed git support with branch/checkout/diff/reset (#143) by @chaliy
  • test(find,ls): add comprehensive subdirectory recursion tests (#142) by @chaliy
  • fix(ls): add -t option for sorting by modification time (#141) by @chaliy
  • feat(jq): add --version flag support (#140) by @chaliy
  • feat(vfs): add /dev/null support at interpreter level (#139) by @chaliy
  • chore: clarify commit type for specs and AGENTS.md updates (#138) by @chaliy
  • feat(grep): add missing flags and unskip tests (#137) by @chaliy

Full Changelog: v0.1.1...v0.1.2