github eigent-ai/eigent v0.0.89

5 hours ago

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.

Don't miss a new eigent release

NewReleases is sending notifications on new releases.