Releases: AndersonBY/vector-vein
Releases · AndersonBY/vector-vein
v0.3.3
v0.3.2
Release Notes - Version 0.3.2
Fix:
- Fixed workflow bug when more than one Workflow Invoke nodes on canvas.
- Fix pyecharts import.
修复:
- 修复当多个工作流调用节点同时使用时的问题。
- 修复 pyecharts 导入。
v0.3.1
Release Notes - Version 0.3.1
Fix:
- Fixed Gemini Vision node task.
修复:
- 修复 Gemini 多模态节点任务。
v0.3.0
Release Notes - Version 0.3.0
New Features:
- Workflow Enhancements:
- Added workflow loop functionality with AI integration.
- Introduced workflow invoke node function.
- Template Editor:
- Refactored template editor for improved functionality and usability.
Improvements:
- Workflow Management:
- Enhanced workflow management with async task support and layered sorting.
- Improved workflow processing with concurrent and retry tasks.
- Type Safety:
- Enhanced retry logic with result validation and type safety.
- Updated type hints for better code clarity.
- Logging:
- Added warning method for better log differentiation.
新特性:
- 工作流增强:
- 添加工作流循环功能,集成 AI 支持。
- 引入工作流调用节点功能。
- 模板编辑器:
- 重构模板编辑器,提升功能性和可用性。
改进:
- 工作流管理:
- 增强工作流管理,支持异步任务和分层排序。
- 改进工作流处理,支持并发和重试任务。
- 类型安全:
- 增强重试逻辑,添加结果验证和类型安全。
- 更新类型提示,提升代码清晰度。
- 日志记录:
- 添加警告方法,提升日志区分度。
v0.2.16
Release Notes - Version 0.2.16
Improvements:
- User Interface Updates:
- Enhanced log handling and improved loading states in the UI.
- Improved error handling in workflow server and tasks.
- Type Safety and Error Management:
- Ensured type safety and improved task processing logic.
- Enhanced type handling and error management in tasks.
Other Updates:
- Cleaned up Markdown plugins.
改进:
- 用户界面更新:
- 增强日志处理并改进 UI 中的加载状态。
- 类型安全和错误管理:
- 确保类型安全并改进任务处理逻辑。
- 增强任务中的类型处理和错误管理。
其他更新:
- 清理 Markdown 插件。
v0.2.15
Release Notes - Version 0.2.15
New Features:
- SSL Verification Settings:
- Add an SSL verification toggle, allowing selective disabling.
Other Updates:
- Add the tiktoken cache directory to the local path to support a purely offline environment.
- Updated to use httpx client generator function.
新特性:
- SSL 验证配置:
- 添加 SSL 验证开关,可选择性关闭。
其他更新:
- 将 tiktoken 缓存目录添加到本地路径,支持纯离线环境。
- 更新为使用 httpx 客户端生成器函数。
v0.2.14
Release Notes - Version 0.2.14
New Features:
- Tag Management:
- Introduced tag management feature with localization support.
- Tool Call Data Model Selection:
- Added tool call data model selection for agents.
Improvements:
- Local Model Chat:
- Fixed local model chat.
新特性:
- 标签管理:
- 引入标签管理功能,支持本地化。
- 工具调用数据模型选择:
- 为 Agent 添加工具调用参数生成模型选择功能。
改进:
- 本地模型聊天:
- 修复本地模型聊天。
v0.2.13
Release Notes - Version 0.2.13
New Features:
- Logging Enhancements:
- Added log viewer modal for enhanced logging functionalities.
Improvements:
- Performance Updates:
- Set default max output tokens to 4096 in settings.
新特性:
- 日志增强:
- 添加日志查看器模态框,增强日志功能。
改进:
- 性能更新:
- 在设置中将默认最大输出令牌设置为 4096。
v0.2.12
Release Notes - Version 0.2.12
New Features:
- Model Listing: Added model listing feature, allowing users to list available models for a specific API endpoint and easily add them to custom models with a single click.
Enhancements:
- Enhanced Webview Settings: Improved Webview settings to prefer opening links in an external browser for a better user experience.
新功能:
- 模型列表: 添加了模型列表功能,可以针对某个 API 端点列出可用模型列表并一键加入到自定义模型中。
增强功能:
- 增强的Webview设置: 改进了Webview设置,尽量使用外部浏览器打开链接。
v0.2.11
Release Notes - Version 0.2.11
New Features:
- Workflow node can be set to ignored status
Fix:
- Fix Gemini and MiniMax node.
新功能:
- 工作流节点可以设置为忽略状态
修复:
- 修复了 Gemini 和 MiniMax 节点的问题。