add README

This commit is contained in:
2026-08-21 02:46:55 -04:00
parent 38ecedcaa3
commit 1b54998503
2 changed files with 148 additions and 1 deletions
-1
View File
@@ -117,7 +117,6 @@ function handle(ev) {
if (text) {
lastAssistantText = text;
out(wrap(text, 2));
out("");
}
if (m.stopReason === "error") {
sawError = true;