Custom agents not appearing in dropdown unless agent files are open in editor
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 38/100
- issue の種類
- バグ
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- swift
- 領域
- desktop-dev, tooling
調査の方向性
Reproduce the issue with a valid .github/agents/my-custom-agent.agent.md file, then compare the agent dropdown before and after opening the file in Xcode. Trace how custom agents are discovered and loaded when Copilot Chat opens, and consider the reported expected behavior complete when agents remain available after the file is closed.
索引モデルが issue の本文から書いたものです。
説明
Description
Custom agents defined in .github/agents/ are not appearing in the Copilot chat agent dropdown in Xcode unless the agent file itself is currently open in a window/editor tab.
Expected Behavior
Custom agents should be automatically discovered and loaded from the .github/agents/ directory when:
Opening Xcode with a project
Opening Copilot Chat
Creating a new custom agent file
This is how custom agents work in VS Code - they appear in the dropdown automatically without requiring the files to be open.
Actual Behavior
Custom agents only appear in the Copilot chat dropdown when their corresponding .agent.md files are open in the Xcode editor. Once the file is closed, the agent disappears from the dropdown.
Steps to Reproduce
Create a custom agent file in .github/agents/ (e.g., my-custom-agent.agent.md)
Add valid YAML frontmatter and agent content:
---
name: my-custom-agent
description: Test custom agent
---
You are a helpful assistant.
Save the file and close it
Open Copilot Chat in Xcode
Click the agent dropdown at the bottom of the chat view
Result: The custom agent does NOT appear in the list
Now open the my-custom-agent.agent.md file in Xcode (in any window/tab)
Check the agent dropdown again
Result: The custom agent NOW appears in the dropdown
Environment
Copilot for Xcode version: [latest as of January 2026] (0.46.159)
Xcode version: 26.2 (17C52)
macOS version: 26.2 (25C56)
GitHub Copilot subscription: [Pro/Business/Enterprise]
Additional Context
The custom agent files are in the correct location (.github/agents/)
Files use the correct .agent.md extension
The .github folder is NOT ignored by .gitignore
The same custom agents work perfectly in VS Code without needing to open the files
No target property is set (or it's set to allow all IDEs)
This behavior is consistent across multiple custom agents
Verification Checklist
I have verified the following:
✅ Agent files are in .github/agents/ directory
✅ Files use .agent.md extension
✅ YAML frontmatter is valid
✅ .github folder is not git-ignored
✅ Latest version of Copilot for Xcode is installed
✅ Same agents work in VS Code
✅ No target: vscode property restricting the agent to VS Code only
Impact
This bug requires developers to keep all custom agent files open in editor tabs to use them, which:
Clutters the workspace
Defeats the purpose of having reusable, discoverable agents
Creates inconsistent behavior compared to VS Code
Makes custom agents essentially unusable in Xcode workflows
Suggested Fix
Copilot for Xcode should implement proper file system watching/indexing to automatically discover and load custom agents from .github/agents/ without requiring the files to be open in the editor, matching the behavior in VS Code and other supported IDEs.
- 主要言語
- Swift
- スター
- 6.3k
- フォーク
- 2k
- 平均マージ
- 3日 21時間
- マージ済み PR(30日)
- 2
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
github/CopilotForXcode のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
github/CopilotForXcode#181 · リアクション 2 件 ·
-
Add ability to attach Copilot window only to Xcode projects/workspaces, ignoring standalone files オープン
難易度 3/5 1〜2日 初心者へのやさしさ 68/100
github/CopilotForXcode#945 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 35/100
github/CopilotForXcode#943 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 10/100
github/CopilotForXcode#936 · コメント 2 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 10/100
github/CopilotForXcode#934 ·
github/CopilotForXcode の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
maxgoedjen/secretive#840 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
manaflow-ai/cmux#13763 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
openwallet-foundation/multipaz#2028 ·