Skip to content

Releases: OpenInsightDev/acp-agent

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 16:33

What's Changed

  • Add named reverse-proxy server commands by @observerw in #32
  • feat: add server list, status, registrations, and logs commands by @observerw in #39
  • Refactor commands into focused application modules by @observerw in #40
  • chore(deps): bump libc from 0.2.183 to 0.2.189 by @dependabot[bot] in #43
  • chore(deps): bump rust from 1.97-bookworm to 1.98-bookworm by @dependabot[bot] in #46
  • chore(deps): bump agent-client-protocol from 2.0.0 to 2.1.0 by @dependabot[bot] in #49
  • chore(deps): bump flate2 from 1.1.9 to 1.1.10 by @dependabot[bot] in #48
  • chore(deps): bump which from 8.0.5 to 8.0.6 by @dependabot[bot] in #47
  • chore(deps): bump clap from 4.6.5 to 4.6.6 by @dependabot[bot] in #44
  • chore(deps): bump time from 0.3.54 to 0.3.55 by @dependabot[bot] in #42
  • chore(deps): bump futures from 0.3.33 to 0.3.34 by @dependabot[bot] in #41
  • chore(deps): bump reqwest from 0.13.4 to 0.13.5 by @dependabot[bot] in #50
  • chore(deps): bump dirs from 6.0.0 to 7.0.0 by @dependabot[bot] in #51
  • refactor: harden agent lifecycle and organize serving modules by @observerw in #45

Full Changelog: v0.0.5...v0.1.0

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 09 Aug 12:37

What's Changed

  • feat: allow installing multiple agents concurrently by @observerw in #29
  • chore(deps): bump clap from 4.6.4 to 4.6.5 by @dependabot[bot] in #30
  • feat: add --subpath and --agent-sub-path to serve command by @observerw in #31
  • Relocate acp-agent binary to /acp-agent by @observerw in #36

Full Changelog: v0.0.4...v0.0.5

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 05 Aug 05:35

What's Changed

  • refactor: simplify install script with deterministic release URLs by @observerw in #24
  • feat: verify downloaded binaries against registry sha256 by @observerw in #27
  • feat: add cache management commands (list --installed, uninstall, update) by @observerw in #26
  • feat: add --json output mode to list and search commands by @observerw in #25

Full Changelog: v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 08:01

What's Changed

  • fix(ci): publish multi-arch (amd64+arm64) Docker images by @observerw in #20
  • fix: disable deno minimum dependency age for npm packages by @observerw in #19
  • fix(yolo): bundle yolo-mode catalog with releases as offline fallback by @observerw in #21
  • fix: make agent launch failures observable and log binary installs by @observerw in #22
  • chore(ci): simplify workflows by @observerw in #23

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 17:10

What's Changed

  • chore(deps): bump rust from 1.96-bookworm to 1.97-bookworm by @dependabot[bot] in #4
  • chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #6
  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #9
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #11
  • chore(deps): bump reqwest from 0.13.2 to 0.13.4 by @dependabot[bot] in #14
  • chore(deps): bump serde from 1.0.228 to 1.0.229 by @dependabot[bot] in #13
  • chore(deps): bump serde_json from 1.0.149 to 1.0.151 by @dependabot[bot] in #12
  • chore(deps): bump clap from 4.6.0 to 4.6.4 by @dependabot[bot] in #10
  • chore(deps): bump anyhow from 1.0.102 to 1.0.104 by @dependabot[bot] in #7
  • chore(deps): bump async-tungstenite from 0.34.1 to 0.35.0 by @dependabot[bot] in #5
  • chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #8
  • Optimize Docker image and CLI usage by @observerw in #15
  • ci: only run docker smoke build on main pushes by @observerw in #18
  • feat(cli): require -- separator for run passthrough args by @observerw in #16
  • feat(cli): add --yolo mode for run and serve by @observerw in #17

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 09:27