- Fix for occasional stream TUI panic during builds with long file paths (#105)
- If auto-upgrade fails due to a permissions issue, suggest re-running command with
sudo
(#97 - thanks @kalil0321!) - Include 'openrouter' in list of model providers when adding a custom model (#107)
- Make terminal prompts that shouldn't be optional (like the Base URL for a custom model) required across the board (#108)
- Data that is piped into
plandex load
is now automatically given a name inplandex ls
via a call to thenamer
role model (previously it had no name, making multiple pipes hard to disambiguate). - Still show the '(r)eject file' hotkey in the
plandex changes
TUI when the current file isn't scrollable.