mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-07 10:03:19 +00:00
1020 B
1020 B
Eggent v0.1.2 - Dark Theme and Python Recovery
Patch release focused on UX polish and Python runtime resilience: dark mode controls, safer dependency recovery, and cleaner project file tree output.
Highlights
- Added
Dashboard -> Settings -> Appearance -> Dark modetoggle. - Applied saved dark mode directly in root layout for consistent initial render.
- Improved Python package recovery with project-local virtualenv fallback when system pip is blocked.
- Python execution now prefers
.venv/venvinterpreter and environment when present. - Hidden
.venvandvenvfrom project file tree output. - Version bump to
0.1.2across package metadata andGET /api/health.
Upgrade Notes
- No migration step required.
- Existing projects keep working without changes.
- Projects with local virtualenvs now get automatic interpreter preference for Python execution.
Links
- Full release snapshot:
docs/releases/0.1.2-dark-theme-python-recovery.md - Installation and update guide:
README.md