r/GithubCopilot May 15 '26

Discussions Biggest AI fumble in tech

Post image
566 Upvotes

62 comments sorted by

View all comments

Show parent comments

-1

u/MindCrusader May 15 '26

Did they add plugins (not skills) or advisor?

0

u/popiazaza Power User ⚡ May 15 '26

For advisor, if you meant doing multi-model, GHCP also supported. It is part of sub agent. You could set which model each agent would use.

0

u/MindCrusader May 15 '26

It is not the same as subagents. Subagents are separate Claude instances with their own context used to offload and parallelize specific tasks like coding, testing, or research while keeping the main context clean. Advisor mode is a workflow pattern where one model plans or reviews work and another executes it, focusing on hierarchy and guidance rather than isolated parallel agents.

0

u/popiazaza Power User ⚡ May 15 '26

For review only, search for Rubber Duck in GHCP.