From ebd16b86c2c92e77728dde14b71bc02f2fc76c17 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Sun, 15 Feb 2026 17:14:29 +0000 Subject: [PATCH 1/2] Update video link in README.md Updated video link in README to point to a new asset location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c37a8a1..20b5116 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the Go port of the original Python implementation, which is preserved in the `python` branch. - +https://github.com/user-attachments/assets/62c52183-83a3-4fb5-97b1-ed001de4f53a ## Features From 8078ba6d4b7b22602394a7f195612351ab06a7a7 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Mon, 16 Feb 2026 13:25:19 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b5116..f68b68f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Icon](docs/icon-256.png) -`webterm` serves terminal sessions over HTTP/WebSocket, with a dashboard mode for multiple sessions and live-updating terminal tiles. +`webterm` serves terminal sessions over HTTP/WebSocket, with a dashboard mode for multiple sessions and live-updating terminal tiles that is perfect for running multiple AI coding agents in [`agentbox`](https://github.com/rcarmo/agentbox). This repository is the Go port of the original Python implementation, which is preserved in the `python` branch.