Commit 3f91f81
Merge origin/main into mackinnonbuck-sdk-github-telemetry-contract
Brings in the @github/copilot 1.0.66 bump (#1859), which re-ran the code
generators and added new RPC/session types (SessionLimits*, SessionCompletions,
AdaptiveThinkingSupport, etc.).
Conflicts were limited to generated files (dotnet Rpc.cs, python rpc.py).
Resolved by installing 1.0.66 and re-running `scripts/codegen` with the
telemetry schema overlay, so every generated file is a consistent product of
the 1.0.66 schema plus the experimental GitHub telemetry additions rather than
a hand-merged blend. Verified 1.0.66 still does not ship the telemetry types,
so the overlay remains required. Codegen is idempotent (re-running produces no
diff) and the hand-written telemetry glue (including the Node conditional-spread
opt-in) is unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>56 files changed
Lines changed: 3083 additions & 420 deletions
File tree
- dotnet/src/Generated
- go
- rpc
- java
- scripts/codegen
- src
- generated/java/com/github/copilot/generated
- rpc
- main/java/com/github/copilot
- test/java/com/github/copilot
- generated/rpc
- nodejs
- samples
- src/generated
- python/copilot/generated
- rust/src/generated
- test/harness
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments