Releases: Open-Agent-Tools/Basic-Agent-Chat-Loop
Releases · Open-Agent-Tools/Basic-Agent-Chat-Loop
v0.1.1 - Relative Imports & Documentation
What's New in v0.1.1
🐛 Fixes
- Relative Import Support - Agents with relative imports (from .module or from ..module) now work correctly on all platforms including Windows
- Added package root detection by walking up directory tree
- Set proper package attribute for Python import system
- Support for both same-level and parent-level relative imports
- Added comprehensive tests for relative import scenarios
📚 Documentation
- Added PyPI, tests, and coverage badges to README
- Complete INSTALL.md rewrite with platform-specific instructions
- New TROUBLESHOOTING.md with common issues and solutions
- Auto-setup documentation for .chatrc and ~/.prompts/
✅ Testing
- Added 2 new tests for relative imports (156 total tests passing)
- Verified Windows installation and compatibility
Installation
pip install basic-agent-chat-loopUpgrade from 0.1.0
pip install --upgrade basic-agent-chat-loopFull Changelog: v0.1.0...v0.1.1
v0.1.0 - Initial Release
This is the first public release of Basic Agent Chat Loop, a feature-rich interactive CLI for AI agents.
Key Highlights
🏷️ Save agents as aliases for quick access
💰 Track token usage and costs
📝 Reusable prompt templates
⚙️ Flexible YAML configuration
🎨 Rich markdown rendering
🔄 Automatic error recovery
📊 Real-time status updates
✅ Comprehensive test coverage (61%)
Installation
pip install basic-agent-chat-loopQuick Start
# Save an alias
chat_loop --save-alias myagent path/to/agent.py
# Run chat
chat_loop myagentSee CHANGELOG.md for full details.