Skip to content

Commit 309d33a

Browse files
committed
Merge remote-tracking branch 'origin/main' into tclem/tclem-parity-cleanup-disabled-mcp-and-en
# Conflicts: # rust/README.md
2 parents b4cab31 + f39d370 commit 309d33a

21 files changed

Lines changed: 575 additions & 558 deletions

dotnet/src/Generated/SessionEvents.cs

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/generated_session_events.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/types.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,7 @@ type SessionConfig struct {
547547
// Ignored if AvailableTools is specified.
548548
ExcludedTools []string
549549
// OnPermissionRequest is a handler for permission requests from the server.
550-
// If nil, all permission requests are denied by default.
551-
// Provide a handler to approve operations (file writes, shell commands, URL fetches, etc.).
550+
// This field is required; use PermissionHandler.ApproveAll to allow all permissions.
552551
OnPermissionRequest PermissionHandlerFunc
553552
// OnUserInputRequest is a handler for user input requests from the agent (enables ask_user tool)
554553
OnUserInputRequest UserInputHandler
@@ -767,8 +766,7 @@ type ResumeSessionConfig struct {
767766
// Valid values: "low", "medium", "high", "xhigh"
768767
ReasoningEffort string
769768
// OnPermissionRequest is a handler for permission requests from the server.
770-
// If nil, all permission requests are denied by default.
771-
// Provide a handler to approve operations (file writes, shell commands, URL fetches, etc.).
769+
// This field is required; use PermissionHandler.ApproveAll to allow all permissions.
772770
OnPermissionRequest PermissionHandlerFunc
773771
// OnUserInputRequest is a handler for user input requests from the agent (enables ask_user tool)
774772
OnUserInputRequest UserInputHandler

nodejs/package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"author": "GitHub",
5757
"license": "MIT",
5858
"dependencies": {
59-
"@github/copilot": "^1.0.41-1",
59+
"@github/copilot": "^1.0.42",
6060
"vscode-jsonrpc": "^8.2.1",
6161
"zod": "^4.3.6"
6262
},

nodejs/samples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)