|
2 | 2 |
|
3 | 3 | This is a shortened version, [view full Changelog here](https://github.com/modxcms/modAI/blob/main/CHANGELOG.md).
|
4 | 4 |
|
5 |
| -## 0.13.0-pl - 2025-06-24 |
| 5 | +## 0.13.1-pl - 2025-07-18 |
6 | 6 |
|
7 | 7 | ### Features
|
8 | 8 |
|
9 |
| -- Convert action button labels into tooltips & add retry message ([871601e](https://github.com/modxcms/modAI/commit/871601e2c5e073175038711c6c909350462b0b8f)) |
10 |
| -- Additional chat controls ([7971efa](https://github.com/modxcms/modAI/commit/7971efacd100f0423caf888ce889c7f2c6984562)) |
11 |
| -- Add prompt library ([ededb96](https://github.com/modxcms/modAI/commit/ededb965dad185cde00ac99e19dafebb881e6249)) |
12 |
| -- Migrate openai to the responses endpoint ([8c38fb2](https://github.com/modxcms/modAI/commit/8c38fb2dc75ed92f2dff9e238d48495913b25158)) |
13 |
| -- Init modAI in the media browser ([9ab77a0](https://github.com/modxcms/modAI/commit/9ab77a0baeae435967921a650be0919f315388e2)) |
14 |
| -- Add ability to execute AIResponse ([0281bf1](https://github.com/modxcms/modAI/commit/0281bf1bfad7d4ad3e53bc126dc8a8b545581955)) |
15 |
| -- Switch CSS resizer to JS ([729be2c](https://github.com/modxcms/modAI/commit/729be2c12649cf748c0b4151141eb9e65f5123ab)) |
16 |
| -- Allow registering custom AI services ([055135a](https://github.com/modxcms/modAI/commit/055135a64c7ea31d33bfa01f35683e9d2710816e)) |
17 |
| -- Add CMP for prompt library ([322edae](https://github.com/modxcms/modAI/commit/322edae05485073cff98b1b749ab1d2de1b77f0c)) |
18 |
| -- Improve pinecone integration ([7ed0b96](https://github.com/modxcms/modAI/commit/7ed0b96871bfe038e46dc51ef3ccfefb2e2f20c6)) |
19 |
| -- Add ConfigBuilder for ContextProviders and Tools ([2f62e29](https://github.com/modxcms/modAI/commit/2f62e29dc666e39053c3635a04a07037eed15151)) |
20 |
| -- Add support for the ImageCropper TV ([5afd4a1](https://github.com/modxcms/modAI/commit/5afd4a175959d17639fe6c25cf56a1e3f2399829)) |
21 |
| -- Add api_version to the pinecone config ([42c2a90](https://github.com/modxcms/modAI/commit/42c2a90e7606ca4758d91e1e9211f28527b9de4d)) |
22 |
| -- Public/private prompt library ([08c03c5](https://github.com/modxcms/modAI/commit/08c03c52de34c4ad788ca784994965281a6e2bfa)) |
23 |
| -- Improve prompts grid ([e1069d5](https://github.com/modxcms/modAI/commit/e1069d5f35901fbe88767750a84fa1251a4484e5)) |
24 |
| -- Close confirm dialog when clicking outside ([fab2e07](https://github.com/modxcms/modAI/commit/fab2e079402e0819dfd9e90b9646374f2f4e9af1)) |
| 9 | +- Add to the tool's getParameters and getPrompt methods as an argument ([931d4e1](https://github.com/modxcms/modAI/commit/931d4e1354cf1fe592acb3a5089b40c93cd61447)) |
25 | 10 |
|
26 | 11 | ### Bug Fixes
|
27 | 12 |
|
28 |
| -- Access crypto.randomUUID through window ([9e37f95](https://github.com/modxcms/modAI/commit/9e37f95ff74a1dcf37ed7895e1adf70ba8526b43)) |
29 |
| -- Remove document listener on keydown after closing modal ([c906ea5](https://github.com/modxcms/modAI/commit/c906ea5efc5767b5b4cf3d1665f5e9c574cb351d)) |
| 13 | +- Fix format for vision endpoint for OpenAI ([4827e6c](https://github.com/modxcms/modAI/commit/4827e6c9e2e9452d1da31fd936bcf81d171db90d)) |
30 | 14 |
|
31 | 15 |
|
0 commit comments