fix: restore mobile virtual keyboard flow
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user