mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-07 10:03:19 +00:00
1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
[0.1.2] - 2026-03-06
Added
- Dark mode toggle in
Dashboard -> Settings -> Appearance. - Saved theme is applied on app layout load (
<html class="dark">) for consistent rendering.
Changed
- Python code execution now prefers project-local virtualenv interpreters (
.venv/venv) when present. - Python dependency recovery now includes project-local venv fallback for environments where system pip is blocked.
- Prompt guidance updated to use
install_packages(kind=python)and virtualenv fallback when needed.
Fixed
- Project file tree now hides
.venvandvenvdirectories alongside.meta.
[0.1.1] - 2026-03-03
Added
PUT /api/projects/[id]/mcpendpoint for saving raw MCP config content.- Inline MCP JSON editor with save/reset in
Dashboard -> MCP. - Inline MCP JSON editor with save/reset in project details context panel.
- Editable project instructions with save/reset in project details.
- Release documentation set in
docs/releases/.
Changed
- MCP content validation and normalization before writing
.meta/mcp/servers.json. - Package/app health version updated to
0.1.1.