Skip to content

v0.1.50 — Agent CRUD Management

Choose a tag to compare

@CCLucky-uu CCLucky-uu released this 02 Jun 05:32
· 48 commits to main since this release

Added

  • CLI: agent create, agent update, agent delete commands for agent
    lifecycle management
  • Web: Create, edit, delete agent modals with action buttons in agent
    list
  • Backend: agent.create, agent.update, agent.delete,
    agent.defaultWorkspace WebSocket methods
  • Auto-resolve default workspace path on agent creation (env →
    config.json → relative fallback)
  • Auto-detect and persist workspace root from gateway config on connect

Fixed

  • Hardcoded English error messages in agent modals replaced with i18n
    keys
  • Escape key not closing agent modals
  • Edit agent modal now pre-populates current name and workspace values