Skip to content

Releases: Paca-AI/paca

v0.10.0

Choose a tag to compare

@pikann pikann released this 18 Jul 08:26
bc7bb79

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.sh

v0.10.0-rc.1

v0.10.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@pikann pikann released this 18 Jul 08:00
0101d49

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

Choose a tag to compare

@pikann pikann released this 15 Jul 17:17
e8d816c

What's Changed

  • feat: support multiple assignees for tasks by @pikann in #277

Full Changelog: v0.9.6...v0.9.7

v0.9.6

Choose a tag to compare

@pikann pikann released this 15 Jul 12:32
fc9fa6d

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.sh

v0.9.5

Choose a tag to compare

@pikann pikann released this 11 Jul 06:37
00ffe9f

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

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.sh

v0.9.4

Choose a tag to compare

@pikann pikann released this 10 Jul 10:46
c85f0a8

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.sh

v0.9.2

Choose a tag to compare

@pikann pikann released this 10 Jul 09:18
b469c25

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.sh

v0.9.1

Choose a tag to compare

@pikann pikann released this 08 Jul 17:32
b722b75

What's Changed

  • fix: nullify orphaned references in triggered_by_member_id before add… by @pikann in #256

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.sh

v0.9.0

Choose a tag to compare

@pikann pikann released this 08 Jul 16:57
662fde5

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.sh

v0.8.0

Choose a tag to compare

@pikann pikann released this 03 Jul 18:34
1a37f10

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