Skip to content

v0.4.0 - Model Selection, Skill Import & Agent Refinements / 模型选择、技能导入与智能体优化

Latest

Choose a tag to compare

@zjowowen zjowowen released this 12 Mar 17:50
· 351 commits to main since this release

Release v0.4.0 / 发布 v0.4.0

Added / 新增

  • Agent Model Selection / 智能体模型选择: Per-session LLM provider & model selection in agent panel with localStorage persistence and input validation (PR #238–#240)
    智能体面板支持按会话选择 LLM 提供方与模型,支持本地持久化与输入校验
  • Skill Import via Markdown / Markdown 技能导入: Import skills from .md files with allowed-tools validation, scope guard, and memoized parsing (PR #234, #235)
    支持通过 Markdown 文件导入技能,增加允许工具校验、作用域保护和缓存解析
  • Rolling Work Mode / 滚动工作模式: Auto-scrolling work panel with configurable bottom threshold and useCallback optimization (PR #231, #233)
    自动滚动工作面板,可配置底部阈值,优化 useCallback
  • GitHub Star History / GitHub Star 趋势图: Star history trend chart added to README (PR #7)
    README 新增 GitHub Star 历史趋势图
  • Archive Process Code / 归档流程代码: Code archiving feature with history skip check improvements (PR #244, #245)
    新增代码归档功能,改进历史跳过检查

Changed / 变更

  • Codebase Refactor / 代码重构: General codebase cleanup and restructuring (PR #236, #237)
    整体代码清理与结构优化
  • README Updates / README 更新: Add research ideation, multi-tab preview, and Study Paper feature descriptions (PR #236)
    README 新增研究构思、多标签预览和论文研究功能说明

Fixed / 修复

  • Agent/Agent Name Overlap / 智能体名称重叠: Fix agent session tab display where "agent" and "Agent" overlapped; remove shrink-0 for proper flex shrinking (PR #241–#243)
    修复智能体会话标签 "agent" 与 "Agent" 显示重叠,修复 flex 收缩
  • Path Separator in History Check / 历史检查路径分隔符: Use path.sep in history skip check to avoid false matches on different OS (PR #245)
    历史跳过检查使用 path.sep 避免跨平台路径误匹配
  • Skill MD Form / 技能 Markdown 表单: Validate allowed-tools list and add scope guard for skill import (PR #235)
    技能导入校验允许工具列表,增加作用域保护

Full Changelog / 完整变更日志: v0.3.0...v0.4.0