Skip to content

Commit a928092

Browse files
authored
chore: update roadmap (#88)
1 parent 4cc7686 commit a928092

3 files changed

Lines changed: 78 additions & 24 deletions

File tree

.vscode/settings.json

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
1-
{
2-
"css.validate": false,
3-
"editor.formatOnSave": true,
4-
"editor.tabSize": 2,
5-
"editor.codeActionsOnSave": {
6-
"source.fixAll.eslint": "explicit",
7-
"source.organizeImports": "explicit"
8-
},
9-
"headwind.runOnSave": false,
10-
"typescript.preferences.importModuleSpecifier": "non-relative",
11-
"eslint.validate": ["javascript", "javascriptreact", "typescript"],
12-
"typescript.tsdk": "node_modules/typescript/lib",
13-
"commentTranslate.source": "Bing",
14-
"cSpell.words": [
15-
"contentlayer",
16-
"lemonsqueezy",
17-
"nextui",
18-
"noopener",
19-
"noreferrer",
20-
"unbuntu",
21-
"Yuque"
22-
]
23-
}
24-
1+
{
2+
"css.validate": false,
3+
"editor.formatOnSave": true,
4+
"editor.tabSize": 2,
5+
"editor.codeActionsOnSave": {
6+
"source.fixAll.eslint": "explicit",
7+
"source.organizeImports": "explicit"
8+
},
9+
"headwind.runOnSave": false,
10+
"typescript.preferences.importModuleSpecifier": "non-relative",
11+
"eslint.validate": ["javascript", "javascriptreact", "typescript"],
12+
"typescript.tsdk": "node_modules/typescript/lib",
13+
"commentTranslate.source": "Bing",
14+
"cSpell.words": [
15+
"contentlayer",
16+
"Dify",
17+
"lemonsqueezy",
18+
"milvus",
19+
"nextui",
20+
"noopener",
21+
"noreferrer",
22+
"progressad",
23+
"Quicklink",
24+
"unbuntu",
25+
"Yuque"
26+
]
27+
}
28+

i18n/locales/en.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,31 @@
238238
"title": "Completed",
239239
"subTitle": "Features that have been successfully implemented and are now available to users.",
240240
"versionContent": [
241+
{
242+
"version": "V0.10.0 (2025-12-20)",
243+
"content": [
244+
{
245+
"title": "Resizable Extension UI Window",
246+
"subTitle": "Coco AI App now supports resizing extension UI windows."
247+
},
248+
{
249+
"title": "Open Newly Installed Extensions Directly",
250+
"subTitle": "Extensions installed in Coco AI App can now be opened directly—no need to go back to search."
251+
},
252+
{
253+
"title": "Upgraded UI Experience",
254+
"subTitle": "Coco AI App replaces legacy components with shadcn/ui to improve visuals and interactions."
255+
},
256+
{
257+
"title": "Coco Server Adds a Milvus Connector",
258+
"subTitle": "Coco AI Server adds a Milvus connector, enabling vector database storage and querying."
259+
},
260+
{
261+
"title": "Coco Server Adds a Dropbox Connector",
262+
"subTitle": "Coco AI Server adds a Dropbox connector, supporting file storage and querying."
263+
}
264+
]
265+
},
241266
{
242267
"version": "V0.9.0 (2025-11-20)",
243268
"content": [

i18n/locales/zh.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,31 @@
239239
"title": "已完成",
240240
"subTitle": "已成功实现并向用户提供的功能特性。",
241241
"versionContent": [
242+
{
243+
"version": "V0.10.0 (2025-12-20)",
244+
"content": [
245+
{
246+
"title": "扩展程序 UI 可调整窗口大小",
247+
"subTitle": "Coco AI app 现支持扩展程序 UI 可调整窗口大小"
248+
},
249+
{
250+
"title": "刚安装的扩展程序支持直接打开",
251+
"subTitle": "Coco AI app 已安装的扩展程序支持直接打开,无需回退搜索才能打开"
252+
},
253+
{
254+
"title": "升级 UI 展示效果",
255+
"subTitle": "Coco AI app 用 shadcn/ui 组件替换旧组件,提升用户界面的美观度和交互性"
256+
},
257+
{
258+
"title": "Coco Server 新增 milvus 连接器",
259+
"subTitle": "Coco AI Server 新增 milvus 连接器,支持向量数据库的存储和查询"
260+
},
261+
{
262+
"title": "Coco Server 新增 dropbox 连接器",
263+
"subTitle": "Coco AI Server 新增 dropbox 连接器,支持文件的存储和查询"
264+
}
265+
]
266+
},
242267
{
243268
"version": "V0.9.0 (2025-11-20)",
244269
"content": [

0 commit comments

Comments
 (0)