Skip to content

[Dreaming] Dreaming: clarify task host protocol capability checks - #15094

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
dreaming/taskhost-protocol-negotiation-8a0fbac05b32a579
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
dreaming/taskhost-protocol-negotiation-8a0fbac05b32a579

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

  • Adds one backend-execution instruction to derive remote capabilities from the negotiated packet version rather than startup/runtime assumptions.
  • Requires task-host protocol changes to be validated on both .NET and .NET Framework.

Evidence

This is a one-line addition to .github/instructions/backend-execution.instructions.md. I checked the other instruction, skill, and agent files; this negotiated-capability and dual-runtime requirement was not already covered.

Reviewers (core MSBuild team)

Suggested reviewers — core-team members who discussed this pattern (please assign): @dotnet/kitten

Warning

Firewall blocked 2 domains

The following domains were blocked by the firewall during workflow execution:

  • api.github.com
  • github.com

[!TIP]
api.github.com is blocked because GitHub API access uses the built-in GitHub tools by default. Instead of adding api.github.com to network.allowed, use tools.github.mode: gh-proxy for direct pre-authenticated GitHub CLI access without requiring network access to api.github.com:

tools:
  github:
    mode: gh-proxy

See GitHub Tools for more information on gh-proxy mode.

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "api.github.com"
    - "github.com"

See Network Configuration for more information.

Generated by Dreaming (learning atoms curation) · copilot · gpt56 · 77.6 AIC · ⌖ 11 AIC · ⊞ 20.8K ·

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
github-actions Bot requested a review from a team as a code owner September 21, 2026 19:49
@github-actions github-actions Bot added the Area: Documentation Issues about docs, including errors and areas we should extend (this repo and learn.microsoft.com) label Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Documentation Issues about docs, including errors and areas we should extend (this repo and learn.microsoft.com)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants