Add Windows remote terminal support (#642)

This commit is contained in:
leko
2026-05-19 07:54:12 +08:00
committed by GitHub
parent bb04247127
commit ce2e76a42e
17 changed files with 240 additions and 29 deletions
+2 -2
View File
@@ -97,9 +97,9 @@ Yes. Open any session and use the chat interface to send messages directly to th
### Can I access a terminal remotely?
Yes, on Linux and macOS hosts. Open a session in the web app and tap the Terminal tab for a remote shell.
Yes. Open a session in the web app and tap the Terminal tab for a remote shell.
Windows hosts do not support the remote Terminal yet because the Bun PTY API used by HAPI is currently POSIX-only.
Linux and macOS hosts use Bun's POSIX PTY support. Windows hosts use Bun's ConPTY support, which requires Bun 1.3.14 or newer.
### How do I use voice control?