zot/internal/agent/modes
patriceckhart c0f685f498 tui: show /help at the bottom of the transcript instead of the top
the help block was prepended to the chat, which pushed any existing
conversation off the top of the viewport on anything but the
shortest sessions. appending it (with scrollOffset=0 so the viewport
sticks to the bottom) means /help is always visible right above the
editor, exactly where the user's eye is already looking.

login / model / sessions dialogs already render in the bottom-sticky
band between chat and editor, so they weren't affected.
2026-04-18 11:31:06 +02:00
..
telegram add telegram bot bridge 2026-04-18 09:15:46 +02:00
dialog_frame.go fix ci: portable syscall.Select via x/sys/unix; gofmt pass 2026-04-18 10:55:42 +02:00
help.go add collapsible code blocks 2026-04-18 10:30:29 +02:00
interactive.go tui: show /help at the bottom of the transcript instead of the top 2026-04-18 11:31:06 +02:00
json.go initial commit 2026-04-17 20:36:38 +02:00
login_dialog.go initial commit 2026-04-17 20:36:38 +02:00
model_dialog.go add telegram bot bridge 2026-04-18 09:15:46 +02:00
print.go initial commit 2026-04-17 20:36:38 +02:00
session_dialog.go fix ci: portable syscall.Select via x/sys/unix; gofmt pass 2026-04-18 10:55:42 +02:00
slash_suggest.go initial commit 2026-04-17 20:36:38 +02:00
spinner.go fix ci: portable syscall.Select via x/sys/unix; gofmt pass 2026-04-18 10:55:42 +02:00
welcome.go initial commit 2026-04-17 20:36:38 +02:00