Skip to content

Commit 17f3feb

Browse files
committed
release: v8.2.0
1 parent f855521 commit 17f3feb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

apps/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
# [8.2.0](https://github.com/mx-space/core/compare/v8.1.2...v8.2.0) (2025-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **comment:** refine AI evaluation method and update comment options ([f855521](https://github.com/mx-space/core/commit/f8555216b6bc2260b913328821511e0688fbede3))
9+
10+
11+
### Features
12+
13+
* implement AI-based comment evaluation in CommentService ([d2956f3](https://github.com/mx-space/core/commit/d2956f33981ca58659f153393c1b304548233b31))
14+
* update ai integration ([#2422](https://github.com/mx-space/core/issues/2422)) ([46704d2](https://github.com/mx-space/core/commit/46704d24986181009271c8fda5fb93e4b21ac01c))
15+
16+
17+
318
## [8.1.2](https://github.com/mx-space/core/compare/v8.1.1...v8.1.2) (2025-05-05)
419

520

apps/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mx-space/core",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"private": true,
55
"license": "AGPLv3",
66
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
@@ -169,4 +169,4 @@
169169
"vitest": "catalog:",
170170
"zx": "catalog:"
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)