Releases: claude-world/claude-agent
Releases · claude-world/claude-agent
v2.1.0
Full Changelog: v2.0.0...v2.1.0
v2.0.0 — Agentic OS
Agentic OS v2.0.0
Major upgrade from single-CLI assistant to a cross-generation Agentic Intelligence OS.
New Features
Multi-LLM Executor Layer
- 6 pluggable backends: Claude CLI, Anthropic SDK, OpenAI/Grok, Gemini, Ollama, CLI session
- Switch between AI providers in Settings
Hybrid Memory System
- SQLite + LanceDB vector semantic search
- 3-tier embedding fallback: Xenova local model → TF-IDF
/api/memory/searchfor semantic queries
Hierarchical Multi-Agent System
- Supervisor → Specialist architecture (researcher, writer, analyst, executor, critic)
- Parallel, sequential, and swarm execution modes
- Agent Lineage with memory inheritance
Proactive Goal Loop
- Daily Plan→Do→Check→Reflect→Report cycle
- Goal CRUD with milestones and progress tracking
- Configurable schedule and delivery channel (Telegram/Discord)
3 New UI Pages
- Executions — create, start, monitor multi-agent tasks
- Goals — manage long-term goals with milestone tracking
- Lineages — visualize agent family trees
SDK Upgrades
- Tailwind CSS 4.2 (migrated from v3)
- Vite 8, TypeScript 6, vitest 4, Electron 41, React 19
@anthropic-ai/sdk0.88,openai6,ollama0.6
Security & Validation
- Input validation: cron expressions, IANA timezones, milestone shapes, priority ranges
- Prompt injection protection with XML delimiters
- Foreign key enforcement in SQLite
Download
- macOS (Apple Silicon):
Claude.Agent-2.0.0-arm64.dmg - Or run from source:
cd app && pnpm install && npm run dev:all
v1.2.0
Full Changelog: https://github.com/claude-world/claude-agent/commits/v1.2.0
Claude Agent v1.0.0
Claude Agent v1.0.0
Persistent personal assistant powered by Claude Code.
Download
- macOS (Apple Silicon):
Claude Agent-1.0.0-arm64.dmg(150 MB)
First launch takes ~10s to install server dependencies, then auto-opens.
Quick Start (CLI)
git clone https://github.com/claude-world/claude-agent.git
cd claude-agent && claude
/setupFeatures
- 49 skills (productivity, smart home, media, messaging, content, security)
- 9-page control panel (Chat, History, Skills, Agents, Memory, MCP, Schedule, Settings, Channels)
- 4 agents (researcher, writer, analyst, content-publisher)
- 4 MCP servers — 66 tools (trend-pulse, claude-101, cf-browser, notebooklm)
- Telegram/Discord integration (native Channels + built-in bridges)
- Scheduled tasks with cron + execution history
- CLI detection (claude, codex, gemini, opencode, node, uvx, gh)
- OpenClaw one-click migration
- i18n: English, 繁體中文, 日本語
- Desktop app (Electron) + Web UI + CLI