When Copilot will allow to set models in skills ?
#199374
Unanswered
gsemet
asked this question in
Copilot Conversations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
VS Code
Body
Hello
Today, copilot supports settings
modelsin custom agents and prompt. Claude code supports setting model in a skill, allowing to use a smaller models for some tasks.Today I have to write a skill AND a subagent, and shipping it into 2 different folder (again, to my understanding, Claude Code allows to define a custom agent INSIDE a skill folder).
My wish would be to have in SKILL.md frontmatter the following settings:
context: fork(currently supported, sends the whole conversation to the model),context: reset(basically starts a new session)models: [Claude Sonnet 4.6 (copilot)]to allow me to change the models for this particular skill execution.Use case: not impacting the current session
=> this is a skill that resend the whole conversation to a new model and the output does not impact the current context.
Use case: cheap one-shot execution
trigger a skill without any knowledge of the current session, everything is provided by the prompt
Beta Was this translation helpful? Give feedback.
All reactions