From 75837a21aa58654781ec920db5e202886d31a7eb Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Fri, 21 Jun 2024 10:17:11 -0700 Subject: [PATCH] Bump version to 1.1.1 --- app/cli/version.txt | 2 +- releases/cli/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/app/cli/version.txt b/app/cli/version.txt index 9084fa2f..524cb552 100644 --- a/app/cli/version.txt +++ b/app/cli/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/releases/cli/CHANGELOG.md b/releases/cli/CHANGELOG.md index 8d9242fe..ad86eb56 100644 --- a/releases/cli/CHANGELOG.md +++ b/releases/cli/CHANGELOG.md @@ -1,3 +1,21 @@ +## Version 1.1.1 +## Fix for terminal flickering when streaming plans 📺 + +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. + +## Claude 3.5 Sonnet model pack is now built-in 🧠 + +You can now easily use Claude 3.5 Sonnet with Plandex through OpenRouter.ai. + +1. Create an account at [OpenRouter.ai](https://openrouter.ai) if you don't already have one. +2. [Generate an OpenRouter API key](https://openrouter.ai/keys). +3. Run `export OPENROUTER_API_KEY=...` in your terminal. +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) + +[plandex-claude-3.5-sonnet](https://github.com/plandex-ai/plandex/blob/main/releases/images/cli/1.1.1/clause-3-5-sonnet.gif) + +Remember, you can run `plandex model-packs` for details on all built-in model packs. + ## Version 1.1.0 ## Support for loading images into context with gpt-4o 🖼️