lmcli/pkg
Matt Low 24b5cdbbf6 More monior TUI refactor/cleanup
`tui/tui.go` is no longer responsible for passing window resize updates
to all views, instead we request a new window size message to be sent at
the same time we enter the view, allowing the view to catch and handle
it.

Add `Initialized` to `tui/shared/View` model, now we only call
`Init` on a view before entering it for the first time, rather than
calling `Init` on all views when the application starts.

Renames file, small cleanups
2024-09-16 14:04:08 +00:00
..
agents Add modify_file tool 2024-07-01 08:09:04 +00:00
api Allow custom headers on OpenAI providers (to be added to more later) 2024-08-12 17:14:53 +00:00
cmd TUI refactor 2024-09-16 00:48:45 +00:00
lmcli Fix LatestConversationMessages preload 2024-09-16 00:37:42 +00:00
tui More monior TUI refactor/cleanup 2024-09-16 14:04:08 +00:00
util TUI refactor 2024-09-16 00:48:45 +00:00