Skip to content

Releases: coder/acp-go-sdk

v0.6.3

03 Nov 16:51
cc23bb6

Choose a tag to compare

What's Changed

  • refactor: preserve multi-line formatting in generated doc comments by @ThomasK33 in #3

Full Changelog: v0.4.9...v0.6.3

v0.4.9

13 Oct 10:54
2c1aef2

Choose a tag to compare

What's Changed

  • feat: enrich generated docs with schema descriptions by @ThomasK33 in #2

Full Changelog: v0.4.5...v0.4.9

v0.4.5

10 Oct 14:07
da204ff

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

01 Oct 15:27
4959964

Choose a tag to compare

Full Changelog: v0.4.3...v0.4.4

v0.4.3

26 Sep 17:58
fe457c7

Choose a tag to compare

Initial commit

This commit introduces the initial version of the Go SDK for the
Agent Client Protocol (ACP). It includes the core library for
building ACP agents and clients, generated type-safe wrappers from the
ACP schema, and connection handling logic.

A Nix-based development environment is provided via flake.nix for
consistent builds and formatting. The project is configured with
GitHub Actions for CI, including formatting checks, tests, and flake
validation.

Example agent and client implementations are included to demonstrate
usage and for integration testing. Documentation for contributing,
releasing, and using the SDK is also part of this initial commit.