Skip to content

v0.12.0

Choose a tag to compare

@pikann pikann released this 09 Aug 06:20
· 8 commits to master since this release
a06268a

What's Changed

  • feat: speed up API build and gate "latest" on a complete release by @pikann in #359
  • feat: update GitHub Actions to use latest versions of actions and imp… by @pikann in #360
  • chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /services/ai-agent by @dependabot[bot] in #362
  • chore(deps): bump aiohttp from 3.14.1 to 3.14.3 in /apps/acp-bridge by @dependabot[bot] in #363
  • chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /apps/acp-bridge by @dependabot[bot] in #364
  • chore(deps): bump aiohttp from 3.14.1 to 3.14.3 in /services/ai-agent by @dependabot[bot] in #365
  • Feature/introduce global agents by @pikann in #367
  • feat: add MCP API key functionality for ACP agents by @pikann in #368
  • feat(acp-bridge): stream assistant text in position instead of one end-of-turn block by @Cha0os in #370
  • feat: add feature files for agent management, automation, and convers… by @pikann in #371
  • fix: ACP bridge finish-text dedup gaps + agents table column exhaustion by @pikann in #372
  • feat: add edit sprint functionality and completed sprints section to project interactions by @pikann in #373
  • docs: update roadmap with new agent skills and automation features by @pikann in #374
  • Feature/enhance automation nodes by @pikann in #375
  • feat(web): infinite-scroll conversation events by @Cha0os in #369
  • feat: add avatar upload functionality for users and projects by @pikann in #376
  • feat: add workspace branding service and endpoints by @pikann in #377
  • feat: update roadmap with AI agent performance improvements and custo… by @pikann in #378
  • docs: add v0.12.0 updates to README with workspace branding customiza… by @pikann in #379
  • test: add languages testing for web app by @pikann in #380

New Contributors

Full Changelog: v0.11.3...v0.12.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