Skip to content

Releases: SunYanbox/ManualAid

v0.4.1

04 May 02:57
d39bafd

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 May 11:02
d914e94

Choose a tag to compare

What's Changed

  • docs(contributing): 新增中英文双语贡献指南 by @SunYanbox in #93
  • fix: unify func_call XML tag format to use name attribute by @blut-agent in #103
  • 96 feature rename tool callsargs hash to kwargs and drop old data by @SunYanbox in #105
  • Feature/95 Isolate file read cache by session / 按会话隔离文件读取缓存 by @SunYanbox in #106
  • Feature/97 add tool call summary results table / 添加工具调用摘要结果表 by @SunYanbox in #107
  • Fix/87 exiting via methods other than ctrlq fails to record session close time correctly by @SunYanbox in #108
  • Fix/94 text files being incorrectly detected as binary files by @SunYanbox in #109
  • Feat/91 auto clean empty sessions with no tool call history when exitingopening manualaid with environment variable control by @SunYanbox in #111
  • feat(stats): 实现会话列表分页及调用次数统计 by @SunYanbox in #112
  • feat(console): 在工具调用统计表中增加总耗时列 (#86) by @SunYanbox in #114
  • feat(console): 在标题栏展示应用版本号 (#90) by @SunYanbox in #115
  • refactor(database_manager): 重构数据库连接管理与会话删除逻辑 (#113) by @SunYanbox in #117
  • refactor(console): 移除已弃用的交互式查看器模块及相关代码 (#82) by @SunYanbox in #121
  • Release/v0.4.0 by @SunYanbox in #122
  • Merge develop to main for release by @SunYanbox in #123

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 May 10:18
a74d3b4

Choose a tag to compare

What's Changed

  • docs(README): 添加中文文档并完成英文文档重构 by @SunYanbox in #51
  • docs(README): 添加中文文档并完成英文文档重构 (#51) by @SunYanbox in #52
  • fix 61 bug Inconsistent Python target version between pyproject.toml and ruff.toml / pyproject.tomlruff.toml 中 Python 目标版本不一致 by @SunYanbox in #65
  • ci(github): 支持 develop 分支触发 CI 流程 / enable-ci-workflows-for-prs-targeting-the-develop-branch (#66) by @SunYanbox in #67
  • fix(tools): 修复 to_doc 方法生成的 XML 标签不匹配问题 by @SunYanbox in #68
  • fix(console): 修复工具处理器中错误信息的 XML 标签不匹配问题 (#59) by @SunYanbox in #69
  • 60 bug redundant code in multiple places / 多处存在冗余代码 by @SunYanbox in #71
  • fix(tools): 修复 get_avg_consume 空记录异常 (#70) by @SunYanbox in #72
  • fix(console): 修正 paste_reference 变量拼写错误 (#56) by @SunYanbox in #73
  • fix(models): 修正 init 文件名笔误以恢复包识别 (#55) by @SunYanbox in #74
  • refactor(tools): 将_record_read_meta方法移至基类 (#57) by @SunYanbox in #75
  • refactor(tool): eliminate code duplication & standardize exception handling (#54, #58) 重构工具类:消除代码重复并统一异常处理 (#54, #58) by @SunYanbox in #76
  • feat(workspace): 添加二进制文件安全拦截机制 (#77) by @SunYanbox in #79
  • fix: correct paste_reference typo in repl by @Adichapati in #78
  • Release/v0.3.0 by @SunYanbox in #80
  • Merge develop to main for release by @SunYanbox in #81

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

30 Apr 03:29
d460c0d

Choose a tag to compare

What's Changed

  • [Feat] implement #45, #44, and fix #17 - TuiConsole refactor, unified snapshot gen, env path fix / 实现 #45#44,并修复 #17 - TuiConsole 重构、统一快照生成、环境路径修复 by @SunYanbox in #46
  • [Feat & Bug] Core Tool Enhancements, Audit & Session Stats Panel / 核心工具增强、审核与会话统计面板 by @SunYanbox in #49
  • chore(project): 升级项目版本至 0.2.0 by @SunYanbox in #50

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Apr 15:23

Choose a tag to compare

What's Changed

  • [Init] ci format check and pytest / CI 样式检查 与 Pytest by @SunYanbox in #7
  • [Feat] Fully synchronized tool development / 完全同步的工具开发 by @SunYanbox in #15

New Contributors

Full Changelog: https://github.com/SunYanbox/ManualAid/commits/v0.1.0

not safe at write tool / write工具目前不安全

#42