From cafbca02f909fbed4d56eb24fa5904f629237430 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 1 Jan 2026 21:40:36 +0100 Subject: [PATCH] Update todo.md --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index e20c7aaf..3ae3823f 100644 --- a/todo.md +++ b/todo.md @@ -3,4 +3,4 @@ - [x] "Ctrl+T toggle thinking ยท Ctrl+O toggle tools" font size is not the same as all the other font sizes - [ ] System prompt doesn't show included AGENTS.md, skills. See `packages/coding-agent/src/core/system-prompt.ts`. Can only be done if we export live from a session, not via `--export` CLI flag - [x] "Available Tools" has no newline after it -- [x] `read` tool has too much vertical spacing between tool call header and tool result, and also with tool bottom border +- [x] `read` tool has too much vertical spacing between tool call header and tool result, and also with tool bottom border (was white-space: pre-wrap on .tool-output preserving template literal whitespace)