docs: for cursor planning mode (#1309)
This commit is contained in:
12
README.md
12
README.md
@@ -492,10 +492,14 @@ Given its early stage, `avante.nvim` currently supports the following basic func
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> Due to the poor performance of other models, avante.nvim only recommends using the claude-3.5-sonnet model.
|
||||
> All features can only be guaranteed to work properly on the claude-3.5-sonnet model.
|
||||
> We do not accept changes to the code or prompts to accommodate other models. Otherwise, it will greatly increase our maintenance costs.
|
||||
> We hope everyone can understand. Thank you!
|
||||
> ~~Due to the poor performance of other models, avante.nvim only recommends using the claude-3.5-sonnet model.~~
|
||||
> ~~All features can only be guaranteed to work properly on the claude-3.5-sonnet model.~~
|
||||
> ~~We do not accept changes to the code or prompts to accommodate other models. Otherwise, it will greatly increase our maintenance costs.~~
|
||||
> ~~We hope everyone can understand. Thank you!~~
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> Since avante.nvim now supports [cursor planning mode](./cursor-planning-mode.md), the above statement is no longer valid! avante.nvim now supports most models! If you encounter issues with normal usage, please try enabling [cursor planning mode](./cursor-planning-mode.md).
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
|
||||
@@ -3,7 +3,9 @@ Cursor planning mode
|
||||
|
||||
Because avante.nvim has always used Aider’s method for planning applying, but its prompts are very picky with models and require ones like claude-3.5-sonnet or gpt-4o to work properly.
|
||||
|
||||
Therefore, I have adopted Cursor’s method to implement planning applying. For details on the implementation, please refer to: [🚀 Introducing Fast Apply - Replicate Cursor's Instant Apply model](https://www.reddit.com/r/LocalLLaMA/comments/1ga25gj/introducing_fast_apply_replicate_cursors_instant/)
|
||||
Therefore, I have adopted Cursor’s method to implement planning applying, which should work on most models. If you encounter issues with your current model, I highly recommend switching to cursor planning mode to resolve them.
|
||||
|
||||
For details on the implementation, please refer to: [🚀 Introducing Fast Apply - Replicate Cursor's Instant Apply model](https://www.reddit.com/r/LocalLLaMA/comments/1ga25gj/introducing_fast_apply_replicate_cursors_instant/)
|
||||
|
||||
~~So you need to first run the `FastApply` model mentioned above:~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user