@lobehub/chat 1.129.1 → 1.129.3

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/changelog/v1.json +21 -0
  3. package/locales/ar/models.json +248 -23
  4. package/locales/ar/providers.json +3 -0
  5. package/locales/bg-BG/models.json +248 -23
  6. package/locales/bg-BG/providers.json +3 -0
  7. package/locales/de-DE/models.json +248 -23
  8. package/locales/de-DE/providers.json +3 -0
  9. package/locales/en-US/models.json +248 -23
  10. package/locales/en-US/providers.json +3 -0
  11. package/locales/es-ES/models.json +248 -23
  12. package/locales/es-ES/providers.json +3 -0
  13. package/locales/fa-IR/models.json +248 -23
  14. package/locales/fa-IR/providers.json +3 -0
  15. package/locales/fr-FR/models.json +248 -23
  16. package/locales/fr-FR/providers.json +3 -0
  17. package/locales/it-IT/models.json +248 -23
  18. package/locales/it-IT/providers.json +3 -0
  19. package/locales/ja-JP/models.json +248 -23
  20. package/locales/ja-JP/providers.json +3 -0
  21. package/locales/ko-KR/models.json +248 -23
  22. package/locales/ko-KR/providers.json +3 -0
  23. package/locales/nl-NL/models.json +248 -23
  24. package/locales/nl-NL/providers.json +3 -0
  25. package/locales/pl-PL/models.json +248 -23
  26. package/locales/pl-PL/providers.json +3 -0
  27. package/locales/pt-BR/models.json +248 -23
  28. package/locales/pt-BR/providers.json +3 -0
  29. package/locales/ru-RU/models.json +248 -23
  30. package/locales/ru-RU/providers.json +3 -0
  31. package/locales/tr-TR/models.json +248 -23
  32. package/locales/tr-TR/providers.json +3 -0
  33. package/locales/vi-VN/models.json +248 -23
  34. package/locales/vi-VN/providers.json +3 -0
  35. package/locales/zh-CN/models.json +248 -23
  36. package/locales/zh-CN/providers.json +3 -0
  37. package/locales/zh-TW/models.json +248 -23
  38. package/locales/zh-TW/providers.json +3 -0
  39. package/package.json +1 -1
  40. package/packages/database/migrations/0031_add_agent_index.sql +6 -6
  41. package/packages/database/src/core/migrations.json +3 -3
  42. package/packages/model-runtime/src/core/RouterRuntime/baseRuntimeMap.ts +2 -0
  43. package/packages/model-runtime/src/providers/newapi/index.ts +17 -2
  44. package/packages/model-runtime/src/providers/qwen/createImage.test.ts +110 -0
  45. package/packages/model-runtime/src/providers/qwen/createImage.ts +100 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,64 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.129.3](https://github.com/lobehub/lobe-chat/compare/v1.129.2...v1.129.3)
6
+
7
+ <sup>Released on **2025-09-17**</sup>
8
+
9
+ #### 🐛 Bug Fixes
10
+
11
+ - **misc**: Add qwen provider support for image-edit model.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's fixed
19
+
20
+ - **misc**: Add qwen provider support for image-edit model, closes [#9277](https://github.com/lobehub/lobe-chat/issues/9277) [#9184](https://github.com/lobehub/lobe-chat/issues/9184) ([e137b33](https://github.com/lobehub/lobe-chat/commit/e137b33))
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
+
30
+ ### [Version 1.129.2](https://github.com/lobehub/lobe-chat/compare/v1.129.1...v1.129.2)
31
+
32
+ <sup>Released on **2025-09-17**</sup>
33
+
34
+ #### 🐛 Bug Fixes
35
+
36
+ - **misc**: Improve db migrations sql.
37
+
38
+ #### 💄 Styles
39
+
40
+ - **misc**: Update i18n.
41
+
42
+ <br/>
43
+
44
+ <details>
45
+ <summary><kbd>Improvements and Fixes</kbd></summary>
46
+
47
+ #### What's fixed
48
+
49
+ - **misc**: Improve db migrations sql, closes [#9295](https://github.com/lobehub/lobe-chat/issues/9295) ([96ff5aa](https://github.com/lobehub/lobe-chat/commit/96ff5aa))
50
+
51
+ #### Styles
52
+
53
+ - **misc**: Update i18n, closes [#9294](https://github.com/lobehub/lobe-chat/issues/9294) ([c018f3d](https://github.com/lobehub/lobe-chat/commit/c018f3d))
54
+
55
+ </details>
56
+
57
+ <div align="right">
58
+
59
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
60
+
61
+ </div>
62
+
5
63
  ### [Version 1.129.1](https://github.com/lobehub/lobe-chat/compare/v1.129.0...v1.129.1)
6
64
 
7
65
  <sup>Released on **2025-09-16**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "fixes": [
5
+ "Add qwen provider support for image-edit model."
6
+ ]
7
+ },
8
+ "date": "2025-09-17",
9
+ "version": "1.129.3"
10
+ },
11
+ {
12
+ "children": {
13
+ "fixes": [
14
+ "Improve db migrations sql."
15
+ ],
16
+ "improvements": [
17
+ "Update i18n."
18
+ ]
19
+ },
20
+ "date": "2025-09-17",
21
+ "version": "1.129.2"
22
+ },
2
23
  {
3
24
  "children": {
4
25
  "improvements": [