Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Custom agents intermittently unavailable in new sessions

オープン
#3,951 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
42/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
github, macos
領域
ai, desktop

調査の方向性

/chat のセッション開始フローと .github/agents からのカスタムエージェントの検出から始め、新しいセッション間で断続的に発生する Unknown agent_type の結果を再現します。成功したセッションと失敗したセッションを比較し、その後、作業が受け付けられる前に検出が確実に完了すること、または明示的な失敗と復旧アクションが表示されることを確認します。

索引モデルが issue の本文から書いたものです。

説明

Title: Custom agents intermittently unavailable in new sessions — suspected startup race

Description:

Custom agents defined in my repository’s .github/agents/ directory intermittently fail to register when starting a session in the GitHub Copilot desktop app.

In affected sessions, dispatching a custom agent returns Unknown agent_type, even though its definition exists in the repository. Other sessions correctly expose all 28 custom agents. This appears to be a session initialization or agent-discovery problem; a startup race is suspected but not confirmed.

Steps to reproduce:

  1. Open a repository containing custom agents under .github/agents/.

  2. Start a new session in the Copilot app.

  3. Ask the agent to invoke one of those custom agents.

  4. Intermittently, dispatch rejects the custom agent with Unknown agent_type. Other sessions load the agents successfully.

Expected behavior:

Custom-agent discovery should complete before the session accepts work requiring those agents. If discovery fails, the app should show an explicit error and recovery action instead of allowing execution to continue with missing capabilities.

Actual behavior and impact:

Sessions can start without the repository’s custom agents being available. Automated work then fails or continues without the intended specialist agents. This makes workflows unreliable and forces me to check agent availability and restart sessions manually.

Environment:

  • GitHub Copilot desktop app on macOS

  • App version: 1.1.21

  • Repository opened in a local worktree

  • Intermittent; exact trigger and root cause unknown

Please investigate session-start ordering and custom-agent registration, and provide a clear indication when discovery has failed or is incomplete.


Field Value
App version 1.1.21
OS macOS 27.0.0
Theme GitHub
Path /chat
Tenure Week 18
主要言語
言語のデータがありません
スター
2.1k
フォーク
157
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/app のほかの issue

github/app の issue をすべて見る

似ている issue

AI Infra & Agents の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。