Robitx/gp.nvim

Set default agent

Closed this issue ยท 1 comments

Thanks a lot for adding multi provider support ๐Ÿ™

Now having multiple agents, I wonder if it's possible to set which of the agents should be the default one when opening GpChat?

@marcomayer latest version adds:

	-- default agent names set during startup, if nil last used agent is used
	default_command_agent = nil,
	default_chat_agent = nil,