You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
* 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]>