Skip to content

Initial Release v0.1.0

Choose a tag to compare

@ziggle-dev ziggle-dev released this 25 Jul 11:23
· 128 commits to main since this release
ac60637

🚀 Initial Release

First public release of Clanker - AI agents that actually do things.

Features

  • 🧠 Intelligent File Editing: Order-invariant diff algorithm with 89% success rate
  • 🛠️ Extensible Tool System: Every action is a tool, create your own
  • 🎨 Beautiful Terminal UI: React-powered interface with syntax highlighting
  • 🔐 Safety First: Confirmation prompts for destructive actions
  • 🤖 Multi-Provider Support: Works with OpenAI, Anthropic, and local models

Built-in Tools

  • File operations (read, write, edit, remove)
  • Shell command execution
  • Code search with ripgrep
  • Task management
  • AI-powered summarization
  • Interactive user input

Getting Started

```bash
npm install -g @ziggle/clanker
clanker
```

See documentation for more details.