Skip to content

Commit a3b85f5

Browse files
Taoidleclaude
andcommitted
feat: release v4.0.0 - standalone CLI with multi-LLM support
Major changes: - Add Claude Max LLM provider (no API key required) - Add DeepSeek LLM provider - Add independent ReAct engine module - Add intent classifier for simple mode - Restructure documentation into modular guides - Update version to 4.0.0 New files: - src/plan_cascade/llm/providers/claude_max.py - src/plan_cascade/llm/providers/deepseek.py - src/plan_cascade/core/react_engine.py - src/plan_cascade/core/intent_classifier.py - docs/CLI-Guide.md - docs/Plugin-Guide.md - docs/Desktop-Guide.md - docs/System-Architecture.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aedac1e commit a3b85f5

21 files changed

+5637
-1516
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plan-cascade",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "Three-layer cascaded parallel development framework with multi-agent collaboration. Breaks down projects into Features (Mega Plan), Features into Stories (Hybrid Ralph), with dependency-driven batch execution, Git Worktree isolation, and support for multiple AI agents (Codex, Amp, Aider, etc.).",
55
"author": {
66
"name": "Taoidle",

0 commit comments

Comments
 (0)