Skip to content

Releases: candybox-ai/agentforge

🔥 v2.0.0 - Welcome to AgentForge!

14 Oct 11:31

Choose a tag to compare

🎉 Major Update: Project Renamed

Claude Agent Dispatch is now AgentForge!

Why AgentForge?

AgentForge embodies our core philosophy: your workflows are forged through
usage
, not just configured. Like a blacksmith's forge, the system becomes
stronger with every execution.

What's New

  • New Brand Identity

    • Name: AgentForge
    • Tagline: "Forge your workflow, evolve your agents"
    • Logo: 🔥 AgentForge
  • Complete Documentation Redesign

    • Modern, professional README
    • Comprehensive brand guidelines
    • Mermaid diagrams and comparison tables
  • Backward Compatibility

    • Old command still works (with deprecation warning)
    • Environment variables support both old and new names
    • Recipe format unchanged

Migration Guide

For New Users:

# Install
curl -fsSL https://raw.githubusercontent.com/candybox-ai/agentforge/main/scr
ipts/install.sh | bash

# Use
agentforge "your task"

For Existing Users:

  • Your existing Recipes and knowledge base work without changes
  • Update scripts to use agentforge instead of claude-agent-dispatch
  • Old command still works but will show deprecation warning
  • See [ENGINEERING_MIGRATION_CHECKLIST.md](https://github.com/candybox-ai/ag
    entforge/blob/main/ENGINEERING_MIGRATION_CHECKLIST.md) for details

What Stays the Same

  • ✅ All features and functionality
  • ✅ Recipe format and compatibility
  • ✅ ALITA principles
  • ✅ Zero dependencies (pure Bash)

Resources

Thank You!

Thank you for being part of our journey. Let's forge amazing workflows
together! 🔥

Full Changelog: [v1.0.0...v2.0.0](https://github.com/candybox-ai/agentfo
rge/compare/v1.0.0...v2.0.0)