Releases: dataelement/ClawCore
Releases · dataelement/ClawCore
v0.2.0 — CLI UX & Developer Experience
🦐 ClawCore v0.2.0
✨ New Features
CLI Experience Overhaul
- Markdown Rendering — AI responses rendered with terminal-friendly formatting (colored headings, bold, italic, code highlighting, lists, blockquotes)
- Multiline Input — Type
"""to enter multiline mode, type"""again to send - Thinking Indicator — Shows ⏳ loading status while waiting for AI responses
- File Drag & Drop — Drag files into the terminal to auto-copy them to
user/directory - Heartbeat Timestamps — 💓 Heartbeat scans now display precise timestamps
Security & Permissions
- Shell Execution Safety — Whitelist/blocklist + user confirmation for shell commands
- Symlink Protection — Prevents workspace escape via symbolic links
- User Profile Consolidation —
user/USER_PROFILE.mdis the single source of truth
Skills System
- Writable Skills — AI can create and update skills via
create_skill/update_skilltools - Skill Changelog —
SKILL_LOG.mdautomatically tracks all skill changes
Documentation & i18n
- 📄 Complete Japanese (JA), Korean (KO), and Spanish (ES) READMEs
- 📄 Contribution guide
CONTRIBUTING.md+ MIT LICENSE - 👥 Auto-generated contributor avatars via contrib.rocks
🐛 Bug Fixes
- Fixed process exiting after multi-turn conversations
- Fixed CJK character backspace display issues
- Fixed heartbeat and user input race conditions
📦 Dependencies
openai— LLM streaming API supportchalk— Terminal colors and styling
Full Changelog: https://github.com/dataelement/ClawCore/commits/v0.2.0
v0.1 — First Release 🦐
ClawCore v0.1 — First Release 🦐
A core version of OpenClaw, distilled to its soul.
✨ Core Features
- 🧬 Soul System — AI develops its own personality via
SOUL.md - 🪪 Identity Bootstrap — First-run awakening ritual for AI self-discovery
- 🧠 Index-based Memory — Simple
MEMORY_INDEX.mdtable of contents, no vector DB - 🔧 Skill System — Extensible
SKILL.mdwith progressive disclosure - 📁 User Vault — Read-only folder for personal files (PDF/Word/Excel supported)
- 🛠️ Task Workbench — Per-task folders with lifecycle management and archiving
- 💓 Heartbeat Scan — Periodic autonomous scans with smart busy-deferral
🔧 15 Built-in Tools
File operations, memory management, task lifecycle, skill loading, shell exec, and soul/identity updates — all with permission enforcement (user/ is read-only).
📦 Getting Started
git clone https://github.com/dataelement/ClawCore.git
cd ClawCore
npm install
npm run devSupports OpenAI, DeepSeek, Qwen, Ollama, and any OpenAI-compatible API.