plandex version history
10 releases tracked, newest first.
cli/v2.2.1
Jul 16, 2025- Connect Claude Pro or Max subscription for Anthropic models
- Works in Integrated Models or BYO Key Mode
- Prompt to connect appears on first Plandex run
- Fixed bug with custom models and providers
4 downloads
server/v2.2.1
Jul 16, 2025See CLI 2.2.1 release notes.
0 downloads
cli/v2.2.0
Jul 1, 2025This is a big release that is mainly focused on Plandex's model provider and model config system. It significantly increases model provider flexibility, makes custom model configuration much easier, reduces costs on Cloud, and adds built-in support for Ollama.
## 🔌 Model provider flexibility for BYO key mode
- Now when using Plandex in BYO key mode (either Cloud or self-hosted), you can easily use Plandex with a wide range of built-in model providers.
- Apart from OpenRouter and the OpenAI API (which were already built-in), built-in providers now include:
- Anthropic API
- Google AI Studio
- Google Vertex AI
- Azure OpenAI
- AWS Bedrock
- DeepSeek API
- Perplexity API
- Ollama (for local models—see below for details)
- See the new [model provider docs](https://docs.plandex.ai/models/model-providers) for more details.

## 🛟 Provider fallback
- When API keys/credentials are provided for multiple providers for a model, Plandex will fail over to the last valid provider if the first one fails. This is especially useful when using a direct prov
4 downloads
server/v2.2.0
Jul 1, 2025See CLI 2.2.0 release notes.
0 downloads
server/v2.1.8
Jun 8, 2025- Fix for potential hang in file map queue
0 downloads
server/v2.1.7
Jun 4, 2025- Fix for "conversation summary timestamp not found in conversation" error (https://github.com/plandex-ai/plandex/issues/274)
- Fix for potential panic/crash during plan stream (https://github.com/plandex-ai/plandex/issues/275)
- Better protection against panics/crashes in server goroutines across the board
0 downloads
cli/v2.1.6+1
May 27, 2025- Error handling fix
- Fix for some roles in the `daily-driver` model pack that weren't correctly updated to Sonnet 4 in 2.1.6
- Added fallback from Sonnet 4 to Sonnet 3.7 to deal with occasional provider errors and rate limit issues
4 downloads
server/v2.1.6+1
May 27, 2025See CLI 2.1.6+1 release notes.
0 downloads
cli/v2.1.6
May 27, 2025- The newly released Claude Sonnet 4 is now stable in testing, so it now replaces Sonnet 3.7 as the default model for context sizes under 200k across all model packs where 3.7 was previously used.
- A new `strong-opus` model pack is now available. It uses Claude Opus 4 for planning and coding, and is otherwise the same as the 'strong' pack. Use it with `\set-model strong-opus` to try it out.
- The `opus-4-planner` model pack that was introduced in 2.1.5 has been renamed to `opus-planner`, but the old name is still supported. This model pack uses Claude Opus 4 for planning, and the default models for other roles.
- Fix for occasional garbled error message when the model is unresponsive.
- Fix for occasional 'couldn't aquire lock' error after stream finishes.
- Additional retry when model is unresponsive or hits provider rate limits—helps particularly with new Opus 4 model on OpenRouter.
4 downloads
server/v2.1.6
May 27, 2025See CLI 2.1.6 release notes.
0 downloads