Skip to content

Release v1.0.1: Hotfix Release

Choose a tag to compare

@jwesleye jwesleye released this 29 Oct 17:04
· 39 commits to main since this release

Hotfix Release v1.0.1

New Features

  • Added get_current_directory() function - equivalent to pwd command for getting current working directory (src/basic_open_agent_tools/system/runtime.py:15)

Bug Fixes

  • Fixed load_writers() helper function removing non-existent file_editor reference
  • Replaced with proper file operations: append_to_file, insert_at_line, and replace_in_file

Testing

  • Added comprehensive tests for get_current_directory() function
  • All quality checks passing (ruff, mypy, pytest)

🤖 Generated with Claude Code