Release v1.0.2: Actual Hotfix (v1.0.1 correction)
Hotfix Release v1.0.2
New Features
- ✅ Added
get_current_directory()function - equivalent topwdcommand- 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
- Location:
Bug Fixes
- ✅ Fixed
load_writers()helper function removing non-existentfile_editorreference - ✅ Added proper file operations to
load_writers():append_to_fileinsert_at_linereplace_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