Autonomous AI development platform with continuous learning and multi-agent orchestration. Version 1.2.0 now available with Graph Planning Engine, Task List Generator, and Ultrathink built-in.
# One command installs everything automatically
curl -fsSL https://raw.githubusercontent.com/VenTheZone/code-evolve/master/install.sh | bashWhat it includes:
- β Detects your platform automatically (Linux/macOS/Windows)
- β Downloads the correct binary for your system
- β Installs to your PATH automatically
- β No dependencies required
- β Ready to use immediately
Plan and execute complex tasks with intelligent graph-based planning:
# Create a task graph for complex projects
evolve plan --task "Build a REST API with authentication"Features:
- Task breakdown with dependency tracking
- Priority-based execution ordering
- Progress visualization
- Automatic retry on failures
Automatically generate structured task lists from your goals:
# Generate implementation tasks
evolve tasks generate --description "Implement user authentication with JWT"
# List all tasks
evolve tasks list
# Update task status
evolve tasks update <task-id> --status in_progressAdvanced thinking mode for GLM-4.6 and Big Pickle models - works out of the box:
{
"ultrathink": {
"enabled": true,
"mode": "tool",
"targetModels": ["glm-4.6", "big-pickle"]
}
}Two modes:
- lite: Prefix only the latest user message
- tool (recommended): Redundancy-first injection for all important places
6 specialized agents with intelligent task routing:
| Agent | Purpose |
|---|---|
| Evolve | Unified orchestrator |
| Explorer | Codebase discovery |
| Pseudo-Coder | Boilerplate generation |
| Code-Reviewer | Quality assurance |
| Document-Specialist | Documentation |
| Pullstack | Web research |
| Testing | Verification |
Create and manage custom skills:
# List available skills
evolve skills list
# Create a new skill
evolve skills create
# Skill templates included:
# - agent-enhancement
# - tool-integration
# - workflow-automation
# - documentation
# - testing
# - analysis
# - coordinationDefine custom rules and automated workflows:
# .opencode/workflows.yaml
workflows:
- id: test-on-commit
trigger: "git commit"
steps:
- agent: Testing
task: "Run test suite"Download for your platform:
| Platform | Download |
|---|---|
| Linux x64 | evolve-linux-x64.tar.gz |
| Linux x64-musl | evolve-linux-x64-musl.tar.gz |
| Linux arm64 | evolve-linux-arm64.tar.gz |
| macOS x64 | evolve-darwin-x64.tar.gz |
| macOS arm64 | evolve-darwin-arm64.tar.gz |
| Windows x64 | evolve-windows-x64.zip |
# Example for Linux x64
curl -fsSL https://github.com/VenTheZone/code-evolve/releases/download/v1.2.0/evolve-linux-x64.tar.gz -o evolve.tar.gz
tar -xzf evolve.tar.gz
chmod +x bin/evolve
sudo mv bin/evolve /usr/local/bin/
evolve --version # Should show 1.2.0cd your-project
evolve initThis creates .opencode/ directory with:
skills/- Custom skillsmemory/- Knowledge baseconfig/- Project configurationlogs/- Execution logsbrain/- Planning artifacts
# Execute autonomous development
evolve run --task "Implement user authentication"
# Plan a complex task
evolve plan --task "Build e-commerce platform"
# Generate task list
evolve tasks generate --description "Add payment integration"
# List available agents
evolve agents list
# Learn from development
evolve learn --add --category Do --title "Use early returns for validation"# List MCP servers
evolve mcp list
# Install MCP server
evolve mcp install <server-name>- Release Notes - Detailed v1.2.0 changes
- Enhanced SWE Workflow - Software engineering best practices
- Skills Guide - Create custom skills
- MCP Setup - Configure Model Context Protocol
- Troubleshooting - Common issues
676 pass
7 skip
0 fail
| Feature | Description |
|---|---|
| Autonomous Orchestration | 6 specialized agents coordinate intelligently |
| Continuous Learning | Captures patterns and lessons learned |
| Graph Planning | Task dependencies and priority management |
| Skills Ecosystem | Template-based skill creation |
| Rules & Workflows | Automated task routing |
| Artifact System | Rich JSON artifacts with status tracking |
| Ultrathink Built-in | Advanced thinking mode (no install) |
- No external dependencies - Binary works out of the box
- Platforms: Linux, macOS, Windows
- Architectures: x64, arm64
MIT License - Built on OpenCode
π Code-Evolve: Where AI agents evolve your development process.
