<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-ai/syntax, branch provider-config-poc</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>chat syntax highlighting</title>
<updated>2023-03-05T08:55:04+00:00</updated>
<author>
<name>Martin Bielik</name>
<email>mx.bielik@gmail.com</email>
</author>
<published>2023-03-05T08:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/vim-ai/commit/?id=1cc7f4d97aaa50189a830feecdfae62a49e8b3ec'/>
<id>1cc7f4d97aaa50189a830feecdfae62a49e8b3ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
