We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff3fc8 commit e38868aCopy full SHA for e38868a
ai-code-interface.el
@@ -143,7 +143,8 @@ Shows the current backend label to the right."
143
("a" "Start AI CLI" ai-code-cli-start)
144
("R" "Resume AI CLI" ai-code-cli-resume)
145
("z" "Switch to AI CLI" ai-code-cli-switch-to-buffer-or-hide)
146
- ("s" ai-code--select-backend-description ai-code-select-backend)
+ ;; Use plist style to provide a dynamic description function.
147
+ ("s" ai-code-select-backend :description ai-code--select-backend-description)
148
("u" "Upgrade AI CLI" ai-code-upgrade-backend)
149
("g" "Open backend config (eg. add mcp)" ai-code-open-backend-config)
150
("|" "Apply prompt on file" ai-code-apply-prompt-on-current-file)
0 commit comments