| ▲ | cyanydeez a day ago | |||||||||||||||||||||||||
i dont understand. ssh allows a plethora of options for a text based IO,so why are we having to touch anything on a remote system. i get what vscode is doing, but your agent just deals in text. just build an ssh protocol and pipe it into the shell of the users choice. run parallel ssh and share connections. just seems bizarre how we are happy to install complex servers for something that is litterally just piping text. linux is here from it, why change the known secured interface . | ||||||||||||||||||||||||||
| ▲ | frenchie4111 11 hours ago | parent [-] | |||||||||||||||||||||||||
While I agree it is predominantly text getting sent over the wire, it would be pretty complex to implement harness on just a text stream without the websocket abstraction (I thought about it for a while). If you want to just SSH and run an agent you can, but the point of harness is that it has better ergonomics than a bare terminal can provide | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||