Skip to content

Commit cc23bb6

Browse files
authored
refactor: preserve multi-line formatting in generated doc comments (#3)
1 parent 2c1aef2 commit cc23bb6

File tree

13 files changed

+1919
-601
lines changed

13 files changed

+1919
-601
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Learn more about the protocol itself at <https://agentclientprotocol.com>.
1414
<!-- `$ printf 'go get github.com/coder/acp-go-sdk@v%s\n' "$(cat schema/version)"` as bash -->
1515

1616
```bash
17-
go get github.com/coder/acp-go-sdk@v0.4.9
17+
go get github.com/coder/acp-go-sdk@v0.6.3
1818
```
1919

2020
## Get Started

acp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func TestConnectionHandlesMessageOrdering(t *testing.T) {
352352
}
353353
if _, err := as.RequestPermission(context.Background(), RequestPermissionRequest{
354354
SessionId: "test-session",
355-
ToolCall: ToolCallUpdate{
355+
ToolCall: RequestPermissionToolCall{
356356
Title: Ptr("Execute command"),
357357
Kind: ptr(ToolKindExecute),
358358
Status: ptr(ToolCallStatusPending),

0 commit comments

Comments
 (0)