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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ version: README.md schema/meta.json schema/schema.json
echo $(ACP_VERSION) > $@

schema/meta.json: schema/version
curl -o $@ --fail -L https://raw.githubusercontent.com/zed-industries/agent-client-protocol/refs/tags/v$(ACP_VERSION)/schema/meta.json
curl -o $@ --fail -L https://raw.githubusercontent.com/agentclientprotocol/agent-client-protocol/refs/tags/v$(ACP_VERSION)/schema/meta.json

schema/schema.json: schema/version
curl -o $@ --fail -L https://raw.githubusercontent.com/zed-industries/agent-client-protocol/refs/tags/v$(ACP_VERSION)/schema/schema.json
curl -o $@ --fail -L https://raw.githubusercontent.com/agentclientprotocol/agent-client-protocol/refs/tags/v$(ACP_VERSION)/schema/schema.json

README.md: schema/version
@command -v $(MDSH) >/dev/null || { echo "mdsh not found; run 'nix develop' or install it." 1>&2; exit 1; }
Expand Down
4 changes: 2 additions & 2 deletions 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/[email protected].4
go get github.com/coder/[email protected].5
```

## Get Started
Expand Down Expand Up @@ -76,7 +76,7 @@ to it via stdio.
- [Go package docs](https://pkg.go.dev/github.com/coder/acp-go-sdk)
- [Examples (Go)](https://github.com/coder/acp-go-sdk/tree/main/example)
- [Protocol Documentation](https://agentclientprotocol.com)
- [Agent Client Protocol GitHub Repository](https://github.com/zed-industries/agent-client-protocol)
- [Agent Client Protocol GitHub Repository](https://github.com/agentclientprotocol/agent-client-protocol)

## License

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Releasing

This project follows the ACP schema version published by
[`zed-industries/agent-client-protocol`](https://github.com/zed-industries/agent-client-protocol).
[`agentclientprotocol/agent-client-protocol`](https://github.com/agentclientprotocol/agent-client-protocol).
Each Go release should align with a specific schema tag so that the generated
code, helper APIs, and library version remain in sync.

Expand Down
34 changes: 17 additions & 17 deletions agent_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions constants_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions schema/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"agentMethods": {
"authenticate": "authenticate",
"initialize": "initialize",
"model_select": "session/set_model",
"session_cancel": "session/cancel",
"session_load": "session/load",
"session_new": "session/new",
"session_prompt": "session/prompt",
"session_set_mode": "session/set_mode"
"session_set_mode": "session/set_mode",
"session_set_model": "session/set_model"
},
"clientMethods": {
"fs_read_text_file": "fs/read_text_file",
Expand Down
2 changes: 1 addition & 1 deletion schema/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.4.5
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.4.5