- Updated CHANGELOG.md, CONTRIBUTING.md, pyproject.toml, rp/__main__.py, rp/commands/help_docs.py, rp/input_handler.py, rp/research.md, rp/tools/filesystem.py, rp/tools/minigit.py, and rp/tools/patch.py to replace 'assistant' and 'PR Assistant' with 'rp'
- Bumped version from 1.59.0 to 1.60.0 in pyproject.toml
- Added show_diff parameter to search_replace and apply_patch functions with visual diff output support
- Changed default commit author from 'RP Assistant' to 'rp' in minigit tool
Delete the pr/ directory and all its submodules: pr/__init__.py, pr/__main__.py, pr/agents/ (agent_communication.py, agent_manager.py, agent_roles.py), pr/autonomous/ (detection.py, mode.py), pr/cache/, pr/config/, pr/core/, and pr/tools/. Update the Makefile implode target to use python -m rp.implode instead of direct cp. Add changelog entry for version 1.13.0 documenting the switch to synchronous HTTP client.