<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-ai/doc/tags, branch main</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>feat(chat): add `include` role to include files</title>
<updated>2024-01-24T02:34:44+00:00</updated>
<author>
<name>Jason Kölker</name>
<email>jason@koelker.net</email>
</author>
<published>2024-01-24T02:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=9e6f8e8d037a477c55939ece36ab7b000f876e85'/>
<id>9e6f8e8d037a477c55939ece36ab7b000f876e85</id>
<content type='text'>
Files may be included in the chat by a special `include` role. Each
file's contents will be added to an additional `user` role message with
the files separated by `==&gt; {path} &lt;==` where `{path}` is the path to
the file. Globbing is expanded out via `glob.glob` and relative apths to
the current working directory (as determined by `getcwd()`) will be
resolved to absolute paths.

Example:

```
&gt;&gt;&gt; user

Generate documentation for the following files

&gt;&gt;&gt; include

/home/user/myproject/src/../requirements.txt
/home/user/myproject/**/*.py

```

Fixes: #69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Files may be included in the chat by a special `include` role. Each
file's contents will be added to an additional `user` role message with
the files separated by `==&gt; {path} &lt;==` where `{path}` is the path to
the file. Globbing is expanded out via `glob.glob` and relative apths to
the current working directory (as determined by `getcwd()`) will be
resolved to absolute paths.

Example:

```
&gt;&gt;&gt; user

Generate documentation for the following files

&gt;&gt;&gt; include

/home/user/myproject/src/../requirements.txt
/home/user/myproject/**/*.py

```

Fixes: #69
</pre>
</div>
</content>
</entry>
<entry>
<title>tags update</title>
<updated>2023-05-22T15:38:43+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2023-05-22T15:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=664e1ed9ae5672ee38dd1d8d22e317c14ac76180'/>
<id>664e1ed9ae5672ee38dd1d8d22e317c14ac76180</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated tags</title>
<updated>2023-04-02T15:29:00+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2023-04-02T15:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=541fb8637f725c49e9cf3bf736387d0578c3af45'/>
<id>541fb8637f725c49e9cf3bf736387d0578c3af45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openai configuration docu</title>
<updated>2023-03-21T17:47:49+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2023-03-21T17:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=10055ff30501767b8749b72f9059e058da32f932'/>
<id>10055ff30501767b8749b72f9059e058da32f932</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expose debug option</title>
<updated>2023-03-09T20:22:12+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2023-03-09T20:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=59a89739b3d25fc74891b6e086c40b6830702103'/>
<id>59a89739b3d25fc74891b6e086c40b6830702103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding edit and chat commands</title>
<updated>2023-03-04T10:46:37+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2023-03-04T09:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=ef53afd32cbf29afc01f10940ce25fa216a0a877'/>
<id>ef53afd32cbf29afc01f10940ce25fa216a0a877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
