feat: add xterm.js web terminal and minigit version control tool with 14 file changes

This commit is contained in:
2025-11-11 16:04:46 +00:00
parent 87f0769f59
commit 5b7a358bf7
5 changed files with 56 additions and 33 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 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.
**Changes:** 14 files, 452 lines
**Languages:** Markdown (12 lines), Python (436 lines), TOML (4 lines)
## 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.