fix: add missing config parameter and closing Box tag in Footer

This commit is contained in:
xwj02155382 2026-01-23 14:44:11 +08:00
parent 4ad4aab3fd
commit 53e34cb40a

View file

@ -97,6 +97,7 @@ export const Footer: React.FC = () => {
promptTokenCount={promptTokenCount}
model={model}
terminalWidth={terminalWidth}
config={config}
/>
</Text>
),
@ -134,6 +135,7 @@ export const Footer: React.FC = () => {
{node}
</Box>
))}
</Box>
</Box>
);
};