Skip to content

Releases: eggent-ai/eggent

Eggent v0.1.3 - OAuth Native CLI Providers

06 Mar 12:57

Choose a tag to compare

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-cli and gemini-cli providers.
  • 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.3 across package metadata and GET /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 / gemini OAuth 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

06 Mar 08:01

Choose a tag to compare

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 mode toggle.
  • 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/venv interpreter and environment when present.
  • Hidden .venv and venv from project file tree output.
  • Version bump to 0.1.2 across package metadata and GET /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

03 Mar 11:34

Choose a tag to compare

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.json editing with save/reset in Dashboard -> 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.1 across 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: 38 skills available for per-project install.

Upgrade Notes

  • Existing MCP configs continue to work (Cursor mcpServers and legacy servers are both supported).
  • GET /api/health now reports version 0.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