Releases: Paca-AI/paca
Release list
v0.10.0
What's Changed
- chore(deps): bump mcp from 1.28.0 to 1.28.1 in /services/ai-agent by @dependabot[bot] in #283
- fix(home): display real workspace stats instead of hardcoded values by @pullfrog[bot] in #282
- Feature/add support for acp agents by @pikann in #284
- fix: adjust project routes to use consistent path structure by @pikann in #285
- feat: add support for custom field filters in task listing by @pikann in #286
- feat: implement conversations page by @pikann in #287
- refactor: simplify scrollbar styles across components by @pikann in #288
- feat: implement cursor-based pagination for conversations by @pikann in #289
- Feature/enhance acp agent workflow by @pikann in #290
- chore: update installation instructions to use 'uv pip' for consisten… by @pikann in #291
Full Changelog: v0.9.7...v0.10.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.shv0.10.0-rc.1
What's Changed
- chore(deps): bump mcp from 1.28.0 to 1.28.1 in /services/ai-agent by @dependabot[bot] in #283
- fix(home): display real workspace stats instead of hardcoded values by @pullfrog[bot] in #282
- Feature/add support for acp agents by @pikann in #284
- fix: adjust project routes to use consistent path structure by @pikann in #285
- feat: add support for custom field filters in task listing by @pikann in #286
- feat: implement conversations page by @pikann in #287
- refactor: simplify scrollbar styles across components by @pikann in #288
- feat: implement cursor-based pagination for conversations by @pikann in #289
- Feature/enhance acp agent workflow by @pikann in #290
Full Changelog: v0.9.7...v0.10.0-rc.1
v0.9.7
v0.9.6
What's Changed
- feat: add automation workflows section and demo image for v0.9.0 release by @pikann in #267
- feat: add handling for unidentified comment actors in activity and document services by @pikann in #270
- Add subscription agents, local repos, and Russian locale by @x0doit in #244
- docs: update README to include sponsorship badges for DigitalOcean an… by @pikann in #271
- feat: add plugin navigation and custom permissions support by @pikann in #275
- fix: task list 500s when combining assignee_id=null with assignee_ids by @pikann in #276
New Contributors
Full Changelog: v0.9.5...v0.9.6
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.shv0.9.5
What's Changed
- feat(i18n): add Brazilian Portuguese (pt-BR) locale by @vhervatin in #266
- fix: update dependencies and improve Dockerfile configurations by @pikann in #265
New Contributors
- @vhervatin made their first contribution in #266
Full Changelog: v0.9.4...v0.9.5
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.shv0.9.4
What's Changed
Full Changelog: v0.9.3...v0.9.4
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.shv0.9.2
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0 in /services/api by @dependabot[bot] in #258
- chore: add Pullfrog workflow file by @pullfrog[bot] in #259
- fix(mcp): handle 204 No Content responses without parsing JSON by @pullfrog[bot] in #261
- refactor: refactor agent permissions and prompt handling by @pikann in #262
Full Changelog: v0.9.1...v0.9.2
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.shv0.9.1
What's Changed
Full Changelog: v0.9.0...v0.9.1
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.shv0.9.0
What's Changed
- feat: implement automation workflow feature by @pikann in #249
- docs: update star history chart link with sealed token for enhanced s… by @pikann in #250
- refactor: refactor agent handler and update skill documentation by @pikann in #251
- feat: enhance AI chatting feature by @pikann in #253
- feat: allow workflow graph edits while active, not just draft by @pikann in #254
- feat: update PATCH operations to preserve omitted fields for sprint a… by @pikann in #255
Full Changelog: v0.8.0...v0.9.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.shv0.8.0
What's Changed
- fix: ensure live REST read for conversation state to prevent staleness in execution status by @pikann in #242
- feat: add support for secret environment variables per agent by @pikann in #243
- feat: refactor ai agent executor by @pikann in #247
- fix: fix error when set default task type by @pikann in #248
Full Changelog: v0.7.2...v0.8.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