Skip to content

Releases: tninja/ai-code-interface.el

Release 0.70, add Grok CLI backend

30 Nov 19:58

Choose a tag to compare

  • Feat: Add Grok CLI backend support, by @richard134
    • It do support code change.
  • Feat: Add toggle buffer window dedication command
  • Chore: Make ai-code-implement-todo flexible to modify code in the context. When it is a pure new code block, place it after the comment.

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

24 Nov 02:20
b815d36

Choose a tag to compare

* 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]>