server/v1.1.0
版本发布时间: 2024-06-11 23:10:26
plandex-ai/plandex最新发布版本:server/v1.1.1(2024-06-22 01:14:58)
- Give notes added to context with
plandex load -n 'some note'
automatically generated names incontext ls
list. - Fixes for summarization and auto-continue issues that could Plandex to lose track of where it is in the plan and repeat tasks or do tasks out of order, especially when using
tell
andcontinue
after the initialtell
. - Improvements to the verification and auto-fix step. Plandex is now more likely to catch and fix placeholder references like "// ... existing code ..." as well as incorrect removal or overwriting of code.
- After a context file is updated, Plandex is less likely to use an old version of the code from earlier in the conversation--it now uses the latest version much more reliably.
- Increase wait times when receiving rate limit errors from OpenAI API (common with new OpenAI accounts that haven't spent $50).