Skip to content

Releases: zhicongsun/elephagent

v0.3.2

Choose a tag to compare

@zhicongsun zhicongsun released this 12 May 09:36

Bug Fixes

  • Fix VERSION/SERVER_VERSION strings stuck at 0.2.0 (now correctly reports 0.3.2)
  • Add clear error message in elephagent sync when no git remote is configured — guides users to create a repo and add a remote before syncing

Docs

  • Added remote setup instructions to both CLI and AI agent sections in README (English & Chinese)

v0.3.0

Choose a tag to compare

@zhicongsun zhicongsun released this 11 May 07:46

What's New

New Features

  • /el-import skill — Import existing memories and skills from Claude Code, Cursor, or Codex with --from, --path, or by skill name
  • /el-handoff skill — Summarize your current session to shared memory before switching tools
  • el- prefix for all skills — All 7 built-in skills now use the el- prefix to avoid naming conflicts. Existing users are auto-migrated on elephagent build

Improvements

  • Updated demo GIF with intro animation and Claude Code skill showcase
  • Restructured README for user-friendly onboarding flow
  • All docs now use elephagent CLI instead of python3 elephagent.py

Full Changelog

v0.2.0...v0.3.0

v0.2.0 — Import Command

Choose a tag to compare

@zhicongsun zhicongsun released this 10 May 13:12

elephagent v0.2.0

New Feature: elephagent import

Import existing memories and skills from Claude Code, Cursor, or Codex into .agent/ for cross-platform sharing.

# Auto-detect and import everything
elephagent import

# Import from a specific platform
elephagent import --from claude
elephagent import --from cursor
elephagent import --from codex

What it imports:

  • Memories: hand-written CLAUDE.md, .cursor/rules/agent-memory.mdc, AGENTS.md
  • Skills: .claude/skills/*/SKILL.md, .cursor/rules/*.mdc

Skips elephagent-generated files and deduplicates automatically.

Install / Upgrade

pip install --upgrade elephagent