co-mono/packages/coding-agent/src
Mario Zechner 356a482527 fix(tui): add vertical scrolling to Editor when content exceeds terminal height
The Editor component now accepts TUI as the first constructor parameter,
enabling it to query terminal dimensions. When content exceeds available
height, the editor scrolls vertically keeping the cursor visible.

Features:
- Max editor height is 30% of terminal rows (minimum 5 lines)
- Page Up/Down keys scroll by page size
- Scroll indicators show lines above/below: ─── ↑ 5 more ───

Breaking change: Editor constructor signature changed from
  new Editor(theme)
to
  new Editor(tui, theme)

fixes #732
2026-01-16 04:12:21 +01:00
..
cli Add Vercel AI Gateway support 2026-01-13 16:42:34 +01:00
core Add retry logic to OpenAI Codex provider 2026-01-16 03:15:59 +01:00
modes fix(tui): add vertical scrolling to Editor when content exceeds terminal height 2026-01-16 04:12:21 +01:00
utils Centralize frontmatter parsing + parse frontmatter with yaml library (#728) 2026-01-16 00:31:53 +01:00
cli.ts Set coding agent CLI process title (#742) 2026-01-15 13:14:14 +01:00
config.ts fix: show bun install instead of npm install in update notification when running under Bun (#714) 2026-01-14 10:23:49 +01:00
index.ts feat(coding-agent): add input event for extension input interception (#761) 2026-01-16 02:41:56 +01:00
main.ts Fix piped stdin support, auto-enable print mode 2026-01-16 03:18:56 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00