## Summary
Consolidates the following dependabot updates:
- #663 -- build(deps): bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2
- #664 -- build(deps): bump modernc.org/sqlite from 1.48.2 to 1.49.1
- #665 -- build(deps): bump github.com/coder/acp-go-sdk from 0.6.3 to 0.12.0
The acp-go-sdk 0.6.3 → 0.12.0 jump introduces breaking renames that are adapted in `internal/agent`:
- `KillTerminalCommand` method → `KillTerminal` (to satisfy the new `acp.Client` interface), along with the associated `KillTerminalCommandRequest`/`Response` → `KillTerminalRequest`/`Response` types
- `acp.FileSystemCapability` → `acp.FileSystemCapabilities`
- `conn.SetSessionModel` / `acp.SetSessionModelRequest` / `acp.ModelId` → `conn.UnstableSetSessionModel` / `acp.UnstableSetSessionModelRequest` / `acp.UnstableModelId`
- `acp.RequestPermissionToolCall` → `acp.ToolCallUpdate` in tests
`flake.nix` vendorHash updated for the new dependency set.
Closes #663, #664, #665
Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>
Bumps github.com/coder/acp-go-sdk from 0.6.3 to 0.12.0.
Release notes
Sourced from github.com/coder/acp-go-sdk's releases.
Commits
72c8f1dchore: bump version to 0.12.0 (#31)3a19dcbfix(connection): response-scoped notification barrier (fixes WaitGroup reuse ...c180b9dchore: bump version to 0.11.7 (#29)584abe6feat(unstable): expose typed session selector/capability fields for clients (...d5cd19fci: re-enable depot runners (#25)dbb5044Add unstable ACP schema support + $/cancel_request (#17)38d6de7fix: serialize notification processing to maintain message order (#8)2b2c16cci: bump nix-community/cache-nix-action in the github-actions group (#19)62137e8ci: bump the github-actions group across 1 directory with 2 updates (#16)c225368Bump ACP schema to 0.10.7 (#15)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)