@lobehub/lobehub 2.0.0-next.248 → 2.0.0-next.249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [Version 2.0.0-next.249](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.248...v2.0.0-next.249)
6
+
7
+ <sup>Released on **2026-01-09**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Force gpt-5.2 use response api.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Force gpt-5.2 use response api, closes [#11373](https://github.com/lobehub/lobe-chat/issues/11373) ([f7f3631](https://github.com/lobehub/lobe-chat/commit/f7f3631))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ## [Version 2.0.0-next.248](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.247...v2.0.0-next.248)
6
31
 
7
32
  <sup>Released on **2026-01-09**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,13 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Force gpt-5.2 use response api."
6
+ ]
7
+ },
8
+ "date": "2026-01-09",
9
+ "version": "2.0.0-next.249"
10
+ },
2
11
  {
3
12
  "children": {},
4
13
  "date": "2026-01-09",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/lobehub",
3
- "version": "2.0.0-next.248",
3
+ "version": "2.0.0-next.249",
4
4
  "description": "LobeHub - an open-source,comprehensive AI Agent framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -40,6 +40,7 @@ export const responsesAPIModels = new Set([
40
40
  'gpt-5-pro-2025-10-06',
41
41
  'gpt-5.1-codex',
42
42
  'gpt-5.1-codex-mini',
43
+ 'gpt-5.2',
43
44
  'gpt-5.2-pro-2025-12-11',
44
45
  'gpt-5.2-pro',
45
46
  ]);