summaryrefslogtreecommitdiff
path: root/autoload (follow)
Commit message (Collapse)AuthorAgeFiles
* roles completionMartin Bielik2024-03-091
|
* removed unused variableMartin Bielik2024-03-091
|
* Merge pull request #84 from Konfekt/rangeMartin Bielik2024-03-091
|\ | | | | allow overriding range if called on visual selection
| * remove garbled textKonfekt2024-03-091
| |
| * fix typoKonfekt2024-03-091
| |
| * allow overriding range if called on visual selectionKonfekt2024-03-081
| | | | | | | | | | | | | | Check if the start and end line of range equals that of visual selection. If so, take the visual selection; otherwise the supplied range
* | feat: add an option to customize api key file locationjiangyinzuo2024-03-081
|/
* removed debug logMartin Bielik2024-02-261
|
* apply suggestions of review at PR #77Konfekt2024-02-261
|
* drop superfluous selection argument and fix instruction argumentKonfekt2024-02-261
|
* align AIRedo with AI/AIEdit/ChatKonfekt2024-02-261
| | | | | | | | These changes were necessary to fix a bug where commands were not being executed correctly in non-visual modes, and to make the code cleaner and more efficient. By explicitly handling the visual selection state, it ensures that the plugin functions correctly regardless of how the user invokes the AI features.
* fix selection handling in vim_ai functionsKonfekt2024-02-261
| | | | addresses https://github.com/madox2/vim-ai/issues/76
* added explaining commentMartin Bielik2023-12-021
|
* fix selection include extra content when the user is in visual modecposture2023-12-021
|
* Merge remote-tracking branch 'origin/main' into base-url-configMartin Bielik2023-10-211
|\
| * use gpt-3.5-turbo-instruct by default, closes #48Martin Bielik2023-09-261
| |
* | endpoint_url configMartin Bielik2023-10-211
| |
* | option to disable authorizationMartin Bielik2023-10-211
| |
* | base_url extracted to config, docuMartin Bielik2023-10-211
|/
* Allow modification of vim_ai_open_chat_presetsBonaBeavis2023-05-071
|
* configurable paste modeMartin Bielik2023-05-022
|
* using value from extended configMartin Bielik2023-05-021
|
* added AINewChat commandMartin Bielik2023-04-221
|
* open_chat_command presetsMartin Bielik2023-04-222
|
* custom commands documentationMartin Bielik2023-04-221
|
* pass config as a parameterMartin Bielik2023-04-222
|
* fixed redo in chatMartin Bielik2023-04-221
|
* fixed redo in chatMartin Bielik2023-04-221
|
* move prompt to pythonMartin Bielik2023-04-211
|
* reuse chat if it is active in current tabMartin Bielik2023-04-211
|
* selection boundary configMartin Bielik2023-04-202
|
* use selection block only if it is safeMartin Bielik2023-04-191
|
* seleciton block boundary to eliminate empty responseMartin Bielik2023-04-181
|
* fixed buffer name on windowsMartin Bielik2023-04-151
|
* removed unwanted messagesMartin Bielik2023-04-151
|
* allow chat only in aichat filesMartin Bielik2023-04-151
|
* using messages to show error/warningMartin Bielik2023-04-151
|
* using scoped variablesMartin Bielik2023-04-151
|
* moving files to autoloadMartin Bielik2023-04-152
|
* scratch buffer optionsMartin Bielik2023-04-151
|
* open chat command configMartin Bielik2023-04-021