Skip to content

0.61: Feat: Improve Implement TODO feature (#59)

Latest

Choose a tag to compare

@tninja tninja released this 24 Nov 02:20
· 13 commits to main since this release
b815d36
* 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]>