github / github/copilot-cli

Support for VS Code Workspaces

Offen
#2,275 0 Kommentare 1 Reaktion 0 zugewiesene Personen Auf GitHub ansehen
area:configuration area:plugins
Vorherrschende Sprache
Shell
Sterne
11.2k
Forks
1.9k
Ø Merge
14 Std. 16 Min.
Gemergte PRs (30 T.)
6

Beschreibung

### Describe the feature or problem you'd like to solve

Agency will only find agents/skills on the current folder, but not in subfolders

### Proposed solution

I have projects that are multi repo: several different repos and my own folder of agents/skills. Using VS Code Workspaces it is trivial to setup VS Code to open all the repos and my folder of agents/skills and have the Github Copilot Chat aware of all the agents/skills.

Currently, I can't replicate this with agency: I can't start agency from a workspace file, and if I open the root folder containing all projects, agency only finds agents/skills on the folder it opens, not in any subfolders.

### Example prompts or workflows

_No response_

### Additional context

Example of a workspace file, my .github with my agents/skills is under the agentic-design folder.

{
"folders": [
{
"name": "agentic-design",
"path": "."
},
{
"name": "Engine",
"path": "../Babylon.js"
},
{
"name": "Documentation",
"path": "../BabylonDocumentation"
}
],
"settings": {}
}

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.