Skip to content

chore(deps): bump github-copilot-sdk from 0.1.29 to 0.1.32#772

Merged
amnweb merged 1 commit intomainfrom
dependabot/pip/github-copilot-sdk-0.1.32
Mar 7, 2026
Merged

chore(deps): bump github-copilot-sdk from 0.1.29 to 0.1.32#772
amnweb merged 1 commit intomainfrom
dependabot/pip/github-copilot-sdk-0.1.32

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2026

Bumps github-copilot-sdk from 0.1.29 to 0.1.32.

Release notes

Sourced from github-copilot-sdk's releases.

v0.1.32

Feature: backward compatibility with v2 CLI servers

SDK applications written against the v3 API now also work when connected to a v2 CLI server, with no code changes required.

Generated by Release Changelog Generator

Generated by Release Changelog Generator

v0.1.31

Feature: strongly-typed PermissionRequestResultKind for .NET and Go

Rather than comparing result.Kind against undiscoverable magic strings like "approved" or "denied-interactively-by-user", .NET and Go now provide typed constants. Node and Python already had typed unions for this; this brings full parity. (#631)

session.OnPermissionCompleted += (e) => {
    if (e.Result.Kind == PermissionRequestResultKind.Approved) { /* ... */ }
    if (e.Result.Kind == PermissionRequestResultKind.DeniedInteractivelyByUser) { /* ... */ }
};
// Go: PermissionKindApproved, PermissionKindDeniedByRules,
//     PermissionKindDeniedCouldNotRequestFromUser, PermissionKindDeniedInteractivelyByUser
if result.Kind == copilot.PermissionKindApproved { /* ... */ }

Other changes

  • feature: [Python] [Go] add get_last_session_id() / GetLastSessionID() for SDK-wide parity (was already available in Node and .NET) (#671)
  • improvement: [Python] add timeout parameter to generated RPC methods, allowing callers to override the default 30s timeout for long-running operations (#681)
  • bugfix: [Go] PermissionRequest fields are now properly typed (ToolName, Diff, Path, etc.) instead of a generic Extra map[string]any catch-all (#685)

Generated by Release Changelog Generator

v0.1.30

Feature: support overriding built-in tools

Applications can now override built-in tools such as grep, edit_file, or read_file. To do this, register a custom tool with the same name and set the override flag. Without the flag, the runtime will return an error if the name clashes with a built-in. (#636)

import { defineTool } from "`@github/copilot-sdk`";
const session = await client.createSession({
tools: [defineTool("grep", {
overridesBuiltInTool: true,
</tr></table>

... (truncated)

Commits
  • 396e8b3 Add v2 protocol backward compatibility adapters (#706)
  • 1653812 Handle tool and permission broadcasts via event model (protocol v3) (#686)
  • 4e1499d docs: clarify session destroy vs delete semantics (#599)
  • 4246289 Go: remove hand-written PermissionRequest that conflicts with generated type ...
  • 5b4a6ec Update @​github/copilot to 0.0.421 (#684)
  • 2951807 Improve .NET SDK build infrastructure and documentation (#643)
  • 207b85b fix(python): add timeout parameter to generated RPC methods (#681)
  • 87a54de chore: rename runtime-fix-needed label to runtime
  • b49e5d8 fix: remove add-comment from runtime triage to prevent code leaks
  • c13dbba fix: trigger runtime triage workflow on label instead of issue open
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2026
Bumps [github-copilot-sdk](https://github.com/github/copilot-sdk) from 0.1.29 to 0.1.32.
- [Release notes](https://github.com/github/copilot-sdk/releases)
- [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md)
- [Commits](github/copilot-sdk@v0.1.29...v0.1.32)

---
updated-dependencies:
- dependency-name: github-copilot-sdk
  dependency-version: 0.1.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/github-copilot-sdk-0.1.32 branch from 97f3f75 to 060b965 Compare March 7, 2026 22:43
@amnweb amnweb merged commit f2f402d into main Mar 7, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/github-copilot-sdk-0.1.32 branch March 7, 2026 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant