feat: rename all assistant references to rp across docs, config, and source files

- 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
This commit is contained in:
2025-11-11 18:53:22 +00:00
parent 5b7a358bf7
commit aba7289017
12 changed files with 63 additions and 25 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
# Changelog
## Version 1.60.0 - 2025-11-11
You can now use a web-based terminal and minigit tool. We've also improved error handling and increased the timeout for HTTP requests.
**Changes:** 5 files, 89 lines
**Languages:** Markdown (8 lines), Python (79 lines), TOML (2 lines)
## Version 1.59.0 - 2025-11-11
You can now use a web-based terminal powered by xterm.js, and basic version control is available with the new minigit tool.
@@ -23,7 +31,7 @@ Integrated web terminal interface with full xtermjs support. The web interface p
## Version 1.57.0 - 2025-11-11
The RP Assistant now includes basic version control functionality using Minigit. This allows users to track changes and manage versions of their RP configurations.
The rp now includes basic version control functionality using Minigit. This allows users to track changes and manage versions of their RP configurations.
**Changes:** 5 files, 498 lines
**Languages:** Markdown (8 lines), Python (488 lines), TOML (2 lines)