Skip to content

Commit 75837a2

Browse files
committed
Bump version to 1.1.1
1 parent cb2a78e commit 75837a2

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

app/cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

releases/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Version 1.1.1
2+
## Fix for terminal flickering when streaming plans 📺
3+
4+
Improvements to stream handling that greatly reduce flickering in the terminal when streaming a plan, especially when many files are being built simultaneously. CPU usage is also reduced on both the client and server side.
5+
6+
## Claude 3.5 Sonnet model pack is now built-in 🧠
7+
8+
You can now easily use Claude 3.5 Sonnet with Plandex through OpenRouter.ai.
9+
10+
1. Create an account at [OpenRouter.ai](https://openrouter.ai) if you don't already have one.
11+
2. [Generate an OpenRouter API key](https://openrouter.ai/keys).
12+
3. Run `export OPENROUTER_API_KEY=...` in your terminal.
13+
4. Run `plandex set-model`, select `choose a model pack to change all roles at once` and then choose either `anthropic-claude-3.5-sonnet` (which uses Claude 3.5 Sonnet for all heavy lifting and Claude 3 Haiku for lighter tasks) or `anthropic-claude-3.5-sonnet-gpt-4o` (which uses Claude 3.5 Sonnet for planning and summarization, gpt-4o for builds, and gpt-3.5-turbo for lighter tasks)
14+
15+
[plandex-claude-3.5-sonnet](https://github.com/plandex-ai/plandex/blob/main/releases/images/cli/1.1.1/clause-3-5-sonnet.gif)
16+
17+
Remember, you can run `plandex model-packs` for details on all built-in model packs.
18+
119
## Version 1.1.0
220
## Support for loading images into context with gpt-4o 🖼️
321

0 commit comments

Comments
 (0)