feat: add --info flag and dynamic reasoning visibility to autonomous executor
- Added --info CLI argument to __main__.py for showing detailed reasoning and progress - Made reasoning engine and task verifier visibility dynamic based on assistant.verbose in autonomous/mode.py - Removed hardcoded VISIBLE_REASONING constant usage in favor of instance-level visible_reasoning attribute
This commit is contained in:
@@ -1,8 +1,44 @@
|
||||
# Changelog
|
||||
|
||||
## Version 1.65.1 - 2025-12-03
|
||||
|
||||
Enterprise-grade Python 3.13 compatibility and improved pipx installation experience.
|
||||
|
||||
**Breaking Changes:** None
|
||||
|
||||
**New Features:**
|
||||
- Full Python 3.13 compatibility with custom image validation
|
||||
- Enterprise-level installation support for pipx
|
||||
- Comprehensive installation verification script
|
||||
- Detailed troubleshooting documentation
|
||||
|
||||
**Bug Fixes:**
|
||||
- Replaced deprecated imghdr module with custom image_validator
|
||||
- Fixed ModuleNotFoundError on Python 3.13+
|
||||
|
||||
**Documentation:**
|
||||
- Added INSTALL.md with detailed installation instructions
|
||||
- Added TROUBLESHOOTING.md with comprehensive troubleshooting guide
|
||||
- Added verify_installation.py script for installation validation
|
||||
- Added MANIFEST.in for proper package distribution
|
||||
|
||||
**Technical Changes:**
|
||||
- Created rp.utils.image_validator module for image type detection
|
||||
- Updated web.py to use new image validation
|
||||
- Enhanced pyproject.toml with complete metadata
|
||||
- Regenerated rp_compiled.py with new dependencies
|
||||
|
||||
**Changes:** 7 files, 450+ lines
|
||||
**Languages:** Markdown (350 lines), Python (100 lines)
|
||||
|
||||
|
||||
|
||||
## Version 1.65.0 - 2025-11-29
|
||||
|
||||
You can now track costs, manage budgets, and monitor usage with new commands. The assistant's name is now "rp," and we've added support for web terminals and improved error handling.
|
||||
|
||||
**Changes:** 14 files, 1390 lines
|
||||
**Languages:** Markdown (8 lines), Python (1086 lines), TOML (2 lines), Text (294 lines)
|
||||
|
||||
## Version 1.64.0 - 2025-11-29
|
||||
|
||||
|
||||
Reference in New Issue
Block a user