Skip to content

v0.2.0 — CLI UX & Developer Experience

Latest

Choose a tag to compare

@wisdomqin wisdomqin released this 25 Feb 09:13
· 3 commits to main since this release

🦐 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 Consolidationuser/USER_PROFILE.md is the single source of truth

Skills System

  • Writable Skills — AI can create and update skills via create_skill/update_skill tools
  • Skill ChangelogSKILL_LOG.md automatically 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 support
  • chalk — Terminal colors and styling

Full Changelog: https://github.com/dataelement/ClawCore/commits/v0.2.0