Skip to content

v0.1.0 — mobile terminal view

Choose a tag to compare

@lntvan166 lntvan166 released this 18 Aug 10:55
· 212 commits to main since this release

The first version that could show an agent's terminal on a phone. Tagged as a rollback point before the transport and rendering work that became v0.2.0.

What worked here: a full-screen terminal per agent at its own URL, ANSI colour, a nav keypad usable in every agent state, adaptive refresh with digest revalidation, and index.html served no-cache so a deploy could actually reach a phone.

Known limits recorded at the time, all measured rather than assumed: herdr exposes no output-changed event and no byte stream, so output is pulled; scrollback exists but cost 11–14s and was unreachable from the UI; and the option cursor wrapped from last to first with nothing on screen to show it.

Published after the fact, so the releases page reflects the actual history.