<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-ai/plugin, branch CHECKPOINT</title>
<subtitle>personal copy of github.com/madox2/vim-ai</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/'/>
<entry>
<title>added image generation</title>
<updated>2024-12-22T13:55:15+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>martin.bielik@instea.sk</email>
</author>
<published>2024-12-22T13:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=fbc2bfb445c71985e9fc399d3fac2def2fc6854e'/>
<id>fbc2bfb445c71985e9fc399d3fac2def2fc6854e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new utility commands</title>
<updated>2024-12-17T20:09:53+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>martin.bielik@instea.sk</email>
</author>
<published>2024-12-17T20:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=dda1a41e00499ac9fd304bb87a1f521afa0fef1d'/>
<id>dda1a41e00499ac9fd304bb87a1f521afa0fef1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace :AINew with default roles, closes #97</title>
<updated>2024-12-17T18:34:38+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>martin.bielik@instea.sk</email>
</author>
<published>2024-12-17T18:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=93cd92aa0bba2ac34df3b25b124790434a0cd8b0'/>
<id>93cd92aa0bba2ac34df3b25b124790434a0cd8b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>command-type only roles</title>
<updated>2024-12-16T22:46:17+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>martin.bielik@instea.sk</email>
</author>
<published>2024-12-16T22:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=8fde389664ca59773c38dc0ec1a434a98bc2428b'/>
<id>8fde389664ca59773c38dc0ec1a434a98bc2428b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't include not selected line, refactor ranges, fixes #112</title>
<updated>2024-12-08T22:15:33+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>martin.bielik@instea.sk</email>
</author>
<published>2024-12-08T22:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=9d43ef6c4966705376af2cd16fb012d020ce673d'/>
<id>9d43ef6c4966705376af2cd16fb012d020ce673d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>roles completion</title>
<updated>2024-03-09T18:08:34+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2024-03-09T18:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=9db190c977d1f76e2f574882e4edde062eecbb0d'/>
<id>9db190c977d1f76e2f574882e4edde062eecbb0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect argument type passed in AINewChat command</title>
<updated>2024-03-08T09:23:12+00:00</updated>
<author>
<name>Konfekt</name>
<email>Konfekt@users.noreply.github.com</email>
</author>
<published>2024-03-08T09:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=f4e64b6e5fe17734f8942207b86eb30d6cd6248c'/>
<id>f4e64b6e5fe17734f8942207b86eb30d6cd6248c</id>
<content type='text'>
The vim-ai plugin had an issue where the AINewChat command was using
&lt;q-args&gt; to always pass a quoted (possibly empty!) argument to the
vim_ai#AINewChatRun function where an optional &lt;f-args&gt; agument was
expected.

Addresses https://github.com/madox2/vim-ai/issues/81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vim-ai plugin had an issue where the AINewChat command was using
&lt;q-args&gt; to always pass a quoted (possibly empty!) argument to the
vim_ai#AINewChatRun function where an optional &lt;f-args&gt; agument was
expected.

Addresses https://github.com/madox2/vim-ai/issues/81
</pre>
</div>
</content>
</entry>
<entry>
<title>revert ModeChanged because visual to command mode is not detected</title>
<updated>2024-02-26T20:30:13+00:00</updated>
<author>
<name>Konfekt</name>
<email>Konfekt@users.noreply.github.com</email>
</author>
<published>2024-02-26T20:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=d9c2669517c5da3dc51d79901c2c1ba8f236f075'/>
<id>d9c2669517c5da3dc51d79901c2c1ba8f236f075</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop superfluous selection argument and fix instruction argument</title>
<updated>2024-02-26T09:10:18+00:00</updated>
<author>
<name>Konfekt</name>
<email>Konfekt@users.noreply.github.com</email>
</author>
<published>2024-02-26T07:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=dec808e78845cb981a7d8d23ac1a1c0eac58d114'/>
<id>dec808e78845cb981a7d8d23ac1a1c0eac58d114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prefer less frequent ModeChanged event to CursorMoved if available</title>
<updated>2024-02-26T09:10:18+00:00</updated>
<author>
<name>Konfekt</name>
<email>Konfekt@users.noreply.github.com</email>
</author>
<published>2024-02-24T17:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=46e3d5a609fdaa2ddb2af6cc5cb4e754b8b39bfa'/>
<id>46e3d5a609fdaa2ddb2af6cc5cb4e754b8b39bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
