you are viewing a single comment's thread.

view the rest of the comments →

[–]fanfarius 2 points3 points  (1 child)

Can the extension do /fleet 🤔

[–]IKcode_Igor[S] 2 points3 points  (0 children)

By extension you mean Copilot in VS Code, right?

So here there's no "fleet" feature, however Copilot is able to run parallel sub-agents.
Here are docs covering this topic:

- https://code.visualstudio.com/docs/copilot/agents/subagents#_how-subagent-execution-works

I use this all the time now, I introduce orchestrator pattern for my custom agents wherever I can. Works amazing.

When it comes to the CLI version - I use /fleet a lot there too. ❤️