6 pointsby frenchie41114 hours ago2 comments
  • frenchie41114 hours ago
    When I built harness IDE one of the core goals was to stop having to leave my laptop open all the time while my agents finished the refactor.

    Launching today is harness' SSH bootstrap mode. It works very similarly to VSCode's "connect to remote" feature. Select SSH connection you already have configured, it will connect, install the harness server in ~/.harness, and then the UI will connect over websocket.

    Would love feedback if anyone gets a chance to try it out

  • cyanydeez37 minutes 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 .