Improve TUI system prompt handling
+ allow setting a default agent
This commit is contained in:
@@ -38,6 +38,7 @@ func initialModel(ctx *lmcli.Context, opts LaunchOptions) *Model {
|
||||
Ctx: ctx,
|
||||
Conversation: opts.InitialConversation,
|
||||
}
|
||||
app.NewConversation()
|
||||
|
||||
m := Model{
|
||||
App: app,
|
||||
|
||||
Reference in New Issue
Block a user