Releases: zhicongsun/elephagent
Releases · zhicongsun/elephagent
Release list
v0.3.2
Bug Fixes
- Fix
VERSION/SERVER_VERSIONstrings stuck at0.2.0(now correctly reports0.3.2) - Add clear error message in
elephagent syncwhen 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
What's New
New Features
/el-importskill — Import existing memories and skills from Claude Code, Cursor, or Codex with--from,--path, or by skill name/el-handoffskill — Summarize your current session to shared memory before switching toolsel-prefix for all skills — All 7 built-in skills now use theel-prefix to avoid naming conflicts. Existing users are auto-migrated onelephagent build
Improvements
- Updated demo GIF with intro animation and Claude Code skill showcase
- Restructured README for user-friendly onboarding flow
- All docs now use
elephagentCLI instead ofpython3 elephagent.py
Full Changelog
v0.2.0 — Import Command
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 codexWhat 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