pullrequests Search Results · repo:github/copilot-sdk language:Rust
Filter by
135 results
ingithub/copilot-sdk (press backspace or delete to remove)Implements phase 02 of the plan.
Reviewer Guide
This PR brings the Java SDK into the monorepo and adds the supporting monorepo plumbing needed to build and test it.
Publish and regeneration are in a ...
Summary
The runtime schema (@github/copilot 1.0.51-2) now allows args to be omitted from stdio MCP server configurations. This
PR updates the user-facing types across all five SDKs to match, and adds ...
The Should_Accept_Both_MCP_Servers_And_Custom_Agents E2E test was flaking in the copilot-agent-runtime CI (e.g., this
run). It timed out after 120s waiting for an assistant message that never arrived. ...
The .NET SDK csproj already produces a portable-PDB .snupkg alongside the main .nupkg (IncludeSymbols +
SymbolPackageFormat=snupkg, with Microsoft.SourceLink.GitHub and deterministic CI builds), but the ...
Summary
- Make Node MCPStdioServerConfig.args optional in the public type
- Normalize omitted stdio MCP args to [] before sending create/resume payloads in Node and Python
- Serialize nil Go MCP ...
Summary
API review fixes for the .NET SDK only. Sources combined into this PR:
- ApiView comments classified into SDK-side fixes (the runtime-side fixes landed via copilot-agent-runtime#8283).
- ...
Automated update of @github/copilot to version 1.0.51-2.
Changes
- Updated @github/copilot in nodejs/package.json and test/harness/package.json
- Re-ran all code generators (scripts/codegen)
- ...
C# recently tightened generated RPC argument validation and session lifecycle cleanup. This ports the commensurate
behavior to the SDKs that had matching gaps so clients fail earlier, do not keep stale ...
Automated update of @github/copilot to version 1.0.51-1.
Changes
- Updated @github/copilot in nodejs/package.json and test/harness/package.json
- Re-ran all code generators (scripts/codegen)
- ...
Duration-formatted schema fields already map to timespan-like SDK types in Python and C#, but generated member names
still exposed millisecond-oriented wire suffixes like durationMs. This keeps the wire ...