Skip to content

v0.0.89

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Mar 04:16
· 5 commits to main since this release

What's New

Server Refactor v1 (#1509)

The server codebase has been restructured to a domain-driven architecture for better maintainability and scalability. No API endpoints or database schemas were changed.

app/component/app/core/ | app/controller/app/domains/*/api/ | app/service/app/domains/*/service/

Other Changes

  • Add security auditor as a default example skill
  • Clarify token usage in chat header with tooltip showing task & project totals
  • Fix long task text overflowing the ChatBox task card
  • Update skill creator

⚠️ Upgrade Notice (Local Deployment Users)

This release includes a breaking change for the server. If you are running a local deployment, you must take action:

Docker users:

cd server
docker-compose up --build -d

Non-Docker users:
Restart your server process after pulling the latest code.

Electron app users:
Simply restart the application.