chore(taskfile): add missing generator to `gen:all` task

Andrey Nering created

Change summary

Taskfile.yaml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

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