Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dotnet/src/Types.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2983,8 +2983,9 @@ protected SessionConfigBase(SessionConfigBase? other)
/// <see cref="McpServers"/> and <see cref="SkillDirectories"/>, with explicit
/// values taking precedence on name collision.
/// <para>
/// Custom instruction files (<c>.github/copilot-instructions.md</c>, <c>AGENTS.md</c>, etc.)
/// are always loaded from the working directory regardless of this setting.
/// Agent discovery (e.g. <c>.github/agents/</c>) is only performed when this is
/// <see langword="true"/>. Use <see cref="SkipCustomInstructions"/> to control
/// loading of custom instruction files independently.
/// </para>
/// </summary>
public bool? EnableConfigDiscovery { get; set; }
Expand Down