Skip to content

1.1.7

Choose a tag to compare

@luokexiaoguo luokexiaoguo released this 29 May 12:23
· 14 commits to master since this release

安全

  • 危险命令过滤(14 种模式:rm -rf /、curl | bash、chmod 777 /、format C: 等)

工具增强

  • Read 支持 PDF(pdfjs-dist)
  • Read 支持 Excel(.xlsx/.xls → Markdown 表格)
  • Read 支持 CSV → Markdown 表格
  • Read 更新描述,明确支持 text/docx/pdf/xlsx/csv
  • Grep 搜索 .docx/.xlsx/.csv 内部文本
  • Write 支持编码选项(UTF-8/GBK/GB2312/UTF-16 等)
  • /compact 修复 API Key 传递 + 压缩时显示思考动画

思考级别

  • 修复 Gemini 2.5 误走 thinkingLevel 路径的 bug
  • 13+ 种模型参数格式全部验证通过

工程化

  • Jest 自动化测试(24 个用例,全部通过)
  • ESLint + Prettier 代码规范(0 error)
  • 安装 undici 依赖(修复代理配置警告)
  • app.js 拆分为 7 个模块(5032→3964 行)