From f1439fed46dde87659fe4df2ac9882014854f800 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 1 Apr 2026 11:31:05 -0300 Subject: [PATCH] chore(taskfile): add missing generator to `gen:all` task --- Taskfile.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 0331c8a7b92a3e847f0a11906c1a48772733968c..2b1421fa55a542fe3f5659e4801edfbd03ed6253 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -58,13 +58,16 @@ tasks: aliases: [generate, gen] cmds: - task: gen:aihubmix + - task: gen:avian - task: gen:copilot + - task: gen:cortecs - task: gen:huggingface - task: gen:ionet - task: gen:openrouter - task: gen:synthetic - task: gen:venice - task: gen:vercel + - task: gen:xai gen:aihubmix: desc: Generate aihubmix provider configurations