Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Learn more about the protocol itself at <https://agentclientprotocol.com>.
<!-- `$ printf 'go get github.com/coder/acp-go-sdk@v%s\n' "$(cat schema/version)"` as bash -->

```bash
go get github.com/coder/acp-go-sdk@v0.4.9
go get github.com/coder/acp-go-sdk@v0.6.3
```

## Get Started
Expand Down
2 changes: 1 addition & 1 deletion acp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func TestConnectionHandlesMessageOrdering(t *testing.T) {
}
if _, err := as.RequestPermission(context.Background(), RequestPermissionRequest{
SessionId: "test-session",
ToolCall: ToolCallUpdate{
ToolCall: RequestPermissionToolCall{
Title: Ptr("Execute command"),
Kind: ptr(ToolKindExecute),
Status: ptr(ToolCallStatusPending),
Expand Down
Loading