feat: add directory context tool and refresh system message across assistant flows

This commit is contained in:
2025-11-11 11:34:41 +00:00
parent abf1240d37
commit 87f0769f59
14 changed files with 394 additions and 58 deletions
+12
View File
@@ -1,5 +1,11 @@
# Changelog
## Version 1.58.0 - 2025-11-11
Integrated web terminal interface with full xtermjs support. The web interface provides a browser-based terminal connected to the RP assistant, running on port 7331. Features include PTY-based terminal emulation, WebSocket communication, automatic window resizing, and new tool calls for server management.
**Changes:** 8 files, 450+ lines
**Languages:** HTML (85 lines), Python (350+ lines), TOML (8 lines)
@@ -7,6 +13,12 @@
## 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.
**Changes:** 5 files, 498 lines
**Languages:** Markdown (8 lines), Python (488 lines), TOML (2 lines)
## Version 1.56.0 - 2025-11-11