Conversation
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.9.1 to 5.9.2. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.9.1...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.48.2 to 1.49.1. - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.2...v1.49.1) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.49.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/coder/acp-go-sdk](https://github.com/coder/acp-go-sdk) from 0.6.3 to 0.12.0. - [Release notes](https://github.com/coder/acp-go-sdk/releases) - [Commits](coder/acp-go-sdk@v0.6.3...v0.12.0) --- updated-dependencies: - dependency-name: github.com/coder/acp-go-sdk dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Rename KillTerminalCommand method to KillTerminal to satisfy the new Client interface contract, update associated Request/Response types, rename FileSystemCapability to FileSystemCapabilities, and move SetSessionModel calls to the UnstableSetSessionModel namespace.
roborev: Combined Review (
|
wesm
added a commit
to cpcloud/roborev
that referenced
this pull request
Apr 22, 2026
The squash-rebase combined this branch's bmatcuk/doublestar/v4 add with main's batch dep bump (roborev-dev#666), producing a go.sum neither existing vendorHash matched. Hash copied from the nix CI job output. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the following dependabot updates:
The acp-go-sdk 0.6.3 → 0.12.0 jump introduces breaking renames that are adapted in
internal/agent:KillTerminalCommandmethod →KillTerminal(to satisfy the newacp.Clientinterface), along with the associatedKillTerminalCommandRequest/Response→KillTerminalRequest/Responsetypesacp.FileSystemCapability→acp.FileSystemCapabilitiesconn.SetSessionModel/acp.SetSessionModelRequest/acp.ModelId→conn.UnstableSetSessionModel/acp.UnstableSetSessionModelRequest/acp.UnstableModelIdacp.RequestPermissionToolCall→acp.ToolCallUpdatein testsflake.nixvendorHash updated for the new dependency set.Closes #663, #664, #665