From 58b2c5b26d54421ae4e3303bc366b20220b46786 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 5 Jan 2026 11:00:07 -0300 Subject: [PATCH] chore(copilot): update message: "wait a minute" -> "wait 5 minutes" --- internal/agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/agent.go b/internal/agent/agent.go index 4458ec12fb133c9cb728baef3fb474e5a00b5c4a..79c8fbeecf2224712e10ddde2453459f3c3e8dc7 100644 --- a/internal/agent/agent.go +++ b/internal/agent/agent.go @@ -472,7 +472,7 @@ func (a *sessionAgent) Run(ctx context.Context, call SessionAgentCall) (*fantasy currentAssistant.AddFinish( message.FinishReasonError, "Copilot model not enabled", - fmt.Sprintf("%q is not enabled in Copilot. Go to the following page to enable it. Then, wait a minute before trying again. %s", a.largeModel.CatwalkCfg.Name, link), + fmt.Sprintf("%q is not enabled in Copilot. Go to the following page to enable it. Then, wait 5 minutes before trying again. %s", a.largeModel.CatwalkCfg.Name, link), ) } else { currentAssistant.AddFinish(message.FinishReasonError, cmp.Or(stringext.Capitalize(providerErr.Title), defaultTitle), providerErr.Message)