fix(terminal): prevent infinite reconnect loop on Windows hosts (#336)

This commit is contained in:
lifu963
2026-03-21 21:45:40 +08:00
committed by GitHub
parent ae39fc5e77
commit 895654ddf6
12 changed files with 165 additions and 21 deletions
+3 -1
View File
@@ -97,7 +97,9 @@ Yes. Open any session and use the chat interface to send messages directly to th
### Can I access a terminal remotely?
Yes. Open a session in the web app and tap the Terminal tab for a remote shell.
Yes, on Linux and macOS hosts. 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.
### How do I use voice control?