Skip to content

Release v1.0.2: Actual Hotfix (v1.0.1 correction)

Choose a tag to compare

@jwesleye jwesleye released this 29 Oct 17:09
· 37 commits to main since this release

Hotfix Release v1.0.2

⚠️ Important Note: This is the actual hotfix release. v1.0.1 contained only version number changes due to a commit ordering error during the release process. All users should upgrade directly to v1.0.2.

New Features

  • ✅ Added get_current_directory() function - equivalent to pwd command
    • Location: src/basic_open_agent_tools/system/runtime.py:15
    • Returns current working directory as a string
    • Exported in src/basic_open_agent_tools/system/__init__.py:47

Bug Fixes

  • ✅ Fixed load_writers() helper function removing non-existent file_editor reference
  • ✅ Added proper file operations to load_writers():
    • append_to_file
    • insert_at_line
    • replace_in_file

Testing

  • ✅ Added comprehensive tests for get_current_directory() (tests/system/test_runtime.py:254-280)
  • ✅ All quality checks passing (ruff, mypy, pytest)

What Happened with v1.0.1?

v1.0.1 was published with only version number changes because the code changes were not committed before creating the release tag. This release (v1.0.2) contains all the intended fixes.

🤖 Generated with Claude Code