mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add todo for modal assistant
This commit is contained in:
parent
805e44915c
commit
cb4b816d0e
7
todo.md
Normal file
7
todo.md
Normal file
@ -0,0 +1,7 @@
|
||||
- Style the current inline editor
|
||||
- Find a way to understand whether we want to refactor or append, or both. (function calls)
|
||||
- Add a system prompt that makes GPT an expert of language X
|
||||
- Provide context around the cursor/selection. We should try to fill the context window as much as possible (try to fill half of it so that we can spit out another half)
|
||||
- When you hit escape, the assistant should stop.
|
||||
- When you hit undo and you undo a transaction from the assistant, we should stop generating.
|
||||
- Keep the inline editor around until the assistant is done. Add a cancel button to stop, and and undo button to undo the whole thing. (Interactive<IconButton>)
|
Loading…
Reference in New Issue
Block a user