tweak agent term scrollback, bump vers
release / build (push) Successful in 4m56s

bound agent terminal scrollback memory, for one term could hold a whole 32MB of stuff beforehand
This commit is contained in:
lda
2026-07-21 05:47:50 +07:00 Verified
parent ea789b75c7
commit 50f21a5be2
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ export function TerminalPage({
scrollbar: {
width: window.matchMedia("(pointer: coarse)").matches ? 22 : 16,
},
scrollback: 5000,
scrollback: 10_000,
theme: {
background: "#0b1117",
foreground: "#e5e7eb",