mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 22:27:13 +08:00
feat: simplify Feishu card config and update 2.1.4 docs
This commit is contained in:
@@ -64,8 +64,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
"channel_type": "feishu",
|
||||
"feishu_app_id": "YOUR_APP_ID",
|
||||
"feishu_app_secret": "YOUR_APP_SECRET",
|
||||
"feishu_stream_reply": true,
|
||||
"feishu_markdown_card": true
|
||||
"feishu_stream_reply": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -74,8 +73,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
| `feishu_app_id` | Feishu app App ID | - |
|
||||
| `feishu_app_secret` | Feishu app App Secret | - |
|
||||
| `feishu_stream_reply` | Enable streaming typewriter reply | `true` |
|
||||
| `feishu_markdown_card` | Render non-streaming Markdown and scheduled text as Card 2.0 | `true` |
|
||||
| `feishu_progress_card` | Use a rich progress card (status header, reasoning/tool panels, elapsed time) for normal chat streaming; off keeps the plain typewriter card | `false` |
|
||||
| `feishu_detailed_card` | Use a detailed card (tool calls, thinking process, elapsed time) for streaming replies; off keeps the plain typewriter card | `true` |
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
@@ -105,7 +103,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
| Quoted replies | ✅ quoted text and rich-post context |
|
||||
| Streaming reply | ✅ (powered by Feishu cardkit streaming card) |
|
||||
| Markdown card | ✅ remote images are uploaded to Feishu for static and final streaming cards |
|
||||
| Rich progress card | ✅ status header, reasoning/tool panels and elapsed time (enable with `feishu_progress_card: true`, off by default) |
|
||||
| Detailed card | ✅ tool calls, thinking process and elapsed time (controlled by `feishu_detailed_card`, on by default) |
|
||||
| Scheduler controls | ✅ `/tasks` list with enable, disable and delete buttons |
|
||||
|
||||
<Note>
|
||||
|
||||
@@ -61,8 +61,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
"channel_type": "feishu",
|
||||
"feishu_app_id": "YOUR_APP_ID",
|
||||
"feishu_app_secret": "YOUR_APP_SECRET",
|
||||
"feishu_stream_reply": true,
|
||||
"feishu_markdown_card": true
|
||||
"feishu_stream_reply": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -71,8 +70,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
| `feishu_app_id` | Feishu アプリの App ID | - |
|
||||
| `feishu_app_secret` | Feishu アプリの App Secret | - |
|
||||
| `feishu_stream_reply` | ストリーミングタイプライター応答を有効化 | `true` |
|
||||
| `feishu_markdown_card` | 非ストリーミング Markdown と定期配信を Card 2.0 で表示 | `true` |
|
||||
| `feishu_progress_card` | 通常会話のストリーミングをリッチ進捗カード(ステータス、推論/ツールパネル、経過時間)で表示。無効時は通常のタイプライターカード | `false` |
|
||||
| `feishu_detailed_card` | ストリーミング応答を詳細カード(ツール呼び出し、思考過程、経過時間)で表示。無効時は通常のタイプライターカード | `true` |
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
@@ -102,7 +100,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
| 引用返信 | ✅ 引用テキストとリッチテキストのコンテキスト |
|
||||
| ストリーミング応答 | ✅(Feishu cardkit ストリーミングカードベース) |
|
||||
| Markdown カード | ✅ 静的カードとストリーミング最終状態でリモート画像を Feishu にアップロード |
|
||||
| リッチ進捗カード | ✅ ステータス、推論/ツールパネル、経過時間(`feishu_progress_card: true` で有効化、デフォルト無効) |
|
||||
| 詳細カード | ✅ ツール呼び出し、思考過程、経過時間(`feishu_detailed_card` で制御、デフォルト有効) |
|
||||
| スケジューラー操作 | ✅ `/tasks` で一覧、有効化、無効化、削除 |
|
||||
|
||||
<Note>
|
||||
|
||||
@@ -65,8 +65,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
"channel_type": "feishu",
|
||||
"feishu_app_id": "YOUR_APP_ID",
|
||||
"feishu_app_secret": "YOUR_APP_SECRET",
|
||||
"feishu_stream_reply": true,
|
||||
"feishu_markdown_card": true
|
||||
"feishu_stream_reply": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -75,8 +74,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
| `feishu_app_id` | 飞书应用 App ID | - |
|
||||
| `feishu_app_secret` | 飞书应用 App Secret | - |
|
||||
| `feishu_stream_reply` | 是否开启流式打字机回复 | `true` |
|
||||
| `feishu_markdown_card` | 将非流式 Markdown 与定时推送渲染为 Card 2.0 | `true` |
|
||||
| `feishu_progress_card` | 普通对话流式回复是否使用富进度卡片(状态头、思考/工具面板、耗时);关闭时用普通打字机卡片 | `false` |
|
||||
| `feishu_detailed_card` | 流式回复是否使用详细卡片(工具调用、思考过程、耗时展示);关闭时用普通打字机卡片 | `true` |
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
@@ -106,7 +104,7 @@ im:message,im:message.group_at_msg,im:message.group_at_msg:readonly,im:message.p
|
||||
| 引用回复 | ✅ 引用文本与富文本上下文 |
|
||||
| 流式回复 | ✅(通过 `feishu_stream_reply` 配置控制,默认开启) |
|
||||
| Markdown 卡片 | ✅ 静态卡片与流式最终态会将远程图片上传到飞书 |
|
||||
| 富进度卡片 | ✅ 状态头、思考/工具面板与耗时(需配置 `feishu_progress_card: true` 开启,默认关闭) |
|
||||
| 详细卡片 | ✅ 工具调用、思考过程与耗时展示(`feishu_detailed_card` 控制,默认开启) |
|
||||
| 定时任务操作卡 | ✅ `/tasks` 查看、启用、停用与删除 |
|
||||
|
||||
<Note>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
---
|
||||
title: v2.1.4
|
||||
description: CowAgent 2.1.4:桌面客户端浏览器与体验优化,MCP 远程服务支持 OAuth 授权,定时任务新增静默模式,并新增多款模型
|
||||
description: CowAgent 2.1.4:桌面客户端体验优化,MCP 支持 OAuth 授权,定时任务工具优化,飞书通道能力增强,新增数据备份与多个模型
|
||||
---
|
||||
|
||||
🌐 [English](https://docs.cowagent.ai/releases/v2.1.4) | [中文](https://docs.cowagent.ai/zh/releases/v2.1.4)
|
||||
|
||||
## 🖥 桌面客户端
|
||||
|
||||
在 2.1.3 正式推出桌面客户端后,本次围绕浏览器能力、系统兼容与使用体验做了进一步打磨。
|
||||
在上个版本正式推出桌面客户端后,本次围绕浏览器能力、系统兼容与使用体验做了进一步提升:
|
||||
|
||||
- **浏览器复用系统 Chrome/Edge**:内置浏览器工具优先复用系统已安装的 Chrome / Edge,同时为客户端内置 Playwright,无需额外手动安装浏览器即可使用网页访问、信息检索等能力。
|
||||
- **浏览器访问提速**:优化页面导航流程,网页打开与内容抓取更快更稳。
|
||||
- **新增 Win7 客户端**:新增对 Windows 7 等旧版系统的客户端支持,覆盖更多使用环境。
|
||||
- **Windows 代码签名**:Windows 安装包新增代码签名,降低安装时的安全告警。
|
||||
- **知识库文档跳转修复**:修复桌面端知识库文档内链接无法正常跳转的问题。
|
||||
- **支持浏览器工具**:客户端内置浏览器能力并优先复用系统已安装的 Chrome / Edge,并优化浏览器启动及访问性能。
|
||||
- **界面样式优化**:优化对话界面、消息气泡、工具调用步骤与通道页面的视觉与交互细节。
|
||||
- **Windows 代码签名**:Windows 安装包新增代码签名,降低安装时的安全告警。
|
||||
- **支持 Win7/Win8 系统**:新增对 Windows 7/8 等旧版系统的客户端支持,覆盖更多使用环境。
|
||||
- **知识库文档跳转修复**:修复桌面端知识库文档内链接无法正常跳转的问题。
|
||||
- **密码登录**:桌面客户端支持设置登录密码,并修复设置密码后无法加载窗口的问题。
|
||||
|
||||
下载地址:[CowAgent客户端](https://cowagent.ai/zh/download/)
|
||||
|
||||
@@ -22,18 +22,41 @@ description: CowAgent 2.1.4:桌面客户端浏览器与体验优化,MCP 远
|
||||
|
||||
## 🔌 MCP 远程服务 OAuth 授权
|
||||
|
||||
远程 MCP 服务新增 **OAuth 授权** 支持,接入需要登录授权的第三方 MCP 服务时,可通过标准 OAuth 流程完成认证,无需再手动配置和维护令牌。
|
||||
远程 MCP 服务新增 **OAuth 授权** 支持,接入需要登录授权的第三方 MCP 服务时,可通过标准 OAuth 流程完成认证,无需手动配置和维护令牌。
|
||||
|
||||
相关文档:[MCP 工具](https://docs.cowagent.ai/zh/tools/mcp)
|
||||
|
||||
## ⏰ 定时任务静默模式
|
||||
## ⏰ 定时任务
|
||||
|
||||
定时任务新增 **静默模式**,任务在后台执行时不再主动推送中间过程,仅在需要时输出结果,避免打扰。同时修正了对消息投递类任务的误判,让任务标记更准确。Thanks @AaronZ345 (#2954)
|
||||
- **静默模式**:支持创建静默执行的定时任务,任务后台运行、无主动消息推送,适合数据整理、定期归档等无需打扰的场景。(#2954)
|
||||
- **手动执行**:支持在控制台界面手动触发已有任务立即执行,无需等待下次调度。(#2958)
|
||||
- **编辑保留配置**:修复在 Web 端编辑任务时可能丢失模式类型等隐藏配置的问题。(#2959)
|
||||
- **跨通道任务命令**:新增 `/tasks` 定时任务管理命令,多通道兼容。(#2965)
|
||||
|
||||
此外,修复了在 Web 界面编辑定时任务时可能丢失静默模式等隐藏配置的问题,编辑后任务设置得以完整保留。Thanks @AaronZ345 (#2959)
|
||||
Thanks @AaronZ345
|
||||
|
||||
相关文档:[定时任务](https://docs.cowagent.ai/zh/tools/scheduler)
|
||||
|
||||
## 💬 飞书通道增强
|
||||
|
||||
飞书通道新增一系列消息展示与交互增强,提升使用体验。
|
||||
|
||||
- **流式卡片优化**:流式卡片增加折叠面板,展示思考过程、工具调用、执行耗时等信息。(#2963)
|
||||
- **Markdown 格式**:对于非流式回复与定时推送,在含有 Markdown 语法时以卡片渲染,展示更清晰。(#2962)
|
||||
- **定时任务卡片**:定时任务 `/tasks` 命令以卡片形式呈现,并支持在卡片中启用和关闭任务。(#2961)
|
||||
- **支持消息引用**:用户引用消息时,自动将被引用消息加入上下文发送给 Agent。(#2966)
|
||||
- **远程图片渲染**:支持在飞书卡片中渲染远程图片链接。(#2967)
|
||||
|
||||
Thanks @AaronZ345
|
||||
|
||||
相关文档:[飞书](https://docs.cowagent.ai/zh/channels/feishu)
|
||||
|
||||
## 💾 数据备份与恢复
|
||||
|
||||
新增 `cow backup` 和 `cow restore` 命令,支持一键导出与恢复配置、知识库、记忆等本地数据,便于迁移与备份。Thanks @AaronZ345 (#2957)
|
||||
|
||||
相关文档:[数据备份](https://docs.cowagent.ai/zh/cli/backup)
|
||||
|
||||
## 🤖 模型新增
|
||||
|
||||
- 新增支持 **kimi-k3**
|
||||
@@ -43,12 +66,11 @@ description: CowAgent 2.1.4:桌面客户端浏览器与体验优化,MCP 远
|
||||
|
||||
## 🛠 体验优化与修复
|
||||
|
||||
- **文件编辑更稳**:统一模糊匹配的唯一性校验逻辑,编辑文件时的定位更可靠。Thanks @weijun-xia (#2945)
|
||||
- **稳定性提升**:清理浏览器工具中的冗余逻辑分支,优化整体运行稳定性。
|
||||
- **文件编辑**:修复编辑文件时模糊匹配可能定位到错误位置的问题。Thanks @weijun-xia (#2945)
|
||||
|
||||
## 📦 升级方式
|
||||
|
||||
- **源码部署**:执行 `cow update` 一键升级,或手动拉取代码后重启。详见 [更新升级文档](https://docs.cowagent.ai/zh/guide/upgrade)。
|
||||
- **桌面客户端**:可在客户端内自动检查并一键更新,或前往 [下载页](https://cowagent.ai/zh/download/) 获取最新版本。
|
||||
|
||||
**发布日期**:2026.07.17 | [Full Changelog](https://github.com/zhayujie/CowAgent/compare/2.1.3...2.1.4)
|
||||
**发布日期**:2026.07.20 | [Full Changelog](https://github.com/zhayujie/CowAgent/compare/2.1.3...2.1.4)
|
||||
|
||||
Reference in New Issue
Block a user