Commit b815d36
Feat: Improve Implement TODO feature (#59)
* Remove prefix arg from Implement TODO and update prompts to add code
after TODOs with DONE prefix
ai-code-change.el:
* Add TODO implementation prompt to ai-code-code-change function
* Refactor ai-code-code-change and ai-code-implement-todo to use
helpers
* Add clipboard option to Implement TODO action description
* Update ai-code-change.el
Co-authored-by: Copilot <[email protected]>
* Add clipboard context support to TODO implementation in ai-code-code-change (#60)
* Initial plan
* Add clipboard context support to TODO implementation
Co-authored-by: tninja <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: tninja <[email protected]>
* Add comment block detection and TODO insertion on blank lines
* bump version, update recent HISTORY
* Refine comment detection to exclude DONE prefix and add user error
message
* Clarify error message for ai-code-implement-todo function
* special treatment for elisp comment
* Refactor function name resolution logic for comments
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: tninja <[email protected]>1 parent 976cffe commit b815d36
File tree
4 files changed
+331
-134
lines changed4 files changed
+331
-134
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
| |||
0 commit comments