This commit is contained in:
kh.ai
2025-10-15 13:46:33 -07:00
parent f14b5adabf
commit a34f6c9f08
21 changed files with 857 additions and 9 deletions

View File

@@ -26,6 +26,11 @@ describe("TerminalChatInput compact command", () => {
interruptAgent: () => {},
active: true,
thinkingSeconds: 0,
config: {
model: "codex-mini-latest",
instructions: "",
provider: "openai",
},
};
const { lastFrameStripped } = renderTui(<TerminalChatInput {...props} />);
const frame = lastFrameStripped();