Skip to content

Commit 0ed991e

Browse files
committed
chore(release): prepare for 0.13.1-pl
1 parent 4827e6c commit 0ed991e

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.13.1-pl - 2025-07-18
6+
7+
### 🚀 Features
8+
9+
- Add to the tool's getParameters and getPrompt methods as an argument ([931d4e1](https://github.com/modxcms/modAI/commit/931d4e1354cf1fe592acb3a5089b40c93cd61447))
10+
11+
### 🐛 Bug Fixes
12+
13+
- Fix format for vision endpoint for OpenAI ([4827e6c](https://github.com/modxcms/modAI/commit/4827e6c9e2e9452d1da31fd936bcf81d171db90d))
14+
515
## 0.13.0-pl - 2025-06-24
616

717
### 🚀 Features

_build/gpm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: modAI
2-
version: 0.13.0-pl
2+
version: 0.13.1-pl
33
lowCaseName: modai
44
namespace: modAI
55
author: 'John Peca'
@@ -73,7 +73,7 @@ systemSettings:
7373
- key: global.text.base_output
7474
area: text
7575
type: textarea
76-
value: |-
76+
value: |-
7777
- This content will be used inside a web content management system.
7878
- The output should be usable without editing or modification.
7979
- This is not a conversation; do not include justification or explanation.

core/components/modai/docs/CHANGELOG.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,14 @@
22

33
This is a shortened version, [view full Changelog here](https://github.com/modxcms/modAI/blob/main/CHANGELOG.md).
44

5-
## 0.13.0-pl - 2025-06-24
5+
## 0.13.1-pl - 2025-07-18
66

77
### Features
88

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))
2510

2611
### Bug Fixes
2712

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))
3014

3115

0 commit comments

Comments
 (0)