Commit a3b85f5
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
File tree
21 files changed
+5637
-1516
lines changed- .claude-plugin
- docs
- src/plan_cascade
- backends
- cli
- core
- llm
- providers
21 files changed
+5637
-1516
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments