yetone / avante.nvim

Use your Neovim like using Cursor AI IDE!
Apache License 2.0
7.34k stars 274 forks source link

bug: Overriding system prompts seems not to be functional #874

Open pidgeon777 opened 6 days ago

pidgeon777 commented 6 days ago

Describe the bug

The README provides comprehensive guidance on how to override the system prompt. For more detailed instructions, please refer to the following link:

Custom Prompts

Due to recent changes in the codebase, it appears that the ability to override the system prompt is no longer functional. This feature was highly valued for its flexibility and customization capabilities.

Would it be possible to reintegrate this feature in the upcoming updates? The ability to customize the system prompt with a function or command would be highly beneficial, especially for those who prefer not to define local Avante setting files within their projects.

To reproduce

No response

Expected behavior

No response

Installation method

N/A

Environment

N/A

Repro

No response

yetone commented 6 days ago

‌‌‌‌‌Yes, I previously restructured the prompts to implement memory, which temporarily does not support custom system prompts. I'll think about how to restore this feature.