Releases: eggent-ai/eggent
Releases · eggent-ai/eggent
Eggent v0.1.3 - OAuth Native CLI Providers
Eggent v0.1.3 - OAuth Native CLI Providers
Patch release focused on OAuth-native provider integration and reliability improvements for API transports.
Highlights
- Added API-native OAuth transport for
codex-cliandgemini-cliproviders. - Added provider auth endpoints for CLI OAuth connect/status checks.
- Updated Settings flow to
Provider -> Method -> Connect -> Model. - Added dynamic CLI model discovery with fallback presets.
- Fixed invalid URL failures for Anthropic and Google when base URL is missing/empty.
- Version bump to
0.1.3across package metadata andGET /api/health.
Upgrade Notes
- No migration step required.
- Existing API key providers continue to work as before.
- For CLI providers, run CLI login first (
codex login/geminiOAuth login), then use OAuth mode in Eggent.
Links
- Full release snapshot:
docs/releases/0.1.3-oauth-native-cli-providers.md - Installation and update guide:
README.md
Eggent v0.1.2 - Dark Theme and Python Recovery
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
Eggent v0.1.1 - Unified Context
Eggent v0.1.1 - Unified Context
Generalized release that consolidates the full platform surface into one project-centric workflow: chat + tools, memory + knowledge, skills + MCP, cron automation, and external messaging integrations.
Highlights
- Added raw MCP config save endpoint:
PUT /api/projects/[id]/mcp. - Added direct
servers.jsonediting with save/reset inDashboard -> MCP. - Added same MCP editing controls in project details context panel.
- Added editable project instructions with save/reset in project details.
- Added MCP content validation/normalization before writing
.meta/mcp/servers.json. - Version bump to
0.1.1across package metadata and health response.
Platform Coverage
- Dashboard modules:
chat,projects,memory,skills,mcp,cron,settings,api,messengers. - API modules: auth, chat, projects, skills, MCP, memory, knowledge, cron, external API, Telegram integration, files, models, settings, health, realtime events.
- Bundled skills catalog:
38skills available for per-project install.
Upgrade Notes
- Existing MCP configs continue to work (Cursor
mcpServersand legacyserversare both supported). GET /api/healthnow reports version0.1.1.- No migration step required for existing
data/projects.
Links
- Full release snapshot:
docs/releases/0.1.1-unified-context.md - Installation and update guide:
README.md