From 6860f9a341e4fec5da19efe02d6eafd901fd8fd4 Mon Sep 17 00:00:00 2001 From: Daniel <61175014+ZgDaniel@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:59:29 +0800 Subject: [PATCH] Update feature description for lightweight runtime --- README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index a6cf4cf..219a3c7 100644 --- a/README.en.md +++ b/README.en.md @@ -15,7 +15,7 @@ A lightweight web interface for [Claude Code](https://docs.anthropic.com/en/docs ## Features -- **Lightweight runtime**: low backend overhead, browser-based control panel. +- **Lightweight runtime(1.6MB)**: low backend overhead, browser-based control panel. - **Multi-session management**: create, switch, rename, and delete sessions; deleting a session also removes the local Claude history record. - **Session resume**: context continuity via `--resume`; you can also reattach via SSH + `tmux attach -t claude` when needed. - **Background task support**: Claude processes continue after browser disconnect and notify you on completion.