mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[PR #72] Real-Time Interactive Terminal #71
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/72
Author: @fahadkhan-fk
Created: 2/16/2026
Status: 🔄 Open
Base:
develop← Head:feature-terminal📝 Commits (10+)
3b0c803feat: add terminal_start related functionality4e48b45feat: add terminal_input related functionalityed3fff6feat: add terminal_resize related functionalityaade362feat: add terminal_kill related functionalityf45477afeat: add more changesf9cbd91feat: reuse msgpack handle and add debug logs68f3ebdfeat: handle cleaned-up sessions by returning nil2bd02a5feat: improve terminal streaming efficiency046a1c2feat: add windows conpty based terminal support6ce928efeat: implement terminal rpcs with windows and linux support📊 Changes
15 files changed (+1118 additions, -0 deletions)
View changed files
📝
.gitignore(+3 -0)📝
agent/agent.go(+200 -0)📝
agent/agent_unix.go(+16 -0)📝
agent/rpc.go(+104 -0)➕
agent/terminal_windows.go(+516 -0)➕
agent/terminal_windows_selector.go(+25 -0)➕
agent/terminal_windows_winpty.go(+153 -0)➕
agent/winpty_bins/386/winpty-agent.exe(+0 -0)➕
agent/winpty_bins/386/winpty.dll(+0 -0)➕
agent/winpty_bins/amd64/winpty-agent.exe(+0 -0)➕
agent/winpty_bins/amd64/winpty.dll(+0 -0)➕
agent/winpty_embed_windows.go(+8 -0)➕
agent/winpty_install_windows.go(+87 -0)📝
go.mod(+2 -0)📝
go.sum(+4 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.