This commit is contained in:
Timothy Jaeryang Baek
2026-08-11 01:08:58 -06:00
parent 2ac01a42be
commit e963d36e39
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -4138,6 +4138,7 @@
chatId={$chatId}
{contextUsage}
{contextCompactionEnabled}
{embedded}
compactHandler={handleManualCompact}
statusHandler={handleStatusCommand}
forkHandler={handleForkChat}
@@ -4229,6 +4230,7 @@
chatId={$chatId}
{contextUsage}
{contextCompactionEnabled}
{embedded}
compactHandler={handleManualCompact}
statusHandler={handleStatusCommand}
forkHandler={handleForkChat}
@@ -124,6 +124,7 @@
export let chatId = '';
export let contextUsage = null;
export let contextCompactionEnabled = false;
export let embedded = false;
export let autoScroll = false;
export let generating = false;