mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-26 10:02:25 +08:00
📝 更新2.6.0相關文檔
This commit is contained in:
parent
99baa9202c
commit
577f16abf9
25
README.md
25
README.md
@ -38,14 +38,16 @@ This is an [MCP server](https://modelcontextprotocol.io/) that establishes **fee
|
||||
|
||||
### 📝 Smart Workflow
|
||||
- **Prompt Management**: CRUD operations for common prompts, usage statistics, intelligent sorting
|
||||
- **Auto-Timed Submit**: 1-86400 second flexible timer, supports pause, resume, cancel
|
||||
- **Session Management & Tracking**: Local file storage, privacy controls, history export, real-time statistics
|
||||
- **Auto-Timed Submit**: 1-86400 second flexible timer, supports pause, resume, cancel with new pause/resume button controls
|
||||
- **Auto Command Execution** (v2.6.0): Automatically execute preset commands after creating new sessions or commits for improved development efficiency
|
||||
- **Session Management & Tracking**: Local file storage, privacy controls, history export (supports JSON, CSV, Markdown formats), real-time statistics, flexible timeout settings
|
||||
- **Connection Monitoring**: WebSocket status monitoring, auto-reconnection, quality indicators
|
||||
- **AI Work Summary Markdown Display**: Support for rich Markdown syntax rendering including headers, bold text, code blocks, lists, links and other formats for enhanced content readability
|
||||
|
||||
### 🎨 Modern Experience
|
||||
- **Responsive Design**: Adapts to different screen sizes, modular JavaScript architecture
|
||||
- **Audio Notifications**: Built-in multiple sound effects, custom audio upload support, volume control
|
||||
- **System Notifications** (v2.6.0): System-level real-time alerts for important events (like auto-commit, session timeout)
|
||||
- **Smart Memory**: Input box height memory, one-click copy, persistent settings
|
||||
- **Multi-language Support**: Traditional Chinese, English, Simplified Chinese, instant switching
|
||||
|
||||
@ -59,7 +61,7 @@ This is an [MCP server](https://modelcontextprotocol.io/) that establishes **fee
|
||||
### Web UI Interface (v2.5.0 - Desktop Application Support)
|
||||
|
||||
<div align="center">
|
||||
<img src="docs/en/images/web1.jpeg" width="400" alt="Web UI Main Interface - Prompt Management & Auto Submit" />
|
||||
<img src="docs/en/images/web1.png" width="400" alt="Web UI Main Interface - Prompt Management & Auto Submit" />
|
||||
</div>
|
||||
|
||||
<details>
|
||||
@ -233,15 +235,14 @@ make quick-check # Quick check and auto-f
|
||||
|
||||
📋 **Complete Version History:** [RELEASE_NOTES/CHANGELOG.en.md](RELEASE_NOTES/CHANGELOG.en.md)
|
||||
|
||||
### Latest Version Highlights (v2.5.5)
|
||||
- 🌐 **SSH Remote Development Support**: Added `MCP_WEB_HOST` environment variable, completely solving SSH remote development access issues
|
||||
- 🍎 **Enhanced macOS Compilation Support**: Added PyO3 compilation configuration, supporting Intel and Apple Silicon architectures
|
||||
- 📝 **Tool Documentation Optimization**: Moved LLM instructions to tool docstring, improving token efficiency
|
||||
- 🖥️ **Desktop Application MCP Protocol Fix**: Fixed MCP protocol communication pollution issues in desktop mode
|
||||
- 📦 **Packaging Process Fix**: Fixed multi-platform desktop application packaging and publishing issues
|
||||
- 🔧 **Release Process Optimization**: Improved stability of automated release workflows
|
||||
- 📊 **AI Work Summary Markdown Enhancement**: Improved Markdown rendering effects and compatibility
|
||||
- 🔄 **Session History Process Optimization**: Improved session saving and management mechanisms
|
||||
### Latest Version Highlights (v2.6.0)
|
||||
- 🚀 **Auto Command Execution**: Automatically execute preset commands after creating new sessions or commits, improving workflow efficiency
|
||||
- 📊 **Session Export Feature**: Support exporting session records to multiple formats for easy sharing and archiving
|
||||
- ⏸️ **Auto-commit Control**: Added pause and resume buttons for better control over auto-commit timing
|
||||
- 🔔 **System Notifications**: System-level notifications for important events with real-time alerts
|
||||
- ⏱️ **Session Timeout Optimization**: Redesigned session management with more flexible configuration options
|
||||
- 🌏 **I18n Enhancement**: Refactored internationalization architecture with full multilingual support for notifications
|
||||
- 🎨 **UI Simplification**: Significantly simplified user interface for improved user experience
|
||||
|
||||
## 🐛 Common Issues
|
||||
|
||||
|
@ -38,14 +38,16 @@
|
||||
|
||||
### 📝 智能工作流程
|
||||
- **提示词管理**:常用提示词的 CRUD 操作、使用统计、智能排序
|
||||
- **自动定时提交**:1-86400 秒弹性计时器,支持暂停、恢复、取消
|
||||
- **会话管理追踪**:本地文件存储、隐私控制、历史导出、即时统计
|
||||
- **自动定时提交**:1-86400 秒弹性计时器,支持暂停、恢复、取消,新增暂停/开始按钮控制
|
||||
- **自动执行命令**(v2.6.0):新建会话和提交后可自动执行预设命令,提升开发效率
|
||||
- **会话管理追踪**:本地文件存储、隐私控制、历史导出(支持 JSON、CSV、Markdown 格式)、即时统计、弹性超时设定
|
||||
- **连接监控**:WebSocket 状态监控、自动重连、品质指示
|
||||
- **AI 工作摘要 Markdown 显示**:支持丰富的 Markdown 语法渲染,包含标题、粗体、代码区块、列表、链接等格式,提升内容可读性
|
||||
|
||||
### 🎨 现代化体验
|
||||
- **响应式设计**:适配不同屏幕尺寸,模块化 JavaScript 架构
|
||||
- **音效通知**:内建多种音效、支持自定义音效上传、音量控制
|
||||
- **系统通知**(v2.6.0):重要事件(如自动提交、会话超时等)的系统级即时提醒
|
||||
- **智能记忆**:输入框高度记忆、一键复制、设定持久化
|
||||
- **多语言支持**:简体中文、英文、繁体中文,即时切换
|
||||
|
||||
@ -59,7 +61,7 @@
|
||||
### Web UI 界面(v2.5.0 - 支持桌面应用程序)
|
||||
|
||||
<div align="center">
|
||||
<img src="docs/zh-CN/images/web1.jpeg" width="400" alt="Web UI 主界面 - 提示词管理与自动提交" />
|
||||
<img src="docs/zh-CN/images/web1.png" width="400" alt="Web UI 主界面 - 提示词管理与自动提交" />
|
||||
</div>
|
||||
|
||||
<details>
|
||||
@ -233,15 +235,14 @@ make quick-check # 快速检查并自动
|
||||
|
||||
📋 **完整版本更新记录:** [RELEASE_NOTES/CHANGELOG.zh-CN.md](RELEASE_NOTES/CHANGELOG.zh-CN.md)
|
||||
|
||||
### 最新版本亮点(v2.5.5)
|
||||
- 🌐 **SSH 远程开发支持**: 新增 `MCP_WEB_HOST` 环境变量,彻底解决 SSH 远程开发访问问题
|
||||
- 🍎 **macOS 编译支持增强**: 新增 PyO3 编译配置,支持 Intel 和 Apple Silicon 架构
|
||||
- 📝 **工具文档优化**: 将 LLM 指令移至工具 docstring,提升 token 效率
|
||||
- 🖥️ **桌面应用 MCP 协议修复**: 修正桌面模式下 MCP 协议通信污染问题
|
||||
- 📦 **打包流程修复**: 修正多平台桌面应用打包和发布问题
|
||||
- 🔧 **发布流程优化**: 改进自动化发布工作流程的稳定性
|
||||
- 📊 **AI 工作摘要 Markdown 增强**: 改进 Markdown 渲染效果和兼容性
|
||||
- 🔄 **会话历史流程优化**: 改进会话保存和管理机制
|
||||
### 最新版本亮点(v2.6.0)
|
||||
- 🚀 **自动执行命令**: 新建会话和提交后可自动执行预设命令,提升工作效率
|
||||
- 📊 **会话导出功能**: 支持将会话记录导出为多种格式,方便分享和存档
|
||||
- ⏸️ **自动提交控制**: 新增暂停和开始按钮,让用户更好控制自动提交时机
|
||||
- 🔔 **系统通知**: 新增系统级通知功能,重要事件即时提醒
|
||||
- ⏱️ **会话超时机制优化**: 重新设计会话管理,提供更弹性的设置选项
|
||||
- 🌏 **多语系强化**: 重构多语系架构,通知系统也完整支持多语言
|
||||
- 🎨 **界面简化**: 大幅简化用户界面,提升使用体验
|
||||
|
||||
## 🐛 常见问题
|
||||
|
||||
|
@ -38,14 +38,16 @@
|
||||
|
||||
### 📝 智能工作流程
|
||||
- **提示詞管理**:常用提示詞的 CRUD 操作、使用統計、智能排序
|
||||
- **自動定時提交**:1-86400 秒彈性計時器,支援暫停、恢復、取消
|
||||
- **會話管理追蹤**:本地檔案存儲、隱私控制、歷史匯出、即時統計
|
||||
- **自動定時提交**:1-86400 秒彈性計時器,支援暫停、恢復、取消,新增暫停/開始按鈕控制
|
||||
- **自動執行命令**(v2.6.0):新建會話和提交後可自動執行預設命令,提升開發效率
|
||||
- **會話管理追蹤**:本地檔案存儲、隱私控制、歷史匯出(支援 JSON、CSV、Markdown 格式)、即時統計、彈性超時設定
|
||||
- **連線監控**:WebSocket 狀態監控、自動重連、品質指示
|
||||
- **AI 工作摘要 Markdown 顯示**:支援豐富的 Markdown 語法渲染,包含標題、粗體、程式碼區塊、列表、連結等格式,提升內容可讀性
|
||||
|
||||
### 🎨 現代化體驗
|
||||
- **響應式設計**:適配不同螢幕尺寸,模組化 JavaScript 架構
|
||||
- **音效通知**:內建多種音效、支援自訂音效上傳、音量控制
|
||||
- **系統通知**(v2.6.0):重要事件(如自動提交、會話超時等)的系統級即時提醒
|
||||
- **智能記憶**:輸入框高度記憶、一鍵複製、設定持久化
|
||||
- **多語言支援**:繁體中文、英文、簡體中文,即時切換
|
||||
|
||||
@ -59,7 +61,7 @@
|
||||
### Web UI 介面(v2.5.0 - 支援桌面應用程式)
|
||||
|
||||
<div align="center">
|
||||
<img src="docs/zh-TW/images/web1.jpeg" width="400" alt="Web UI 主介面 - 提示詞管理與自動提交" />
|
||||
<img src="docs/zh-TW/images/web1.png" width="400" alt="Web UI 主介面 - 提示詞管理與自動提交" />
|
||||
</div>
|
||||
|
||||
<details>
|
||||
@ -234,15 +236,14 @@ make quick-check # 快速檢查並自動
|
||||
|
||||
📋 **完整版本更新記錄:** [RELEASE_NOTES/CHANGELOG.zh-TW.md](RELEASE_NOTES/CHANGELOG.zh-TW.md)
|
||||
|
||||
### 最新版本亮點(v2.5.5)
|
||||
- 🌐 **SSH 遠端開發支援**: 新增 `MCP_WEB_HOST` 環境變數,徹底解決 SSH 遠端開發存取問題
|
||||
- 🍎 **macOS 編譯支援增強**: 新增 PyO3 編譯配置,支援 Intel 和 Apple Silicon 架構
|
||||
- 📝 **工具文檔優化**: 將 LLM 指令移至工具 docstring,提升 token 效率
|
||||
- <20>️ **桌面應用 MCP 協議修復**: 修正桌面模式下 MCP 協議通訊污染問題
|
||||
- 📦 **打包流程修復**: 修正多平台桌面應用打包和發布問題
|
||||
- 🔧 **發布流程優化**: 改進自動化發布工作流程的穩定性
|
||||
- <20> **AI 工作摘要 Markdown 增強**: 改進 Markdown 渲染效果和相容性
|
||||
- <20> **會話歷史流程優化**: 改進會話保存和管理機制
|
||||
### 最新版本亮點(v2.6.0)
|
||||
- 🚀 **自動執行命令**: 新建會話和提交後可自動執行預設命令,提升工作效率
|
||||
- 📊 **會話匯出功能**: 支援將會話記錄匯出為多種格式,方便分享和存檔
|
||||
- ⏸️ **自動提交控制**: 新增暫停和開始按鈕,讓使用者更好控制自動提交時機
|
||||
- 🔔 **系統通知**: 新增系統級通知功能,重要事件即時提醒
|
||||
- ⏱️ **會話超時機制優化**: 重新設計會話管理,提供更彈性的設定選項
|
||||
- 🌏 **多語系強化**: 重構多語系架構,通知系統也完整支援多語言
|
||||
- 🎨 **介面簡化**: 大幅簡化使用者介面,提升使用體驗
|
||||
|
||||
## 🐛 常見問題
|
||||
|
||||
|
@ -2,6 +2,29 @@
|
||||
|
||||
This document records all version updates for **MCP Feedback Enhanced**.
|
||||
|
||||
## [v2.6.0] - 2025-06-28 - Intelligent Session Management & Automation Enhancement
|
||||
|
||||
### 🌟 Version Highlights
|
||||
Significantly enhanced session management capabilities with automatic command execution, export features, and notification system, providing a more intelligent development experience.
|
||||
|
||||
### ✨ New Features
|
||||
- 🚀 **Auto Command Execution**: Automatically execute preset commands after creating new sessions or commits
|
||||
- 📊 **Session Export Feature**: Support exporting session records to multiple formats
|
||||
- ⏸️ **Auto-commit Control**: Added pause and resume buttons for better control over auto-commit timing
|
||||
- 🔔 **System Notifications**: System-level notifications for important events with real-time alerts
|
||||
|
||||
### 🚀 Improvements
|
||||
- ⏱️ **Session Timeout Optimization**: Redesigned session management with more flexible configuration options
|
||||
- 🌏 **I18n Enhancement**: Refactored internationalization architecture with full multilingual support for notifications
|
||||
- 🎨 **UI Simplification**: Significantly simplified user interface for improved user experience
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
- Fixed command execution functionality issues
|
||||
- Fixed WebSocket status detection import errors
|
||||
- Improved session history multilingual support
|
||||
|
||||
---
|
||||
|
||||
## [v2.5.0] - 2025-06-15 - Desktop Application & Performance Optimization
|
||||
|
||||
### 🌟 Version Highlights
|
||||
|
@ -2,6 +2,29 @@
|
||||
|
||||
本文件记录了 **MCP Feedback Enhanced** 的所有版本更新内容。
|
||||
|
||||
## [v2.6.0] - 2025-06-28 - 智能会话管理与自动化功能强化
|
||||
|
||||
### 🌟 版本亮点
|
||||
大幅强化会话管理功能,新增自动执行命令、导出功能和通知系统,提供更智能的开发体验。
|
||||
|
||||
### ✨ 新功能
|
||||
- 🚀 **自动执行命令**: 新建会话和提交后可自动执行预设命令
|
||||
- 📊 **会话导出功能**: 支持将会话记录导出为多种格式
|
||||
- ⏸️ **自动提交控制**: 新增暂停和开始按钮,让用户更好控制自动提交时机
|
||||
- 🔔 **系统通知**: 新增系统级通知功能,重要事件即时提醒
|
||||
|
||||
### 🚀 改进功能
|
||||
- ⏱️ **会话超时机制优化**: 重新设计会话管理,提供更弹性的设置选项
|
||||
- 🌏 **多语系强化**: 重构多语系架构,通知系统也完整支持多语言
|
||||
- 🎨 **界面简化**: 大幅简化用户界面,提升使用体验
|
||||
|
||||
### 🐛 问题修复
|
||||
- 修复命令执行功能的相关问题
|
||||
- 修正 WebSocket 状态检测的导入错误
|
||||
- 完善会话历史的多语言支持
|
||||
|
||||
---
|
||||
|
||||
## [v2.5.6] - 2025-06-21 - 设置保存机制优化与界面美化
|
||||
|
||||
### 🌟 版本亮点
|
||||
|
@ -2,6 +2,29 @@
|
||||
|
||||
本文件記錄了 **MCP Feedback Enhanced** 的所有版本更新內容。
|
||||
|
||||
## [v2.6.0] - 2025-06-28 - 智能會話管理與自動化功能強化
|
||||
|
||||
### 🌟 版本亮點
|
||||
大幅強化會話管理功能,新增自動執行命令、匯出功能和通知系統,提供更智能的開發體驗。
|
||||
|
||||
### ✨ 新功能
|
||||
- 🚀 **自動執行命令**: 新建會話和提交後可自動執行預設命令
|
||||
- 📊 **會話匯出功能**: 支援將會話記錄匯出為多種格式
|
||||
- ⏸️ **自動提交控制**: 新增暫停和開始按鈕,讓使用者更好控制自動提交時機
|
||||
- 🔔 **系統通知**: 新增系統級通知功能,重要事件即時提醒
|
||||
|
||||
### 🚀 改進功能
|
||||
- ⏱️ **會話超時機制優化**: 重新設計會話管理,提供更彈性的設定選項
|
||||
- 🌏 **多語系強化**: 重構多語系架構,通知系統也完整支援多語言
|
||||
- 🎨 **介面簡化**: 大幅簡化使用者介面,提升使用體驗
|
||||
|
||||
### 🐛 問題修復
|
||||
- 修復命令執行功能的相關問題
|
||||
- 修正 WebSocket 狀態檢測的導入錯誤
|
||||
- 完善會話歷史的多語言支援
|
||||
|
||||
---
|
||||
|
||||
## [v2.5.6] - 2025-06-21 - 設定保存機制優化與介面美化
|
||||
|
||||
### 🌟 版本亮點
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 184 KiB |
BIN
docs/en/images/web1.png
Normal file
BIN
docs/en/images/web1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
Binary file not shown.
Before Width: | Height: | Size: 173 KiB |
BIN
docs/zh-CN/images/web1.png
Normal file
BIN
docs/zh-CN/images/web1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 KiB |
Binary file not shown.
Before Width: | Height: | Size: 174 KiB |
BIN
docs/zh-TW/images/web1.png
Normal file
BIN
docs/zh-TW/images/web1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 289 KiB |
Loading…
x
Reference in New Issue
Block a user