Skip to content

Commit 0677f52

Browse files
authored
Merge pull request #989 from refly-ai/docs/0.7.0
docs: add changelog for v0.7.0
2 parents 1edf041 + 9d988a7 commit 0677f52

File tree

17 files changed

+96
-25
lines changed

17 files changed

+96
-25
lines changed

apps/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@refly/api",
3-
"version": "0.6.0",
4-
"description": "Refly Desktop Application - AI-powered productivity tool",
3+
"version": "0.7.0",
4+
"description": "API server for Refly",
55
"author": "",
66
"private": true,
77
"license": "ReflyAI OpenSource License",

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "refly-desktop",
3-
"version": "0.6.0",
4-
"description": "Hello World!",
3+
"version": "0.7.0",
4+
"description": "Refly Desktop Application",
55
"main": "dist/main.js",
66
"scripts": {
77
"dev": "nodemon",

apps/web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@refly/web",
3+
"description": "Refly Web UI",
34
"private": true,
4-
"version": "0.0.0",
5+
"version": "0.7.0",
56
"type": "module",
67
"scripts": {
78
"copy-env": "ncp .env.example .env",

apps/web/src/components/landing-page-partials/HeroHome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function HeroHome() {
7171
<div
7272
onClick={() => {
7373
window.open(
74-
'https://github.com/refly-ai/refly/releases/tag/v0.6.0',
74+
'https://github.com/refly-ai/refly/releases/tag/v0.7.0',
7575
'_blank',
7676
);
7777
}}

docs/.vitepress/config.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const enNav = [
99
},
1010
{ text: 'Community', link: '/community/contact-us' },
1111
{
12-
text: 'v0.6.0',
13-
items: [{ text: 'Changelog', link: '/changelog/v0.6.0' }],
12+
text: 'v0.7.0',
13+
items: [{ text: 'Changelog', link: '/changelog/v0.7.0' }],
1414
},
1515
{ text: 'Roadmap', link: '/roadmap' },
1616
];
@@ -23,8 +23,8 @@ const zhNav = [
2323
},
2424
{ text: '社区', link: '/zh/community/contact-us' },
2525
{
26-
text: 'v0.6.0',
27-
items: [{ text: '更新日志', link: '/zh/changelog/v0.6.0' }],
26+
text: 'v0.7.0',
27+
items: [{ text: '更新日志', link: '/zh/changelog/v0.7.0' }],
2828
},
2929
{ text: '路线图', link: '/zh/roadmap' },
3030
];
@@ -130,6 +130,7 @@ const sidebar = {
130130
{
131131
text: 'Changelog',
132132
items: [
133+
{ text: 'v0.7.0', link: '/changelog/v0.7.0' },
133134
{ text: 'v0.6.0', link: '/changelog/v0.6.0' },
134135
{ text: 'v0.5.0', link: '/changelog/v0.5.0' },
135136
{ text: 'v0.4.2', link: '/changelog/v0.4.2' },
@@ -241,6 +242,7 @@ const sidebar = {
241242
{
242243
text: '更新日志',
243244
items: [
245+
{ text: 'v0.7.0', link: '/zh/changelog/v0.7.0' },
244246
{ text: 'v0.6.0', link: '/zh/changelog/v0.6.0' },
245247
{ text: 'v0.5.0', link: '/zh/changelog/v0.5.0' },
246248
{ text: 'v0.4.2', link: '/zh/changelog/v0.4.2' },

docs/en/changelog/v0.7.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# v0.7.0 Release Notes
2+
3+
## 🚀 Summary
4+
5+
We're thrilled to announce the official release of Refly v0.7.0, marking an exciting new chapter for our platform! 🎉
6+
7+
We are proud to launch the world's first open-source "Vibe Workflow" platform. You can now build and execute complex workflows simply by giving instructions in natural language, seamlessly taking you from initial concept to final delivery. Vibe Workflow integrates powerful AI Agents, configurable MCP servers, and a highly flexible free-form canvas with context selection. This unlocks a new paradigm in AI-driven automated creation, empowering you to explore infinite possibilities!
8+
9+
## 🌟 New Features
10+
11+
- 🤖 New Agent Mode (Beta)
12+
- **Intelligent Task Decomposition**: Automatically breaks down complex tasks into a series of executable sub-tasks.
13+
- **Automated Task Execution**: Executes sub-tasks by sequentially calling Refly's built-in skills or external tools via MCP, such as using a search engine, accessing a knowledge base, processing text, or generating code.
14+
- **Dynamic Evaluation & Re-planning**: Intelligently evaluates progress based on the results of each sub-task. If an obstacle is met or a better path is found, it dynamically adjusts the plan to ensure the final goal is reached.
15+
- **End-to-End Automation**: Delivers maximum automation, freeing you from tedious manual execution.
16+
- ⚙️ MCP Server Configuration
17+
- **Custom MCP Server Support**: You can now configure third-party MCP servers compatible with SSE and Streamable protocols, significantly enhancing Refly's extensibility and versatility.
18+
- **Smart & Manual MCP Selection**: Manually specify which MCP to use in a conversation, or let the AI automatically select and invoke the most appropriate tool based on the context, offering both flexibility and intelligence.
19+
20+
## 🛠️ Improvements & Fixes
21+
22+
🚀 Performance & Stability
23+
24+
- Optimized the local caching mechanism to resolve crashes caused by cache overflow.
25+
- Fixed an issue where the menu would unexpectedly close when switching skills.
26+
- Fixed a bug where the default chat model setting would not take effect in some scenarios.
27+
28+
🌟 User Experience
29+
30+
- Overhauled Dark Mode for a more comfortable and consistent visual experience.
31+
- Improved the layout and organization of the canvas node menu to make common actions more accessible.
32+
- Reduced the frequent triggering of the full-screen loading indicator for a smoother experience.
33+
- Improved the interaction design of the action buttons that appear below AI responses.

docs/zh/changelog/v0.7.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# v0.7.0 更新日志
2+
3+
## 🌈 版本亮点
4+
5+
我们激动地宣布,Refly v0.7.0 版本正式发布,这标志着 Refly 迈入了一个激动人心的新篇章!🎉
6+
7+
我们自豪地推出全球首个开源的 「Vibe Workflow」 平台。现在,您只需通过自然语言下达指令,即可构建并执行复杂工作流,无缝完成从任务构想到结果交付的全过程。Vibe Workflow 融合了强大的 Agent 智能体、可自由配置的 MCP 服务器以及高度灵活的自由画布和上下文选择,为您开启 AI 驱动的自动化创作新范式,探索无限可能!
8+
9+
## 🌟 新功能支持
10+
11+
- 🤖 新增 Agent 模式(Beta)
12+
- **智能任务拆解**:自动将复杂任务智能拆解为一系列可执行的子任务。
13+
- **自动化任务执行**:依次调用 Refly 内置技能或通过 MCP 连接的外部工具,自动执行子任务,例如调用搜索引擎、访问知识库、处理文本、生成代码等
14+
- **动态结果评估与重新规划**:根据每个子任务返回的结果,智能评估进展。如果遇到障碍或发现更优路径,它能够动态调整后续的任务计划,直至最终目标达成
15+
- **端到端自动化**:实现最大程度的自动化,将您从繁琐的执行细节中解放出来
16+
- ⚙️ MCP 服务器配置
17+
- **支持自定义 MCP 服务器**:现已支持配置第三方 MCP 服务器,兼容 SSE 及 Streamable 协议,极大地增强了 Refly 的功能拓展性和可玩性
18+
- **MCP 智能调用与手动选择**:您可以在对话中手动指定使用的 MCP,或让 AI 根据上下文自动选择并调用最合适的工具,兼具灵活性与智能化
19+
20+
## 🛠️ 系统优化与问题修复
21+
22+
🚀 性能与稳定性
23+
24+
- 优化本地缓存机制,彻底解决缓存溢出导致的系统崩溃
25+
- 修复切换技能时菜单意外关闭的问题
26+
- 修复设置默认对话模型后在部分场景不生效的问题
27+
28+
🌟 用户体验
29+
30+
- 全面升级暗黑模式,提供更舒适的视觉体验
31+
- 优化画布节点菜单布局和功能分类,常见操作入口优化
32+
- 解决全屏加载提示频繁触发的问题,使用体验更流畅
33+
- 优化 AI 回答下方按钮组的交互体验

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "refly-monorepo",
3-
"version": "0.6.0",
3+
"description": "Refly AI Monorepo",
4+
"version": "0.7.0",
45
"private": true,
56
"engines": {
67
"pnpm": ">=9",

packages/ai-workspace-common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@refly/ai-workspace-common",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.7.0",
5+
"description": "Common components for Refly AI Workspace",
56
"type": "module",
67
"main": "src/index.ts",
78
"exports": {

packages/ai-workspace-common/src/components/sider/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ const SiderLoggedIn = (props: { source: 'sider' | 'popover' }) => {
581581

582582
<div
583583
onClick={() =>
584-
window.open('https://github.com/refly-ai/refly/releases/tag/v0.6.0', '_blank')
584+
window.open('https://github.com/refly-ai/refly/releases/tag/v0.7.0', '_blank')
585585
}
586586
className="mb-2 flex items-start text-[#00968F] hover:bg-gray-50 rounded-md whitespace-normal h-auto cursor-pointer dark:text-gray-300"
587587
>

0 commit comments

Comments
 (0)