You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -735,6 +735,7 @@ The following sets of tools are available:
735
735
-**assign_copilot_to_issue** - Assign Copilot to issue
736
736
-**Required OAuth Scopes**: `repo`
737
737
-`base_ref`: Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch (string, optional)
738
+
-`custom_agent`: Optional custom agent slug to use instead of the default Copilot coding agent (string, optional)
738
739
-`custom_instructions`: Optional custom instructions to guide the agent beyond the issue body. Use this to provide additional context, constraints, or guidance that is not captured in the issue description (string, optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/assign_copilot_to_issue.snap
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@
23
23
"description": "Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch",
24
24
"type": "string"
25
25
},
26
+
"custom_agent": {
27
+
"description": "Optional custom agent slug to use instead of the default Copilot coding agent",
28
+
"type": "string"
29
+
},
26
30
"custom_instructions": {
27
31
"description": "Optional custom instructions to guide the agent beyond the issue body. Use this to provide additional context, constraints, or guidance that is not captured in the issue description",
Description: "Optional custom instructions to guide the agent beyond the issue body. Use this to provide additional context, constraints, or guidance that is not captured in the issue description",
198
198
},
199
+
"custom_agent": {
200
+
Type: "string",
201
+
Description: "Optional custom agent slug to use instead of the default Copilot coding agent",
0 commit comments