Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to the AppHost configuration page for the DcpCliPath advanced orchestration property, explaining what it is, how Aspire sets it, and how to override it when necessary.
Changes:
- Introduces an “Advanced orchestration properties” section with a caution callout.
- Documents
DcpCliPath, including runtime behavior and override methods (MSBuild, CLI arg, configuration). - Adds guidance on when overriding is appropriate and a troubleshooting tip.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
maddymontaquila
pushed a commit
that referenced
this pull request
Feb 12, 2026
IEvangelist
added a commit
that referenced
this pull request
Feb 17, 2026
* Documenting DCPCliPath (#380) * Add missing namespace (#386) `IDistributedApplicationEventingSubscriber` is in `using Aspire.Hosting.Lifecycle` * Update devtunnel CLI installation link to correct URL (#382) * Update devtunnel CLI installation link to correct URL * Apply suggestion from @IEvangelist --------- Co-authored-by: David Pine <david.pine@microsoft.com> * Explain how to start & stop resources manually (#381) * Replace Hex1b MCP server with Hex1b.Tool CLI (#387) * Replace Hex1b MCP server with Hex1b.Tool CLI - Remove hex1b MCP server configs from .mcp.json, .vscode/mcp.json, opencode.jsonc - Add hex1b skill file generated by 'hex1b agent init' - Update doc-writer skill to reference hex1b CLI commands - Update doc-tester skill to reference hex1b CLI commands * Address PR feedback: fix install command, recording example, and key names - Fix install command to specify --global or --local scope - Add --output to recording start example in doc-tester - Fix ArrowUp → UpArrow to match Hex1bKey enum - Expand key name list to include all Hex1bKey enum values --------- Co-authored-by: Mitch Denny <mitch@mitchdeny.com> * Add agentic control plane card and rearrange homepage layout --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com> Co-authored-by: Alex Crome <afscrome@users.noreply.github.com> Co-authored-by: Alex Ravenna <alex.n.ravenna@gmail.com> Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: David Bottiau <bottiau.david@laposte.net> Co-authored-by: Mitch Denny <midenn@microsoft.com> Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
IEvangelist
added a commit
that referenced
this pull request
Feb 17, 2026
* Documenting DCPCliPath (#380) * Add missing namespace (#386) `IDistributedApplicationEventingSubscriber` is in `using Aspire.Hosting.Lifecycle` * Update devtunnel CLI installation link to correct URL (#382) * Update devtunnel CLI installation link to correct URL * Apply suggestion from @IEvangelist --------- Co-authored-by: David Pine <david.pine@microsoft.com> * Explain how to start & stop resources manually (#381) * Replace Hex1b MCP server with Hex1b.Tool CLI (#387) * Replace Hex1b MCP server with Hex1b.Tool CLI - Remove hex1b MCP server configs from .mcp.json, .vscode/mcp.json, opencode.jsonc - Add hex1b skill file generated by 'hex1b agent init' - Update doc-writer skill to reference hex1b CLI commands - Update doc-tester skill to reference hex1b CLI commands * Address PR feedback: fix install command, recording example, and key names - Fix install command to specify --global or --local scope - Add --output to recording start example in doc-tester - Fix ArrowUp → UpArrow to match Hex1bKey enum - Expand key name list to include all Hex1bKey enum values --------- Co-authored-by: Mitch Denny <mitch@mitchdeny.com> * Add agentic control plane card and rearrange homepage layout --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com> Co-authored-by: Alex Crome <afscrome@users.noreply.github.com> Co-authored-by: Alex Ravenna <alex.n.ravenna@gmail.com> Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: David Bottiau <bottiau.david@laposte.net> Co-authored-by: Mitch Denny <midenn@microsoft.com> Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
IEvangelist
added a commit
that referenced
this pull request
Feb 18, 2026
* Documenting DCPCliPath (#380) * Add missing namespace (#386) `IDistributedApplicationEventingSubscriber` is in `using Aspire.Hosting.Lifecycle` * Update devtunnel CLI installation link to correct URL (#382) * Update devtunnel CLI installation link to correct URL * Apply suggestion from @IEvangelist --------- Co-authored-by: David Pine <david.pine@microsoft.com> * Explain how to start & stop resources manually (#381) * Replace Hex1b MCP server with Hex1b.Tool CLI (#387) * Replace Hex1b MCP server with Hex1b.Tool CLI - Remove hex1b MCP server configs from .mcp.json, .vscode/mcp.json, opencode.jsonc - Add hex1b skill file generated by 'hex1b agent init' - Update doc-writer skill to reference hex1b CLI commands - Update doc-tester skill to reference hex1b CLI commands * Address PR feedback: fix install command, recording example, and key names - Fix install command to specify --global or --local scope - Add --output to recording start example in doc-tester - Fix ArrowUp → UpArrow to match Hex1bKey enum - Expand key name list to include all Hex1bKey enum values --------- Co-authored-by: Mitch Denny <mitch@mitchdeny.com> * Add agentic control plane card and rearrange homepage layout --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com> Co-authored-by: Alex Crome <afscrome@users.noreply.github.com> Co-authored-by: Alex Ravenna <alex.n.ravenna@gmail.com> Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: David Bottiau <bottiau.david@laposte.net> Co-authored-by: Mitch Denny <midenn@microsoft.com> Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FYI: @mitchdenny