Commit Graph
4 Commits
Author SHA1 Message Date
dmahan93 9079a27814 fix: prompt box and response box span full terminal width on wide screens
- Replace hardcoded '─' * 200 horizontal rules with Window(char='─')
  so prompt_toolkit fills the entire terminal width automatically
- Use shutil.get_terminal_size().columns instead of Rich Console.width
  for response box, separator line, and input height calculation
  (more reliable inside patch_stdout context)
2026-03-05 15:57:05 -08:00
Dakota e5e77381f0 Made to be more descriptive from comments 2025-09-12 18:10:36 -05:00
Dakota 066514e2a9 add more architecture docs 2025-09-12 17:47:32 -05:00
Dakota 045a1737f8 - message graphs 2025-09-12 10:25:14 -05:00