Skip to content

build(deps): bump github.com/github/copilot-sdk/go from 1.0.0-beta.6 to 1.0.0-beta.7#167

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/github/copilot-sdk/go-1.0.0-beta.7
Open

build(deps): bump github.com/github/copilot-sdk/go from 1.0.0-beta.6 to 1.0.0-beta.7#167
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/github/copilot-sdk/go-1.0.0-beta.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps github.com/github/copilot-sdk/go from 1.0.0-beta.6 to 1.0.0-beta.7.

Release notes

Sourced from github.com/github/copilot-sdk/go's releases.

rust/v1.0.0-beta.7

What's Changed

Full Changelog: github/copilot-sdk@rust/v1.0.0-beta.6...rust/v1.0.0-beta.7

v1.0.0-beta.7

Feature: canvas runtime support

Applications can now declare and handle canvases — interactive UI surfaces hosted by the Copilot runtime. Register a single CanvasHandler on a session and receive routed canvas.open, canvas.close, and canvas.action.invoke events; call session.canvas.* for native host actions. (#1401)

session.setCanvasHandler({
  onOpen: async (ctx) => { /* render canvas */ },
  onAction: async (ctx) => { /* handle action */ },
  onClose: async (ctx) => { /* cleanup */ },
});
session.SetCanvasHandler(new MyCanvasHandler());

Feature: remote session support

Applications can enable remote sessions either at the client level (all sessions in a GitHub repo get a remote URL) or on demand mid-session. (#1192)

// Always-on via client option:
const client = new CopilotClient({ remote: true });
// On-demand per session:
const result = await session.rpc.remote.enable();
console.log("Remote URL:", result.url);
</tr></table>

... (truncated)

Commits
  • 51043b1 Add SDK canvas runtime support (#1401)
  • 08f0521 Update @​github/copilot to 1.0.53-2 (#1408)
  • a77e8ec Update @​github/copilot to 1.0.52 (#1405)
  • e89a891 Update @​github/copilot to 1.0.52-4 (#1393)
  • 9149379 Java SDK: sync reference implementation to ^1.0.52-1, add preMcpToolCall ...
  • 5e4f490 Add Java-specific content to monorepo copilot-instructions.md (#1391)
  • a68141d Rust SDK: bundle Copilot CLI by default (#1385)
  • 4afa8ce Fix .NET package version props generation (#1387)
  • 217db5f Implement phase 03 of merge to monorepo plan (#1369)
  • d99871c x-opaque-json -> JsonElement mapping with object boundary at RPC params (#1359)
  • 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)

Bumps [github.com/github/copilot-sdk/go](https://github.com/github/copilot-sdk) from 1.0.0-beta.6 to 1.0.0-beta.7.
- [Release notes](https://github.com/github/copilot-sdk/releases)
- [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md)
- [Commits](github/copilot-sdk@v1.0.0-beta.6...v1.0.0-beta.7)

---
updated-dependencies:
- dependency-name: github.com/github/copilot-sdk/go
  dependency-version: 1.0.0-beta.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 26, 2026
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants