From 8513283eae95d94ff661eee6932ac033e7a0d355 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Wed, 4 Feb 2026 21:49:09 +0000 Subject: [PATCH] Known issues --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9760347..07b28c4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Coupled with [`agentbox`](https://github.com/rcarmo/agentbox), you can use it to - **No Authentication** - this is meant to be used inside a dedicated container, and you should set up an authenticating reverse proxy like `authelia` - **No Encryption (TLS/HTTPS)** - again, this is meant to be fronted by something like `traefik` or `caddy` +## Known Issues + +- `pyte` (the library used to capture the underlying terminal state for screenshots) is buggier than a bait store and some partial screen clearing ANSI sequences don't work, resulting in occasionally mis-rendered screenshots. And yet, it is better than most other alternatives, so I'm waiting for `libghostty-vt` to be finished to port this whole thing to Go (or even plain C) and have full fidelity. + ## Installation Install directly from GitHub: