fix: remove outdated copy of text input and external editor feature (#670)

Signed-off-by: Thibault Sottiaux <tibo@openai.com>
This commit is contained in:
Thibault Sottiaux
2025-04-25 16:11:16 -07:00
committed by GitHub
parent 15bf5ca971
commit 44d68f9dbf
9 changed files with 46 additions and 885 deletions

View File

@@ -16,7 +16,7 @@ async function type(
await flush();
}
describe("MultilineTextEditor Shift+Enter (\r variant)", () => {
describe("MultilineTextEditor - Shift+Enter (\r variant)", () => {
it("inserts a newline and does NOT submit when the terminal sends \r for Shift+Enter", async () => {
const onSubmit = vi.fn();