@uniqueli/openwork 0.2.2 → 0.2.4
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/README.md +13 -0
- package/out/main/index.js +2257 -159
- package/out/preload/index.js +55 -0
- package/out/renderer/assets/{index-iDdc8OMS.css → index-B2t12qbx.css} +514 -1
- package/out/renderer/assets/{index-BayYTupF.js → index-Be3u7LN6.js} +1009 -67
- package/out/renderer/index.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,6 +107,19 @@ CUSTOM_MODEL=your-model-name # optional
|
|
|
107
107
|
|
|
108
108
|
## Changelog
|
|
109
109
|
|
|
110
|
+
### v0.2.4 (2026-02-06)
|
|
111
|
+
- ✨ **聊天建议卡片**: 新对话空状态下显示可点击的建议卡片(文件整理、内容创作、文档处理),点击即可快速开始对话
|
|
112
|
+
|
|
113
|
+
### v0.2.3 (2026-02-04)
|
|
114
|
+
- ✨ **Skills System**: 新增技能配置系统,支持 12 个内置技能和自定义技能创建
|
|
115
|
+
- 🐛 修复 `deleteUserSkill` 误删所有技能记录的严重 Bug
|
|
116
|
+
- 🐛 修复 Switch 组件、创建技能对话框、技能过滤等多个问题
|
|
117
|
+
- ⚡ 技能初始化改为懒加载,提升启动性能
|
|
118
|
+
|
|
119
|
+
### v0.2.2 (2026-xx-xx)
|
|
120
|
+
- ✨ 支持多个自定义 API 配置
|
|
121
|
+
- 🔧 动态 Provider 系统
|
|
122
|
+
|
|
110
123
|
### v0.2.1 (2026-01-19)
|
|
111
124
|
- 🐛 **Critical Fix**: Fixed "Missing credentials" error for users without OpenAI API key
|
|
112
125
|
- 🔧 Custom API now works correctly even when OPENAI_API_KEY is not set in environment
|