Three fixes, all in the terminal app.
- Scrolling with a finger no longer types NaN into the prompt. The terminal
reports mouse events as escape sequences; a touch drag emits them
continuously, the stream gets split across reads, and the remains arrived as
text. Movement tracking is now off (nothing here used hover), and text that is
nothing but mangled reports is dropped. - ctrl+x then m hands the mouse back to the terminal, so you can select and copy
the way you do everywhere else. Press it again to give the mouse back. - Every docs link pointed at wekoya.tech/docs, which is a 404. They now point at
code.wekoya.tech/docs, which exists. One pointed at a page that never existed.
Nothing else needs updating: the model catalogue, pricing and request handling
are server-side and already current.