From b3c0285db3dd5d5140481bf5118812e8dbc89795 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:25:06 -0500 Subject: feat: model selection for given provider (#57) * feat: model selection for given provider * tweak: adjust cfg validation func, remove duplicated logic, consolidate agent updating into agent.go * tweak: make the model dialog scrollable, adjust padding slightly for modal" * feat: add provider selection, add hints, simplify some logic, add horizontal scrolling support, additional scroll indicators" * remove nav help * update docs * increase number of visible models, make horizontal scroll "wrap" * add provider popularity rankings --- internal/app/app.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/app') diff --git a/internal/app/app.go b/internal/app/app.go index dba052037..5438633d1 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -73,6 +73,7 @@ func New(ctx context.Context, conn *sql.DB) (*App, error) { return app, nil } + // Shutdown performs a clean shutdown of the application func (app *App) Shutdown() { // Cancel all watcher goroutines -- cgit v1.2.3