fix: restore mobile virtual keyboard flow

This commit is contained in:
2026-05-12 12:00:44 -04:00
parent 541e0e1fe8
commit 1696391441
5 changed files with 190 additions and 242 deletions
+4
View File
@@ -54,3 +54,7 @@ Run `go run ./cmd/webterm` to start the server on port 8080.
- The `SessionConnector` interface decouples session I/O from the WebSocket layer
- Docker integration uses raw HTTP against the Docker socket (no Docker SDK dependency)
- Version is read from the `VERSION` file and injected via `-ldflags` at build time
## Debugging Rule
Before making a second patch for the same bug, identify the exact callsite that causes the side effect. Trace the real owner of the behavior end-to-end, including dependency code such as `ghostty-web` when necessary, instead of stacking app-level symptom fixes.