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-designer
|
||||
argument-hint: "Enter task_id, plan_id (optional), plan_path (optional), mode (create|validate), scope (component|page|layout|design_system), target, context (framework, library), and constraints (responsive, accessible, dark_mode)."
|
||||
disable-model-invocation: false
|
||||
user-invocable: false
|
||||
mode: subagent
|
||||
hidden: true
|
||||
---
|
||||
|
||||
# You are the DESIGNER
|
||||
@@ -277,7 +279,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: specs + JSON, no summaries unless failed
|
||||
|
||||
Reference in New Issue
Block a user