github Paca-AI/paca v0.13.0

latest release: v0.13.1
4 hours ago

What's Changed

  • Docs/update sponsorship section by @pikann in #401
  • Feature/improve agent feature by @pikann in #398
  • chore: update dependencies in go.mod and go.sum by @pikann in #403
  • feat(agent): conversation audience + owner-private scope enforcement by @s7952452 in #406
  • feat: enhance agent runner by @pikann in #404
  • Feature/refactor acp bridge by @pikann in #409
  • feat(agent): implement token usage tracking and cost accounting in agent conversations by @pikann in #408
  • feat(sprints): add "Delete sprint" action to the sprint edit modal by @vhervatin in #411
  • feat: replace optional user query options with mandatory ones and improve language loading by @pikann in #412
  • feat: add email support for user accounts and password reset tokens by @pikann in #410
  • fix: update acp-bridge upload path in GitHub Actions workflow by @pikann in #413
  • fix: update API endpoint for plugin deletion in remove-plugin script by @pikann in #414
  • chore(deps): bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in /services/api by @dependabot[bot] in #415

New Contributors

Full Changelog: v0.12.5...v0.13.0

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

⚠️ Breaking Change: ACP Bridge is now a native binary, not a Python package

The local ACP bridge (paca-acp-bridge — the daemon that connects an ACP-type agent to Claude Code, Codex, Gemini CLI, Goose, or a custom ACP server running on your own machine) has been rewritten from a Python package (distributed via PyPI, run with uvx) to a native Go binary distributed as GitHub Release assets.

As of this release, paca-acp-bridge is no longer published to PyPI. If you invoke it with uvx paca-acp-bridge run ..., uvx will keep resolving to the last version that was ever published there — it will not receive any future fixes or event-format updates, and it may eventually drift out of sync with your Paca server. Python 3.12+ and uv are no longer required at all.

How to migrate

  1. Stop any currently running uvx paca-acp-bridge run ... process (Ctrl-C).
  2. Install the new binary:
    curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/install-acp-bridge.sh | bash

Don't miss a new paca release

NewReleases is sending notifications on new releases.