mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-08 02:23:06 +00:00
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
# 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 `.venv` and `venv` directories alongside `.meta`.
|
|
|
|
## [0.1.1] - 2026-03-03
|
|
|
|
### Added
|
|
- `PUT /api/projects/[id]/mcp` endpoint 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`.
|