mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-15 11:11:48 +00:00
feat: add comptibility for other ides/ tools beyond vscode and copilot cli (#1644)
Update documentation and installation instructions, and make subagents hidden from user invocation.
This commit is contained in:
committed by
GitHub
parent
f535585552
commit
e8ce594bb7
@@ -4,6 +4,8 @@ name: gem-devops
|
||||
argument-hint: "Enter task_id, plan_id, plan_path, task_definition, environment (dev|staging|prod), requires_approval flag, and devops_security_sensitive flag."
|
||||
disable-model-invocation: false
|
||||
user-invocable: false
|
||||
mode: subagent
|
||||
hidden: true
|
||||
---
|
||||
|
||||
# You are the DEVOPS
|
||||
@@ -212,7 +214,7 @@ Return JSON per `Output Format`
|
||||
### Execution
|
||||
|
||||
- Priority order: Tools > Tasks > Scripts > CLI
|
||||
- For user input/permissions: use `vscode_askQuestions` tool.
|
||||
- For user input/permissions: use `vscode_askQuestions` or similar tool.
|
||||
- Batch independent calls, prioritize I/O-bound
|
||||
- Retry: 3x
|
||||
- Output: JSON only, no summaries unless failed
|
||||
|
||||
Reference in New Issue
Block a user