Skip to content

Update plugin VSCode 最近项目 v0.1.2#276

Open
lanzhihong6 wants to merge 1 commit into
ZToolsCenter:mainfrom
lanzhihong6:plugin/ztool-vsc-recent
Open

Update plugin VSCode 最近项目 v0.1.2#276
lanzhihong6 wants to merge 1 commit into
ZToolsCenter:mainfrom
lanzhihong6:plugin/ztool-vsc-recent

Conversation

@lanzhihong6

@lanzhihong6 lanzhihong6 commented Jun 29, 2026

Copy link
Copy Markdown

插件信息

  • 名称: VSCode 最近项目
  • 插件ID: ztool-vsc-recent
  • 版本: 0.1.2
  • 描述: 快速打开最近的 VSCode 项目、工作区与远程会话
  • 作者: derekxia1988
  • 类型: 更新

本次变更

修复

  • 修复未安装应用或未配置环境变量时由于无报错而导致的静默失效问题
  • 修复 macOS 下 ZTools GUI 环境中环境变量缺失导致无法拉起 VSCode 的问题(重构使用 ZTools 原生 isMacOs 判断并优先通过 open -b 原生应用唤醒)
  • 为 Remote 连接的 Folder URI 在 Windows shell 模式下增加双引号包裹,防御特殊路径空格导致截断的边缘异常

截图 / 演示

自检清单

  • plugin.json 的 name / title / version / description / author 字段均已检查
  • 已移除调试日志、未使用文件、敏感信息(.env、token、密钥等)
  • 本次 PR 的 diff 仅涉及 plugins/ztool-vsc-recent/ 目录
  • 已在本地 ZTools 客户端实际加载并测试过此插件,主要功能正常
  • 同意以仓库声明的开源协议发布此插件

此 PR 由 ztools-plugin-cli 自动管理:每次 ztools publish 在分支上追加一个 commit,PR 链接保持不变。

- Initial commit
- feat: 插件库初次提交
- feat: 支持搜索剪贴板
- feat: 添加json-editor插件
- docs(markdown): 更新文档
- feat: Anywhere项目上传
- feat: 插件构建到release
- fix: action报错
- fix: 删除错误文件
- feat: 重新上传插件
- chore: update pnpm version from 8 to 9 in build-and-release workflow
- feat: 添加变更日志读取功能到发布工作流
- refactor: 更新发布工作流以准备发布说明,合并变更日志内容
- refactor: 插件名称规范
- chore: 生成latest文件以记录当前发布版本号
- chore: 添加latest文件到发布工作流以记录当前版本信息
- feat: 添加版本比较功能以优化变更日志生成,确保只保留最新版本的插件信息
- chore: 测试版本更新
- feat: 添加旧版本清理功能,确保每个插件只保留最新版本
- chore: 测试版本更新
- fix: 便签路径问题
- feat: 快捷命令插件
- chore: 重命名快捷命令插件的构建脚本
- feat: 更新发布工作流以生成插件变更日志,包含插件名称、版本和描述
- feat: 易翻修复
- feat: 易翻版本更新
- feat: 更新易翻插件版本至2.22.2,并修正变更日志保存格式
- feat: plugins.json add plugin size
- feat: 剪贴板支持仅复制不粘贴
- feat: anywhere更新到1.10.20
- fix: anywhere build error
- feat: anywhere update
- fix: anywhere author
- feat: 剪贴板修复回车不粘贴问题
- feat: oss上传
- feat: 增强OSS上传功能,支持重试和超时处理
- feat: 测试更新插件
- refactor: simplify success and failure count increment logic in build-and-release workflow
- feat: 测试更新插件
- feat: oss覆盖检查逻辑更新
- fix: oss脚本问题修复
- feat: oss上传时仅上传本次变更
- fix: oss检测不到变更
- 🎉 Initial commit: SPlayer ZTools Plugin Monorepo
- 🎉 Initial commit: SPlayer ZTools Plugin
- chore: 重命名插件为 SPlayerZ
- docs: 添加 AGPL-3.0 许可证和版权声明
- chore: 清理根 package.json,移除 Electron 相关内容
- feat: 添加构建后处理脚本,确保 ZTools 插件完整
- feat: 添加 package 命令,一键打包插件为 zip
- fix: 修复打包后资源路径问题
- feat: 添加本地 API 服务器支持
- fix: 修复 API 路由格式问题
- fix: 添加占位图片资源
- fix: 修复图片资源路径问题
- fix: 改进图片资源路径处理
- fix: 修复图片资源路径问题 - 添加base标签使绝对路径相对于当前目录解析
- fix: 使用Vite插件替换图片绝对路径为相对路径
- 优化 ztools-plugin 构建流程: 清理 node_modules 不必要文件,减小插件体积
- refactor: 重构仓库结构 - 将 ztools-plugin 移至根目录,electron 重命名为 SPlayer
- fix: 解决依赖解析问题
- fix: 添加构建所需依赖
- fix: 添加 Vite proxy rewrite 规则去掉 /api 前缀
- fix: API 路由同时支持下划线和斜杠格式
- Initial project setup with core files
- 合并本地修改
- Add SPlayer pre-build script and update package.json
- Merge pull request ZToolsCenter#13 from Yueby/plugin/splayer-z
- feat: 增加插件包管理器检测功能,支持 pnpm 和 npm
- release: 1.0.0
- fix: 修改name以符合cli要求
- 🎉 Initial commit: SPlayer ZTools Plugin Monorepo
- 🎉 Initial commit: SPlayer ZTools Plugin
- chore: 重命名插件为 SPlayerZ
- docs: 添加 AGPL-3.0 许可证和版权声明
- chore: 清理根 package.json,移除 Electron 相关内容
- feat: 添加构建后处理脚本,确保 ZTools 插件完整
- feat: 添加 package 命令,一键打包插件为 zip
- fix: 修复打包后资源路径问题
- feat: 添加本地 API 服务器支持
- fix: 修复 API 路由格式问题
- fix: 添加占位图片资源
- fix: 修复图片资源路径问题
- fix: 改进图片资源路径处理
- fix: 修复图片资源路径问题 - 添加base标签使绝对路径相对于当前目录解析
- fix: 使用Vite插件替换图片绝对路径为相对路径
- 优化 ztools-plugin 构建流程: 清理 node_modules 不必要文件,减小插件体积
- refactor: 重构仓库结构 - 将 ztools-plugin 移至根目录,electron 重命名为 SPlayer
- fix: 解决依赖解析问题
- fix: 添加构建所需依赖
- fix: 添加 Vite proxy rewrite 规则去掉 /api 前缀
- fix: API 路由同时支持下划线和斜杠格式
- Initial project setup with core files
- 合并本地修改
- Add SPlayer pre-build script and update package.json
- Add SPlayer dependency installation to pre-build script
- fix: 编译public目录错误
- fix: Improve SPlayer directory handling in pre-build script
- Clean up unnecessary files after build
- Merge branch 'main' into plugin/splayer-z
- Merge pull request ZToolsCenter#15 from Yueby/plugin/splayer-z
- Merge pull request ZToolsCenter#14 from Paxton-PKJ/plugin/latex-ocr
- feat: 无限壁纸插件、redis客户端
- feat: 添加域名助手插件
- feat: vim教程插件
- feat: 本地搜索插件更新
- feat: 鹅的笔记插件
- feat: ocr插件
- feat: AI Anywhere 插件更新
- feat: AI Anywhere 插件更新1.11.12
- feat: 无限重载插件
- feat: ocr-pro插件
- fix: 小窗翻译异常
- fix(本地搜索): everything启动错误
- feat: 2048插件
- feat: 打飞字游戏插件
- feat: AI Anywhere 插件更新
- feat: AI Anywhere 插件更新2.1.14
- feat: json-tools插件
- feat: 日历插件
- feat: 指针蜗牛插件
- feat: ASCII 艺术字体生成器插件
- feat: TinyPNG 压缩图片插件
- feat: Anywhere 更新至2.2.1
- feat: AI助手插件
- feat: TinyRDM插件
- feat: AI助手插件更新1.1.0
- feat: totodo插件
- feat: 禁用OSS,更新AI Anywhere插件
- Initial commit
- 🎉 init: 基础功能开发完毕
- ✨ feat: 图片预览新增放大缩放功能
- ✨ feat: 新增小红书解析
- ✨ feat: 新增即梦解析
- ✨ feat: 新增最右和哔哩哔哩解析
- 🐞 fix: 修复bug
- ✨ feat: 新增下载配置功能以及部分优化
- 🎈 perf: 优化样式以及文件导出命名
- ✨ feat: 修复默认下载路径为空的bug
- 🎈 perf: 优化样式以及新增视频预览功能
- 🎈 perf: 优化下载格式
- 🎈 perf: 优化图片加载样式
- 🎈 perf: 视频预览加入缩放和镜像翻转功能
- ✨ feat: 新增快手解析
- 🎈 perf: 优化底层请求以及新增图片复制
- 🐞 fix: 修复live图片加载问题
- ✨ feat: 新增live和static图的切换
- 🎈 perf: 优化对话框显示以及新增右键粘贴功能
- ✨ feat: 新增主题切换功能
- 🐞 fix: 修复清空气泡框确认按钮bug
- 🎈 perf: 优化解析记录预览
- 🐞 fix: 修复历史记录不同步bug
- ✨ feat: 新增下载进度监听
- 🎈 perf: 优化进度数值展示
- ✨ feat: 新增下载后自动打开目录配置
- ✨ feat: 新增一键下载功能
- 🎈 perf: 优化下载全部
- ✨ feat: 新版本v1.0.2
- ✨ feat: 新增豆包图集解析
- 🎈 perf: 优化错误提示
- ✨ feat: 新增皮皮虾和微信公众号解析以及下载优化
- 🎈 perf: 兼容豆包解析部分格式
- 📃 docs: 新增预览图和插件地址
- ✨ feat: 新增开源许可证
- Merge pull request ZToolsCenter#16 from GIWTO/plugin/today-gold-price
- Merge pull request ZToolsCenter#17 from GIWTO/plugin/video-parse
- Add metadata to plugin.json for video-parse
- Merge ztools into utools in services.js
- feat:init
- Merge pull request ZToolsCenter#18 from azhu949/plugin/random-password
- feat:init
- feat:readme修改,主页面新增“系统消息提示”开关
- Initial commit
- fix: 修复涨跌幅计算逻辑,调整红涨绿跌配色,优化刷新按钮交互
- Merge branch 'pr/19'
- Merge branch 'pr/20'
- feat(local-ip): 添加本地IP地址复制插件
- Merge pull request ZToolsCenter#21 from tangjie502/main
- feat: 更新AI Anywhere到2.4.14
- feat: 更新剪贴板插件,优化样式
- feat: 更新剪贴板插件,支持右键删除
- Initial commit
- 设置 platform 属性;删除没用的命令
- Merge pull request ZToolsCenter#23 from cjhgit/plugin/mac-system-preference-ztools-plugin
- init: 初始化项目
- fix: 修复文件选择和删除的两个问题
- feat: 实现初始diff比较工具,包含文本和图像视图、核心diff逻辑和国际化。
- feat: Introduce initial text and image diffing capabilities with core types, UI components, and internationalization setup.
- fix:修复图片组件的诸多bug
- feat:execl对比功能
- fix:修复图片和execl对比的bug
- fix:修复暗色模式下的滚动条bug
- feat:word对比
- fix:优化滚动方式
- refactor: 用共享实用函数替换文件读取逻辑,以提高跨差异视图的可维护性和代码重用
- feat(diff): 支持Excel、Word和图像文件的差异对比
- feat: 新增日语支持、改进主题色并优化构建流程
- refactor(diff): 使用diff库重构差异对比策略并新增PDF对比功能
- docs: 添加完整的TSDoc代码注释并修复导出函数
- refactor: 抽取diff视图组件业务逻辑到composables
- feat: 新增SVG图标系统并集成ZIcon组件
- feat: 优化文本和Word差异对比功能
- refactor: 按照Vue规范重构项目目录结构
- perf: 拆分大型第三方库为独立chunk优化加载
- docs:添加中文注释提升代码可读性
- refactor: 将autoFormat从pinia改为localStorage存储
- feat: 用Monaco Editor重构文本对比功能并优化自动格式化
- refactor: 将useTheme改为单例模式避免重复初始化
- feat: 优化Monaco Editor性能和依赖
- perf: 优化Monaco Editor性能并扩展语言支持
- feat: 添加PDF缩放功能并优化PDF.js worker加载
- docs: 更新README添加项目截图和使用说明
- refactor: 优化设置面板使用说明并改进文件图标
- refactor: 提取UsageGuideItem组件并完善设置面板i18n
- perf: 优化主题切换流畅性,修复闪烁问题
- Merge pull request ZToolsCenter#24 from Particaly/plugin/swap-file
- init: 初始化项目
- fix: 修复文件选择和删除的两个问题
- build: 添加自定义构建脚本解决 preload 依赖缺失问题
- Merge branch 'pr/26'
- other: 构建脚本检测pnpm加强
- Merge branch 'pr/25'
- feat: 实现初始diff比较工具,包含文本和图像视图、核心diff逻辑和国际化。
- feat: Introduce initial text and image diffing capabilities with core types, UI components, and internationalization setup.
- fix:修复图片组件的诸多bug
- feat:execl对比功能
- fix:修复图片和execl对比的bug
- fix:修复暗色模式下的滚动条bug
- feat:word对比
- fix:优化滚动方式
- refactor: 用共享实用函数替换文件读取逻辑,以提高跨差异视图的可维护性和代码重用
- feat(diff): 支持Excel、Word和图像文件的差异对比
- feat: 新增日语支持、改进主题色并优化构建流程
- refactor(diff): 使用diff库重构差异对比策略并新增PDF对比功能
- docs: 添加完整的TSDoc代码注释并修复导出函数
- refactor: 抽取diff视图组件业务逻辑到composables
- feat: 新增SVG图标系统并集成ZIcon组件
- feat: 优化文本和Word差异对比功能
- refactor: 按照Vue规范重构项目目录结构
- perf: 拆分大型第三方库为独立chunk优化加载
- docs:添加中文注释提升代码可读性
- refactor: 将autoFormat从pinia改为localStorage存储
- feat: 用Monaco Editor重构文本对比功能并优化自动格式化
- refactor: 将useTheme改为单例模式避免重复初始化
- feat: 优化Monaco Editor性能和依赖
- perf: 优化Monaco Editor性能并扩展语言支持
- feat: 添加PDF缩放功能并优化PDF.js worker加载
- docs: 更新README添加项目截图和使用说明
- refactor: 优化设置面板使用说明并改进文件图标
- refactor: 提取UsageGuideItem组件并完善设置面板i18n
- perf: 优化主题切换流畅性,修复闪烁问题
- feat: 修改插件图标,分离简体中文和繁体中文
- Initial commit for ZTools plugin
- feat: 初始化代码截图插件项目
- refactor: 重构为代码截图工具
- feat: 添加清空代码功能并优化组件样式
- docs: 优化 README 文档内容并更新关于弹窗描述
- feat: 添加状态管理模块并增强UI组件功能
- Merge branch 'pr/27'
- Merge branch 'pr/28'
- Merge pull request ZToolsCenter#29 from nichijoux/plugin/code-screenshot
- Initial commit for ZTools plugin
- fix: 优化 macOS WiFi 密码获取,减少权限弹窗
- Merge branch 'pr/30'
- 音乐播放器
- Merge pull request ZToolsCenter#31 from GIWTO/plugin/musicsquare
- 音乐播放器
- fix: 将搜索逻辑改为增量渲染模式
- Merge branch 'main' into plugin/musicsquare
- Merge pull request ZToolsCenter#32 from GIWTO/plugin/musicsquare
- 音乐播放器
- fix: 将搜索逻辑改为增量渲染模式
- feat: 优化界面使用
- 版本修改
- Merge branch 'main' into plugin/musicsquare
- Merge pull request ZToolsCenter#33 from GIWTO/plugin/musicsquare
- Initial commit for ZTools plugin
- fix: 优化 macOS WiFi 密码获取,减少权限弹窗
- fix: 修复密码复制提示多次弹出及显示切换逻辑优化
- Merge branch 'main' into plugin/wifi-export-tool
- Merge pull request ZToolsCenter#34 from GIWTO/plugin/wifi-export-tool
- feat: 剪贴板支持mcp tool
- node 管理
- 优化打包命令,配置文件设置平台
- 更新打包配置
- Merge pull request ZToolsCenter#35 from GIWTO/plugin/ztools-node-manager
- feat: 添加插件分类系统
- Merge branch 'main' into feature/storefront-layout-support
- node 管理
- feat: 优化跨平台构建流程,利用 public 目录同步插件资源并修复依赖丢失问题
- 版本号更新
- Merge pull request ZToolsCenter#36 from Particaly/feature/storefront-layout-support
- Merge branch 'main' into plugin/ztools-node-manager
- Merge pull request ZToolsCenter#37 from GIWTO/plugin/ztools-node-manager
- feat: 浏览器书签搜索插件
- feat: 浏览器历史记录搜索插件
- Initial commit
- Initial commit
- ``` feat(all): 实现JetBrains IDE全家桶项目快速打开功能
- ``` feat(plugin): 更新插件版本并修复项目启动路径问题
- ``` feat(service): 添加开发模式下调试工具支持
- ``` chore(deps): 移除 ztools-api-types 相关依赖包
- ``` feat(init-service): 使用 fast-xml-parser 替换 DOMParser 解析 XML
- ``` feat(plugin): 更新插件版本并优化初始化服务
- Merge pull request ZToolsCenter#41 from chaokunwork/plugin/mac-file-search
- killprocess
- killprocess fix
- killprocess pid验证数字
- killprocess pid验证数字
- killprocess build命令调整
- Merge pull request ZToolsCenter#44 from zundaren/plugin/killprocess
- chore: initialize AutoMode repository
- docs: add sun mode city search design
- feat: add sun mode city search
- fix: improve city search reliability and disambiguation
- refactor: remove sun mode and keep schedule only
- chore: remove final sun-mode traces
- chore: refresh packaged plugin
- docs: add repository README
- fix: address code review feedback from gemini
- fix: sync theme on startup to correct missed scheduled tasks
- killprocess
- killprocess fix
- killprocess pid验证数字
- killprocess pid验证数字
- killprocess build命令调整
- killprocess 宽高样式调整
- killprocess 宽高样式调整
- killprocess 宽高样式调整
- killprocess fix
- Merge pull request ZToolsCenter#45 from zyt-code/plugin/automode
- Merge branch 'pr/46'
- Merge remote-tracking branch 'origin/main'
- other: 触发killprocess构建
- 首次提交
- 添加说明文档
- feat: 添加 hotp 支持、高级配置和 UI 改进
- feat: 支持 Steam 令牌、接下一个验证码预览及 UI 布局优化
- linuxcmddoc
- feat: 增加 Steam 令牌支持并优化交互体验
- Merge pull request ZToolsCenter#47 from zundaren/plugin/linuxcmddoc
- feat: 添加密钥 Base32 合法性验证和同步表单验证功能
- chore: 移除不必要的 icon.json 配置文件
- feat: 剪贴板去除背景色
- Merge pull request ZToolsCenter#48 from dishuo183/plugin/2fa-totp
- feat: 剪贴板hover问题修复
- chore(release): ztools source v1.0.3
- Merge pull request ZToolsCenter#54 from cuteyuchen/plugin/project-manager
- feat: 目录树生成器插件
- Initial commit
- fix: 代码鲁棒性与规范性修复及无用文件删除
- docs: 修改文字说明,更新项目说明文档
- Merge pull request ZToolsCenter#42 from leqq00/plugin/jet-plugin
- other: 移除2fa-totp插件
- Merge branch 'pr/56'
- feat: 第1个版本完成
- fix: 修改了 name 字段
- feat: 添加了详情说明文件
- fix: 修改了详情说明文件
- fix:修改了详情说明文件
- fix: 修改指令名称
- fix: 打包优化
- fix: 转换数据优化
- fix: 修改 vite 版本
- fix: 测试一次不同方法推送
- feat: 更新分类
- Merge pull request ZToolsCenter#60 from ace666999/plugin/variable-name
- feat: 时间戳转换插件 v1.0.0
- style: 重新设计插件图标
- fix: 对齐 ZTools 官方规范
- chore: 清理意外的垃圾文件
- style:更换图标
- fix: 按 Code Review 修复日期选择器与纳秒精度
- feat: 第1个版本完成
- fix: 修改了 name 字段
- feat: 添加了详情说明文件
- fix: 修改了详情说明文件
- fix:修改了详情说明文件
- fix: 修改指令名称
- fix: 打包优化
- fix: 转换数据优化
- fix: 修改 vite 版本
- fix: 测试一次不同方法推送
- fix: 主题自适应系统
- fix: 主题自适应系统
- fix: 优化设置
- chore(release): ztools source v1.0.5
- Merge branch 'pr/63'
- Merge pull request ZToolsCenter#64 from cuteyuchen/plugin/project-manager
- Merge pull request ZToolsCenter#62 from tjunxin/plugin/timestamp
- Add imgbatch 0.1.4
- ztools-timestamp
- feat(plugin): 添加时间戳转换功能到插件配置
- feat(timestamp): 添加时间戳转换功能的完整实现
- feat(timestamp): 优化日期格式化逻辑
- feat(timestamp): 更新UTC时间显示格式
- feat(timestamp): 添加时间戳组件的复制到剪贴板功能
- feat(timestamp): 添加快捷键复制功能并优化按钮样式
- feat(timestamp): 添加复制成功后退出插件功能
- feat(timestamp): 添加多时区支持功能
- fix(timestamp): 修复键盘快捷键输入验证并更新界面文本
- feat(timestamp): 更新时间戳转换插件描述和匹配规则
- feat(timestamp): 支持本地时区日期字符串解析
- feat(timestamp): 添加时间戳组件的自动更新功能
- `Update README.md to reflect changes in timestamp plugin`
- 更新README.md
- feat(plugin): 更新时间戳功能配置
- feat(timestamp): 添加完整的时区支持并优化插件配置
- Initial commit
- fix: 代码鲁棒性与规范性修复及无用文件删除
- docs: 修改文字说明,更新项目说明文档
- docs: 修改项目说明文档,增加预览截图
- feat: 新增数据导出/导入、修改主密码功能
- docs: 更新项目功能说明文档
- chore: 升级插件版本号
- fix: 修复导入数据库存明文、冗余动态导入及无效校验逻辑
- feat: 内存优化、样式修复与体验改进
- Merge pull request ZToolsCenter#66 from ReaderC/add-imgbatch-0.1.4-clean
- fix: imgbatch编码问题
- Merge pull request ZToolsCenter#67 from dishuo183/plugin/otp-2fa
- chore: initialize AutoMode repository
- docs: add sun mode city search design
- feat: add sun mode city search
- fix: improve city search reliability and disambiguation
- refactor: remove sun mode and keep schedule only
- chore: remove final sun-mode traces
- chore: refresh packaged plugin
- docs: add repository README
- fix: address code review feedback from gemini
- fix: sync theme on startup to correct missed scheduled tasks
- fix: run startup theme sync on preload load instead of onPluginEnter
- fix: correct theme schedule boundaries
- Merge pull request ZToolsCenter#68 from loocao/plugin/timestamp
- feat: 时间戳转换插件 v1.0.0
- style: 重新设计插件图标
- fix: 对齐 ZTools 官方规范
- chore: 清理意外的垃圾文件
- style:更换图标
- fix: 按 Code Review 修复日期选择器与纳秒精度
- fix:更换 name
- feat: 寸止插件
- feat: 开发者工具插件
- feat: 开发者工具插件dist排除
- feat: 删除ocr-pro插件
- Merge pull request ZToolsCenter#73 from tjunxin/plugin/com-ztools-timestamp
- feat: indt
- feat: 第1个版本完成
- fix: 修改了 name 字段
- feat: 添加了详情说明文件
- fix: 修改了详情说明文件
- fix:修改了详情说明文件
- fix: 修改指令名称
- fix: 打包优化
- fix: 转换数据优化
- fix: 修改 vite 版本
- fix: 测试一次不同方法推送
- fix: 主题自适应系统
- fix: 主题自适应系统
- fix: 优化设置
- fix:  更新了简介
- fix: 更新了简介
- Initial commit - Calculator plugin
- feat: 更换插件logo为精美计算器图标
- fix: calculator bug fixes from code review
- chore(release): ztools source v1.0.8
- Merge pull request ZToolsCenter#75 from shaocc1234/plugin/my-calculator
- Merge pull request ZToolsCenter#81 from cuteyuchen/plugin/project-manager
- Merge branch 'pr/77'
- Merge pull request ZToolsCenter#76 from ace666999/plugin/shorthand-box
- feat: 打包排除.zpx
- Merge branch 'pr/72'
- feat: indt
- fix: 样式优化
- 优化介绍
- feat: he-calendar:升级至1.3.0
- Initial commit
- fix: 代码鲁棒性与规范性修复及无用文件删除
- docs: 修改文字说明,更新项目说明文档
- docs: 修改项目说明文档,增加预览截图
- feat: 新增数据导出/导入、修改主密码功能
- docs: 更新项目功能说明文档
- chore: 升级插件版本号
- fix: 修复导入数据库存明文、冗余动态导入及无效校验逻辑
- feat: 内存优化、样式修复与体验改进
- feat: 新增拼音搜索,支持全拼、首字母与五种双拼方案
- Merge branch 'pr/82'
- Merge pull request ZToolsCenter#84 from dishuo183/plugin/otp-2fa
- Merge pull request ZToolsCenter#83 from felanny/main
- feat: 更新zhi插件
- feat: init
- Initial commit
- fix: 代码鲁棒性与规范性修复及无用文件删除
- docs: 修改文字说明,更新项目说明文档
- docs: 修改项目说明文档,增加预览截图
- feat: 新增数据导出/导入、修改主密码功能
- docs: 更新项目功能说明文档
- chore: 升级插件版本号
- fix: 修复导入数据库存明文、冗余动态导入及无效校验逻辑
- feat: 内存优化、样式修复与体验改进
- feat: 新增拼音搜索,支持全拼、首字母与五种双拼方案
- fix: 修复导入数据后重启提示无效配置的问题,新增同名账号警告提示
- fix: 修复拖拽排序索引错误,优化拼音搜索性能
- fix: 修复拼音缓存未生效问题,优化性能开销;同名检测改为不区分大小写;重置状态语句拆分多行
- Merge pull request ZToolsCenter#86 from ace666999/plugin/virtual-data
- chore: 初始化项目并添加严格gitignore规则
- feat: 升级请求标签与响应调试体验
- feat: 支持 Socket 协议调试并全面升级请求编辑体验
- feat: 增强引导与快捷键体验并完善标签页交互
- feat: 扩展代码生成器支持多语言并集成语法高亮
- chore: 从版本控制中移除 .opencode 目录
- chore: 更新 plugin.json 描述信息
- feat: 增强请求处理和响应查看功能
- fix: 修复下拉菜单遮挡问题及交互优化
- Merge pull request ZToolsCenter#88 from dishuo183/plugin/otp-2fa
- feat: init
- fix: 修改描述文件,更换logo
- fix: 更新版本号
- feat: indt
- fix: 样式优化
- 优化介绍
- fix: 更换logo
- chore(release): ztools source v1.1.1
- Merge pull request ZToolsCenter#93 from cuteyuchen/plugin/project-manager
- Merge branch 'pr/92'
- Merge branch 'pr/91'
- Merge pull request ZToolsCenter#89 from nichijoux/plugin/zapapi
- feat: 初始化 FR 文件重命名工具并完善插件化规则系统
- chore: 更新项目图标并移除 design-system 目录
- docs: 为Vue组件添加中文注释
- docs: 为Dialog和Select组件添加中文注释
- feat: 添加i18n国际化支持系统
- feat: 完成文件批量重命名插件配置和文档
- chore: 添加构建后处理脚本
- feat: 添加Toast通知系统和文件状态重构
- Merge pull request ZToolsCenter#95 from nichijoux/plugin/file-renamer
- init
- init: 初始化结构
- chore: 调整插件样式
- chore: 调整插件主题
- chore: 调整初始化内容逻辑
- feat: 完善环境相关功能
- chore: 完善功能
- chore: 完善项目结构
- fix: 修复不可用情况
- fix: 修复mac下的授权卡死问题
- init: 初始化项目
- feat: 支持仅DNS模式,迁移工具链
- chore: 添加LICENSE进包
- chore: 添加title
- chore: 添加包管理器,默认使用yarn
- fix: 调整依赖问题
- Merge pull request ZToolsCenter#97 from Particaly/plugin/ip-switcher
- Merge pull request ZToolsCenter#96 from Particaly/plugin/hooost
- Add imgbatch 0.1.5
- init: 沙拉查词 ZTools 插件
- fix: 修正 DIST_DIR 路径,dist 输出到插件目录内
- docs: 修正 README 名称、描述及过时信息
- feat: ascii tree feature implemention
- fix: remove launch paload hook
- docs: logo file name
- fix: optimization of function treeToLevelText
- feat: initialize AI Skills Manager project with preload scripts and skill management infrastructure
- feat: implement skill metadata auto-repair and enhanced registry synchronization with new diagnostic scripts
- feat: add batch update and delete functionality for skills in preload and UI
- feat: implement main application interface for managing, installing, and updating AI skills
- fix: improve file explorer path resolution and command execution reliability on Windows
- feat: add skill distribution functionality and implement Vue-based skill management UI
- feat: initialize Vue-based AI skills manager interface with support for installing, updating, and distributing local skills
- feat: centralize agent configuration and implement Vue-based skill management UI
- feat: initialize AI skills manager Vue application with core skill management and installation features
- feat: implement App.vue for AI skill management with installation, filtering, and batch update capabilities
- refactor: optimize skill discovery logic and implement concurrent batch processing for updates and imports
- feat: implement main application interface with skill management, installation, and batch processing capabilities
- feat: implement App.vue UI and add native file path selection via PowerShell in preload.js
- feat: add plugin.json and update build script to include plugin assets
- feat: rebrand to AI-Skills manager and add Vue application scaffolding
- feat: add archiver script and replace platform-specific build commands with cross-platform utilities
- feat: update GitHub mirrors and implement 5-second clone timeout with automatic fallback
- feat: optimize batch skill updates by grouping by repository and reusing clone instances
- feat: implement core UI and skill management logic in App.vue
- feat: enhance cross-platform compatibility for file manager and save dialogs
- Merge pull request ZToolsCenter#102 from fetasty/plugin/ascii-tree
- Merge pull request ZToolsCenter#103 from Max-csx/plugin/ai-skills-manager
- fix: ai-skills-manager lock更新
- Merge pull request ZToolsCenter#98 from ReaderC/add-imgbatch-0.1.5-clean
- Merge pull request ZToolsCenter#100 from evanwen97-ops/plugin/saladict-ztools
- feat: 开发百宝箱插件 - 随机信息生成工具箱
- fix: 修复代码审查问题 - 属性命名、中文名简化、移动端适配
- feat: 更新插件名称为 devbox,更换 logo
- feat
- fix: 使用 crypto API 替代 Math.random() 提升随机数安全性
- fix(Identity): 按照国标格式生成身份证号
- feat(app): adapt codecalc to ztools host
- docs: 添加原项目地址说明
- feat: 插件根目录编译支持,输出插件资源到dist
- feat: MyBatis SQL 日志格式化插件 v1.0.0
- init
- init: 初始化结构
- chore: 调整插件样式
- chore: 调整插件主题
- chore: 调整初始化内容逻辑
- feat: 完善环境相关功能
- chore: 完善功能
- chore: 完善项目结构
- fix: 修复不可用情况
- fix: 修复mac下的授权卡死问题
- fix: 修复单行注释丢失并更新版本号
- init: 初始化
- init
- Merge pull request ZToolsCenter#105 from LowProfile666/plugin/devbox
- Merge pull request ZToolsCenter#106 from fetasty/plugin/codecalc
- Merge pull request ZToolsCenter#108 from helipengye/plugin/mybatis-sql-formatter
- Merge pull request ZToolsCenter#109 from Particaly/plugin/text-copy
- Merge branch 'pr/110'
- Merge pull request ZToolsCenter#111 from Ncybers/plugin/subnet-calculator
- feat: init Kuke AI Agent ZTools plugin
- feat: add sidebar session history, update config panel and fix openai CORS issue
- feat: redesign UI to glassmorphism style and add provider management
- feat: redesign settings panel to dual-pane layout and update background wallpaper
- feat: modernize and unify plugin UI
- feat: support streaming chat responses
- fix: 修复工具调用链路并精简流式UI,新增调试日志
- chore: prepare for plugin publish
- fix: address PR review feedback - clean up repo, fix versions, cross-platform pack
- 优化界面 & 增加深色模式适配
- 规范化 & 增加Skills支持
- Merge pull request ZToolsCenter#107 from kukemc/plugin/kuke-ai-agent
- feat: 开发百宝箱插件 - 随机信息生成工具箱
- fix: 修复代码审查问题 - 属性命名、中文名简化、移动端适配
- feat: 更新插件名称为 devbox,更换 logo
- feat
- fix: 使用 crypto API 替代 Math.random() 提升随机数安全性
- fix(Identity): 按照国标格式生成身份证号
- docs: 更新 README 文档,添加项目预览图
- feat: 新增二维码工具,优化随机数安全性
- feat: 初始化 SQLMate 插件项目
- fix: 修复 6 类大文件处理与 SQL 解析 BUG
- chore: 升级插件版本至 1.0.0
- fix: 修复 SQL 解析转义、schema 表名、流式 OOM 等问题,更新图标
- feat: 新增 CSV ↔ SQL 互转功能
- fix: 完善进度反馈并开启 TypeScript strict
- fix: 替换 setImmediate 为 setTimeout 并修复注释乱码
- feat: 导出流式化、文件管理器定位、移除侧边 S 图标
- fix: 修复多行 SQL 解析、正则缓存、临时文件清理等多项 BUG
- Merge pull request ZToolsCenter#118 from rhymed-l/plugin/sqlmate
- Merge branch 'pr/117'
- Initial commit - Calculator plugin
- feat: 更换插件logo为精美计算器图标
- fix: calculator bug fixes from code review
- fix: resolve code review issues - type safety and input validation
- release: v1.0.1
- feat: init Kuke AI Agent ZTools plugin
- feat: add sidebar session history, update config panel and fix openai CORS issue
- feat: redesign UI to glassmorphism style and add provider management
- feat: redesign settings panel to dual-pane layout and update background wallpaper
- feat: modernize and unify plugin UI
- feat: support streaming chat responses
- fix: 修复工具调用链路并精简流式UI,新增调试日志
- chore: prepare for plugin publish
- fix: address PR review feedback - clean up repo, fix versions, cross-platform pack
- 优化界面 & 增加深色模式适配
- 规范化 & 增加Skills支持
- 增加MCP支持,增加记忆能力,优化界面排版,修复BUG
- 初始化项目
- 配置tailwindcss
- vue更新到最新3.6
- 加入了ZTollsApi
- 颜色助手已完成
- 优化显示异常
- Update plugin.json
- Delete plugins/kuke-ai-agent/mcp-sse.cjs
- Delete plugins/kuke-ai-agent/test-mcp-call.cjs
- Delete plugins/kuke-ai-agent/test-mcp-sse.cjs
- Delete plugins/kuke-ai-agent/test-mcp.cjs
- Merge pull request ZToolsCenter#120 from mekefly/plugin/colors
- Delete plugins/colors directory
- Merge branch 'pr/119'
- Merge pull request ZToolsCenter#1 from mekefly/plugin/colors
- feat: initialize AI Skills Manager project with preload scripts and skill management infrastructure
- feat: implement skill metadata auto-repair and enhanced registry synchronization with new diagnostic scripts
- feat: add batch update and delete functionality for skills in preload and UI
- feat: implement main application interface for managing, installing, and updating AI skills
- fix: improve file explorer path resolution and command execution reliability on Windows
- feat: add skill distribution functionality and implement Vue-based skill management UI
- feat: initialize Vue-based AI skills manager interface with support for installing, updating, and distributing local skills
- feat: centralize agent configuration and implement Vue-based skill management UI
- feat: initialize AI skills manager Vue application with core skill management and installation features
- feat: implement App.vue for AI skill management with installation, filtering, and batch update capabilities
- refactor: optimize skill discovery logic and implement concurrent batch processing for updates and imports
- feat: implement main application interface with skill management, installation, and batch processing capabilities
- feat: implement App.vue UI and add native file path selection via PowerShell in preload.js
- feat: add plugin.json and update build script to include plugin assets
- feat: rebrand to AI-Skills manager and add Vue application scaffolding
- feat: add archiver script and replace platform-specific build commands with cross-platform utilities
- feat: update GitHub mirrors and implement 5-second clone timeout with automatic fallback
- feat: optimize batch skill updates by grouping by repository and reusing clone instances
- feat: implement core UI and skill management logic in App.vue
- feat: enhance cross-platform compatibility for file manager and save dialogs
- feat: 更新trae-cn的目录地址&新增删除组&新增description展示&搜索支持技能名提示和拉下框
- fix: resolve command injection vulnerabilities reported by bot
- perf: refactor getSkillsList to be asynchronous to prevent UI blocking
- fix: resolve batch deletion failure caused by asynchronous API mismatch
- fix: resolve all remaining un-awaited getSkillsList calls and distributeSkill async mismatch
- fix/perf: improve description extraction and ensure string type safety
- perf: implement search debouncing, registry caching, and data pre-processing
- perf: complete Solutions B and C and fix build error
- feat: implement Vue-based UI for skill management and add agent configuration support
- fix: increase timeout threshold and implement path and URL sanitization to prevent security vulnerabilities
- fix: 导出性能优化&添加loading
- refactor: replace synchronous file system checks with async operations and improve SKILL.md description parsing to support multi-line YAML blocks
- chore: update GitHub mirror list with more reliable proxy services
- fix: increase process timeout to 30 seconds to prevent premature termination
- refactor: allow assets directory in file scanning and improve URL opening security using electron shell and explorer
- refactor: convert saveRegistry to asynchronous file operations for non-blocking I/O
- refactor: switch to asynchronous file deletion and add Electron shell support for opening local paths
- feat: implement legacy data migration and initialize App.vue interface
- feat: provide specific proxy configuration instructions in clone failure error messages
- feat: implement skill list caching, add recursive search depth limits, and improve shell execution security and UI feedback.
- fix: implement security hardening for git cloning and file export operations to prevent injection and traversal attacks
- feat: initialize App.vue with skill management, preview, and search functionality
- feat: implement App.vue for skill management and remove legacy test-multi.cjs file
- feat: add synchronous registry helpers and implement robust error handling with retry logic for git cloning
- refactor: improve registry immutability and agent path security, remove test files, and update package manager configuration
- Merge branch 'main' into plugin/ai-skills-manager
- 初始化项目
- Release 1.0.1 (mekefly/colors#3)
- Release 1.0.2 (mekefly/colors#4)
- Release 1.0.3 (mekefly/colors#5)
- Release 1.0.4 (mekefly/colors#6)
- Merge pull request ZToolsCenter#126 from mekefly/plugin/colors
- Merge pull request ZToolsCenter#128 from Max-csx/plugin/ai-skills-manager
- Merge branch 'pr/112'
- 初次提交
- chore(changelog): add v0.1.0 entry
- 适配背景色透明
- Merge pull request ZToolsCenter#133 from lzx8589561/plugin/ssh-screenshot
- 优化执行页样式:步骤指示器 + Hero 徽章 + 路径中间省略
- Update plugin SSH 截图 v0.2.0
- Merge pull request ZToolsCenter#134 from lzx8589561/plugin/ssh-screenshot
- Delete plugins/ocr directory
- Add plugin 斗图表情包 v1.0.0
- Merge pull request ZToolsCenter#135 from diduweiwu/plugin/doutu
- feat: 初始化 SQLMate 插件项目
- fix: 修复 6 类大文件处理与 SQL 解析 BUG
- chore: 升级插件版本至 1.0.0
- fix: 修复 SQL 解析转义、schema 表名、流式 OOM 等问题,更新图标
- feat: 新增 CSV ↔ SQL 互转功能
- fix: 完善进度反馈并开启 TypeScript strict
- fix: 替换 setImmediate 为 setTimeout 并修复注释乱码
- feat: 导出流式化、文件管理器定位、移除侧边 S 图标
- fix: 修复多行 SQL 解析、正则缓存、临时文件清理等多项 BUG
- fix: 修复发布后无法使用的问题,升级版本至 1.0.1
- fix: build 后自动清理 dist/preload/node_modules
- feat: 新增 SQL 格式化与压缩功能
- fix: 批量修复 code review 发现的 9 项 SQL 解析健壮性问题
- fix: 修复 build 报错,将 cpexcel.js 纳入 git 跟踪
- Update plugin SQLMate v1.0.1
- 初始化随机数据插件
- Add plugin 随机数据 v1.0.0
- feat: 开发百宝箱插件 - 随机信息生成工具箱
- fix: 修复代码审查问题 - 属性命名、中文名简化、移动端适配
- feat: 更新插件名称为 devbox,更换 logo
- feat
- fix: 使用 crypto API 替代 Math.random() 提升随机数安全性
- fix(Identity): 按照国标格式生成身份证号
- docs: 更新 README 文档,添加项目预览图
- feat: 新增二维码工具,优化随机数安全性
- feat: 新增 HTML 预览工具
- docs: 更新 CLAUDE.md 项目结构和发布检查清单
- Update plugin SQLMate v1.0.1
- Merge pull request ZToolsCenter#137 from 554814925/plugin/random-data
- Merge branch 'pr/136'
- Update plugin 文件批量重命名 v1.0.1
- Merge pull request ZToolsCenter#139 from nichijoux/plugin/file-renamer
- Update plugin 文件批量重命名 v1.0.2
- Merge pull request ZToolsCenter#140 from nichijoux/plugin/file-renamer
- Update plugin SQLMate v1.0.2
- Update plugin SQLMate v1.0.2
- Merge pull request ZToolsCenter#141 from rhymed-l/plugin/sqlmate
- Merge branch 'pr/142'
- Update plugin 颜色助手 v1.1.0
- 更新随机数据插件并优化指令注册与配置体验
- Update plugin 随机数据 v1.1.0
- Merge pull request ZToolsCenter#147 from 554814925/plugin/random-data
- Merge pull request ZToolsCenter#146 from mekefly/plugin/colors
- Update plugin 随机数据 v1.2.0
- 修复设置保存未等待数据落盘的 race
- Merge pull request ZToolsCenter#149 from 554814925/plugin/random-data
- Update plugin 开发百宝箱 v2.2.0
- Add plugin 代码模板 v1.0.0
- Merge pull request ZToolsCenter#150 from LowProfile666/plugin/devbox
- Merge pull request ZToolsCenter#151 from LowProfile666/plugin/code-snippets
- Update plugin 代码模板 v1.0.0
- Merge pull request ZToolsCenter#152 from LowProfile666/plugin/code-snippets
- Update plugin 代码模板 v1.0.1
- Update plugin 代码模板 v1.0.2
- Add plugin 开发加解密编码工具 v0.1.0
- Compact plugin layout for ZTools
- feat: 更新剪贴板插件进入后自动聚焦到搜索框,修复收藏备注没显示问题
- Merge pull request ZToolsCenter#153 from LowProfile666/plugin/code-snippets
- Merge pull request ZToolsCenter#154 from Pama-Lee/plugin/developer-codec-tools
- fix: 修复开发加解密工具构建报错
- Update plugin 颜色助手 v1.2.1
- Update plugin 颜色助手 v1.2.2
- Merge pull request ZToolsCenter#155 from mekefly/plugin/colors
- Update plugin 代码模板 v1.0.3
- GitHub 文件代理加速工具 V1.0.0
- fix: 修复拼写错误并添加重定向处理
- Update plugin 开发百宝箱 v2.3.0
- Update plugin 开发百宝箱 v2.3.1
- Update plugin 开发百宝箱 v2.3.2
- Merge pull request ZToolsCenter#156 from LowProfile666/plugin/code-snippets
- Merge pull request ZToolsCenter#158 from LowProfile666/plugin/devbox
- Initial commit
- feat: 截图插件
- Merge pull request ZToolsCenter#160 from zzzbug01/plugin/ztools-simpletimer
- Add plugin SQL工具箱 v1.0.28
- Update plugin 代码模板 v1.0.4
- Update plugin 代码模板 v1.0.4
- Add plugin GitHubProxy v1.0.1
- Add plugin GitHubProxy v1.0.3
- feat: ocr插件
- Merge pull request ZToolsCenter#165 from LowProfile666/plugin/code-snippets
- chore(release): ztools source v1.2.0
- first
- Initial commit
- Update plugin 代码模板 v1.0.4
- Update plugin 代码模板 v1.0.4
- Add plugin GitHubProxy v1.0.4
- Merge pull request ZToolsCenter#166 from cuteyuchen/plugin/project-manager
- Merge pull request ZToolsCenter#171 from LowProfile666/plugin/code-snippets
- Release Imgbatch 0.1.6
- Release Imgbatch 0.1.6
- Update plugin 颜色助手 v1.3.0
- fix: 构建导致插件丢失
- Update plugin 颜色助手 v1.3.0
- fix: json-tools构建失败
- 最终版本
- Add plugin SRK Toolbox for Ztools v10.22.1
- Merge pull request ZToolsCenter#175 from mekefly/plugin/colors
- Merge pull request ZToolsCenter#173 from ReaderC/plugin/imgbatch
- feat: 不允许action并发
- Add plugin 哈希计算器 v1.0.0
- feat: 更新分类
- fix: 白板报构建错误
- Merge pull request ZToolsCenter#161 from honvin/plugin/sql-utils
- fix: address plugin review feedback
- Merge pull request ZToolsCenter#164 from wangbin-blog/plugin/githubproxy
- Add plugin SRK Toolbox for Ztools v10.22.1
- Merge pull request ZToolsCenter#176 from LAOBILAXI233/plugin/srktoolbox
- Add plugin 哈希计算器 v1.0.0
- Merge pull request ZToolsCenter#177 from cuitz/plugin/my-hash-tool
- Update plugin 哈希计算器 v1.0.0
- chore: release 1.1.0
- Merge pull request ZToolsCenter#179 from cuitz/plugin/my-hash-tool
- feat: 添加清理node_modules脚本
- Add plugin piclist 的插件 v1.0.0
- Update plugin 哈希计算器 v1.2.0
- chore: release 1.2.1
- fix: improve batch progress calculation
- chore: update app icon
- v1.0.0
- Add plugin 纯文本编辑 v1.0.1
- 去除对o nMainPush 的 mockï, 恢复 main push 功能
- style: update plugin logo
- Merge pull request ZToolsCenter#181 from cuitz/plugin/my-hash-tool
- Update plugin SQL工具箱 v1.0.29
- Merge pull request ZToolsCenter#187 from honvin/plugin/sql-utils
- Merge pull request ZToolsCenter#184 from codeayzy/plugin/plain-text
- Merge pull request ZToolsCenter#180 from wangbin-blog/plugin/piclist-plugin
- init
- Add plugin Showcode v1.0.0
- Add plugin 剪贴板图片涂改 v1.1.0
- build(package): remove local validation hook
- fix(preload): use async file operations
- build(package): output zip in project root
- docs: add upstream license attribution
- Add plugin 窗口置顶 v1.0.0
- Update plugin SRK Toolbox for Ztools v10.22.1
- Add plugin Showcode v1.0.0
- feat: OCR 翻译插件 v1.0.0 初始版本,支持多引擎图片文字识别
- Merge pull request ZToolsCenter#191 from cuitz/plugin/showcode
- Merge pull request ZToolsCenter#188 from lecoix/plugin/clipboard-image-paintbrush
- Merge pull request ZToolsCenter#185 from guopenghui/plugin/calculation-paper
- fix(window): remember detached window height
- chore(release): bump showcode to 1.1.0
- Add plugin 窗口置顶 v1.0.0
- Merge pull request ZToolsCenter#196 from cuitz/plugin/showcode
- Update plugin 哈希计算器 v1.3.1
- Add plugin Todo v0.0.1
- Add plugin Todo v0.0.1
- Add plugin OCR 翻译 v1.0.0
- Add plugin OCR 翻译 v1.0.0
- Add plugin Todo v0.0.1
- Update plugin 代码模板 v1.1.0
- Update plugin 代码模板 v1.1.0
- chore(release): ztools source v1.3.0
- Initial commit
- fix: address audit findings on robustness, lifecycle and UX
- init: 沙拉查词 ZTools 插件
- fix: 修正 DIST_DIR 路径,dist 输出到插件目录内
- docs: 修正 README 名称、描述及过时信息
- feat: 升级 Saladict 至 v7.21.0,适配新版路径规则
- fix: v7.21 CORS代理 - XMLHttpRequest prototype patch
- fix: 后续查词不刷新 + 重复搜索 + HTML旧代理清理
- Merge pull request ZToolsCenter#202 from cuteyuchen/plugin/project-manager
- Merge pull request ZToolsCenter#200 from LowProfile666/plugin/code-snippets
- Merge pull request ZToolsCenter#197 from cuitz/plugin/my-hash-tool
- Merge pull request ZToolsCenter#193 from LAOBILAXI233/plugin/srktoolbox
- Update plugin 代码模板 v1.1.1
- Initial commit
- Add plugin Windows 端口占用 v1.0.0
- Add plugin Windows 端口占用 v1.0.0
- Merge pull request ZToolsCenter#204 from LowProfile666/plugin/code-snippets
- Update plugin 开发百宝箱 v2.3.3
- Update plugin 开发百宝箱 v2.3.3
- feat: add curl tool plugin
- Update plugin SQL工具箱 v1.0.30
- chore(release): ztools source v1.3.1
- Merge pull request ZToolsCenter#207 from LowProfile666/plugin/devbox
- Merge pull request ZToolsCenter#208 from honvin/plugin/sql-utils
- Merge pull request ZToolsCenter#209 from cuteyuchen/plugin/project-manager
- Update plugin 开发百宝箱 v2.3.3
- Initial commit
- Add plugin 远程桌面管理 v1.0.0
- Update plugin 哈希计算器 v1.3.2
- fix: address code review - update DESIGN.md, remove unused applyAllCase, fix case-toggle docs
- Add plugin VSCode 最近项目 v0.1.0
- Update plugin 剪贴板 v1.2.7
- Update plugin 剪贴板 v1.2.7
- Add plugin VSCode 最近项目 v0.1.0
- Merge pull request ZToolsCenter#213 from cuitz/plugin/my-hash-tool
- Add plugin 馒头OCR v1.0.0
- Add plugin 馒头OCR v1.0.0
- Update plain-text v1.0.2
- ci: serialize release workflow runs
- ci: build plugin packages for pull requests
- ci: avoid submodule checkout in PR plugin builds
- ci: detect PR plugin changes without gh cli
- Merge pull request ZToolsCenter#221 from codeayzy/plugin/plain-text
- Merge pull request ZToolsCenter#210 from LowProfile666/plugin/devbox
- Merge pull request ZToolsCenter#218 from huzhizhao/plugin/mt-ocr
- Merge pull request ZToolsCenter#211 from WorldmeQC/plugin/remote-manager
- Merge pull request ZToolsCenter#206 from qin546948719-dot/add-curl-tool-plugin
- Merge pull request ZToolsCenter#194 from MermaidFAR/plugin/ocr-new
- Merge pull request ZToolsCenter#198 from guopenghui/plugin/todo-neo
- Merge pull request ZToolsCenter#203 from lecoix/plugin/traditional-simplified-cn
- Merge pull request ZToolsCenter#214 from derekxia1988/plugin/ztool-vsc-recent
- Merge pull request ZToolsCenter#192 from evanwen97-ops/plugin/topwindow
- chore: update plugin category mapping
- Merge pull request ZToolsCenter#217 from zzx221/plugin/clipboard
- feat: 内网映射插件
- feat: 更新内网映射插件
- chore: release zosenlink tunnel 1.0.2
- fix: avoid SharedArrayBuffer in zosenlink cleanup
- Update plugin 远程桌面管理 v1.0.0
- fix: read GitHub event path from runner env
- Merge pull request ZToolsCenter#222 from WorldmeQC/plugin/remote-manager
- Add plugin Windows 端口占用 v1.0.1
- Add plugin Windows 端口占用 v1.0.1
- Add anonymous latest assets downloader
- Add imgbatch release build script
- Deploy release assets to EdgeOne Pages
- feat: 更新2048版本触发推送
- Pin EdgeOne CLI version for deploy
- feat: 更新2048版本号测试
- v1
- v1
- Remove EdgeOne deploy from release workflow
- Trigger EdgeOne build hook after release
- Merge pull request ZToolsCenter#224 from zzx221/plugin/tetris
- feat: 新增图片批处理插件
- docs: 补充图片批处理插件说明
- docs: 补充插件截图和平台说明
- fix: 处理图片批处理插件评审意见
- feat: 支持 HEIF 图像处理
- fix: 支持 macOS 双架构运行时
- docs: 补充图片批处理更新日志
- fix: 处理图片批处理 review 问题
- fix: 处理图片批处理 PR 反馈
- fix: 处理图片批处理 PR228 反馈
- Update plugins/image-batch-studio/src/preload/paths.ts
- Update plugins/image-batch-studio/src/shared/types.ts
- fix: 处理图片批处理 PR229 反馈
- fix: 加固图片批处理边界校验
- fix: 处理图片批处理剩余 review
- fix: 处理图片批处理剩余 review 风险
- fix: 修复图片批处理 review 反馈
- feat: 正则可视化编辑器 ZTools 插件
- fix: 避免 PNG 压缩后变大
- fix: 处理 PR ZToolsCenter#232 代码审查意见
- Update plugins/image-batch-studio/src/preload/services.ts
- chore: switch zosenlink tunnel to core runtime
- fix: align zosenlink tunnel core display
- Release Imgbatch 0.1.7
- feat: add DeepRead 深读 v1.0.0
- Release Imgbatch 0.1.7
- Merge upstream main into imgbatch plugin update
- 修复阅读器透明度与分页性能问题并发布 1.0.1
- Add plugin 邪恶的熊 v1.0.0
- Merge pull request ZToolsCenter#236 from Particaly/plugin/bad-bear
- Merge pull request ZToolsCenter#235 from azhu949/plugin/deepread
- Merge pull request ZToolsCenter#234 from ReaderC/plugin/imgbatch
- Merge pull request ZToolsCenter#232 from adoin/plugin/regex-editor
- Merge pull request ZToolsCenter#223 from hxxxy/plugin/port-use-win
- Merge pull request ZToolsCenter#233 from TheLastSheep/plugin/image-batch-studio
- Update plugin 邪恶的熊 v1.0.0
- Merge pull request ZToolsCenter#237 from Particaly/plugin/bad-bear
- Initial commit
- fix: 代码鲁棒性与规范性修复及无用文件删除
- docs: 修改文字说明,更新项目说明文档
- docs: 修改项目说明文档,增加预览截图
- feat: 新增数据导出/导入、修改主密码功能
- docs: 更新项目功能说明文档
- chore: 升级插件版本号
- fix: 修复导入数据库存明文、冗余动态导入及无效校验逻辑
- feat: 内存优化、样式修复与体验改进
- feat: 新增拼音搜索,支持全拼、首字母与五种双拼方案
- fix: 修复导入数据后重启提示无效配置的问题,新增同名账号警告提示
- fix: 修复拖拽排序索引错误,优化拼音搜索性能
- fix: 修复拼音缓存未生效问题,优化性能开销;同名检测改为不区分大小写;重置状态语句拆分多行
- perf: 优化启动速度,弹窗和拼音库改为异步加载,删除启动占位文字
- feat: 统一前台后台空闲检测,3分钟无操作自动关闭
- docs: 更新 README 项目结构和核心特性,补充空闲关闭说明
- fix: 修复 watcher 竞态条件和后台倒计时未清除问题
- Update plugin 2FA动态验证码 v1.3.0
- Update plugin 2FA动态验证码 v1.3.0
- feat: ssh工具插件
- fix(termdock): vendor core types for ci build
- chore: add MIT license
- Add plugin OpenListUI v1.0.0
- Add plugin OpenListUI v1.0.0
- Update plugin DeepRead 深读 v1.1.0
- Merge pull request ZToolsCenter#245 from azhu949/plugin/deepread
- Merge pull request ZToolsCenter#241 from cuitz/plugin/my-hash-tool
- Update plugin DeepRead 深读 v1.1.3
- Release Imgbatch 0.1.7
- Release Imgbatch 0.1.8
- Update plugin DeepRead 深读 v1.1.3
- Merge pull request ZToolsCenter#246 from azhu949/plugin/deepread
- Merge pull request ZToolsCenter#244 from ldm0715/plugin/ztools-openlist
- Merge pull request ZToolsCenter#199 from evanwen97-ops/plugin/saladict-ztools
- Merge pull request ZToolsCenter#247 from ReaderC/plugin/imgbatch
- Merge pull request ZToolsCenter#240 from dishuo183/plugin/otp-2fa
- Update plugin SQL工具箱 v1.0.30
- Add plugin 本地搜索Neo v1.0.0
- 颜色助手:颜色、AI 配色、图片色卡、UI 色卡、传统色、渐变色、收藏颜色
- Add plugin 本地搜索Neo v1.0.0
- Add plugin 本地搜索Neo v1.0.0
- Add plugin 颜色助手 v1.0.0
- Add plugin 本地搜索Neo v1.0.0
- feat: 网页快开插件
- Split plugin builds by platform
- Fix reusable workflow permissions
- Support manual plugin release builds
- Merge pull request ZToolsCenter#250 from guopenghui/plugin/local-search-neo
- Merge pull request ZToolsCenter#251 from snwjas/plugin/color-helper
- fix(ztool-vsc-recent): hide ztool main window after launching VSCode (v0.1.1)
- review: address gemini-code-assist on PR ZToolsCenter#252
- Update plugin timestamp v1.1.0
- v1.0.0
- Merge pull request ZToolsCenter#253 from loocao/plugin/timestamp
- Add plugin 网页应用 v1.0.0
- refactor: 改用独立端口代理机制,添加 cookie 持久化
- Update plugin 颜色助手 v1.4.0
- Merge branch 'ZToolsCenter:main' into plugin/colors
- Update plugin 颜色助手 v1.4.2
- Add plugin 网页应用 v1.0.0
- Add plugin 网页应用 v1.0.0
- Add plugin 网页应用 v1.0.0
- feat(stickercan): 新增表情罐头表情包管理插件
- feat: 添加图片拼接插件
- fix: address code review feedback
- fix: address second round of review feedback
- refactor: simplify resize-mode labels and fix select alignment
- Update plugin 调色板 v1.5.0
- Add plugin 隐阅盒 v1.0.0
- Add plugin 隐阅盒 v1.0.0
- v1.1.0
- Add plugin 隐阅盒 v1.0.0
- Add plugin 隐阅盒 v1.1.1
- Add plugin 隐阅盒 v1.2.0
- fix: pr预构建报错
- Merge pull request ZToolsCenter#263 from me1dlinger/plugin/hushreader
- Merge pull request ZToolsCenter#262 from Ethan0x0000/plugin/image-stitch
- Merge pull request ZToolsCenter#261 from MoruTeaven/feat/add-stickercan-plugin
- Update plugin 邪恶的熊 v1.0.0
- Merge pull request ZToolsCenter#249 from honvin/plugin/sql-utils
- Merge pull request ZToolsCenter#252 from derekxia1988/ztool-vsc-recent-v0.1.1
- Merge pull request ZToolsCenter#265 from Particaly/plugin/bad-bear
- Update plugin 隐阅盒 v1.3.0
- Update plugin 隐阅盒 v1.3.1
- Update plugin 隐阅盒 v1.3.1
- Update plugin 隐阅盒 v1.3.1
- Merge pull request ZToolsCenter#266 from me1dlinger/plugin/hushreader
- feat: 更新网页快开支持导入旧数据
- feat: 新增sub2api用量统计插件
- Merge pull request ZToolsCenter#257 from mekefly/plugin/colors
- Merge pull request ZToolsCenter#260 from Apcan/plugin/webapp
- Add plugin 提肛助手 v1.1.0
- Add plugin 提肛助手 v1.1.0
- Update plugin 隐阅盒 v1.3.2
- Update plugin 隐阅盒 v1.3.2
- Merge pull request ZToolsCenter#267 from me1dlinger/plugin/hushreader
- Merge pull request ZToolsCenter#264 from LowProfile666/plugin/tiga
- Update plugin 隐阅盒 v1.3.3
- Update plugin 隐阅盒 v1.3.3
- Update plugin 隐阅盒 v1.3.3
- Merge pull request ZToolsCenter#268 from me1dlinger/plugin/hushreader
- feat: 新增图片工具箱插件,支持马赛克、裁剪、加字等编辑功能
- Update plugin 隐阅盒 v1.4.0
- Update plugin 隐阅盒 v1.4.0
- Merge pull request ZToolsCenter#271 from me1dlinger/plugin/hushreader
- feat: 初始提交 - Skill Hub 技能商店插件
- chore(image-toolbox): release v2.2.1 并修复多项问题
- Merge branch 'ZToolsCenter:main' into feat/add-stickercan-plugin
- Merge pull request ZToolsCenter#269 from MoruTeaven/feat/add-stickercan-plugin
- Merge pull request ZToolsCenter#274 from ziboh/plugin/skill-hub
- fix(macOS): 重构底层唤起逻辑,优先采用原生平台判定及系统应用启动,并修复远程路径处理边缘异常

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the VSCode launcher logic to improve cross-platform compatibility, adding specialized handling for macOS via native application bundle launching and fallback paths for Linux. The review feedback suggests optimizing the process-spawning logic by clearing the timeout timer upon promise settlement to prevent resource leaks, and immediately resolving the promise when the spawned process exits successfully (code 0) to avoid an unnecessary 100ms delay.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment on lines 11 to 13
return new Promise<OpenResult>(resolve => {
let settled = false;
const settle = (r: OpenResult) => { if (!settled) { settled = true; resolve(r); } };

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

为了避免在进程成功启动或异常退出后定时器继续运行,以及在成功启动时能够立即响应,建议引入 timeoutId 并在 settle 函数中清除定时器。

  return new Promise<OpenResult>(resolve => {
    let settled = false;
    let timeoutId: any;
    const settle = (r: OpenResult) => {
      if (!settled) {
        settled = true;
        if (timeoutId) clearTimeout(timeoutId);
        resolve(r);
      }
    };

Comment on lines 54 to +63
child.on('error', e => settle({ ok: false, reason: e.message }));
child.on('exit', code => {
if (code !== 0 && code !== null) {
settle({ ok: false, reason: `进程异常退出(code:${code}),请检查是否已安装或环境变量配置错误` });
}
});
child.unref();
// 给 spawn 一个 tick 触发同步错误(如 ENOENT),再 resolve ok
setTimeout(() => settle({ ok: true }), 50);

// 给 spawn 一定时间触发错误或退出的事件,若 100ms 内没报错则假定成功
setTimeout(() => settle({ ok: true }), 100);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

建议在进程正常退出(code === 0)时立即调用 settle({ ok: true }),这样可以避免在成功启动时无谓地等待 100ms,提升用户体验。同时,在退出时也应处理 signal,并保存 timeoutId 以便在 settle 中清除。

      child.on('error', e => settle({ ok: false, reason: e.message }));
      child.on('exit', (code, signal) => {
        if (code === 0) {
          settle({ ok: true });
        } else if (code !== null || signal !== null) {
          settle({ ok: false, reason: "进程异常退出(code:" + code + (signal ? ", signal:" + signal : "") + "),请检查是否已安装或环境变量配置错误" });
        }
      });
      child.unref();

      // 给 spawn 一定时间触发错误或退出的事件,若 100ms 内没报错则假定成功
      timeoutId = setTimeout(() => settle({ ok: true }), 100);

Comment on lines 10 to 15
return new Promise(resolve => {
let settled = false;
const settle = (r) => { if (!settled) {
settled = true;
resolve(r);
} };

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

为了与 TypeScript 源码保持一致,建议在 JS 编译产物中也引入 timeoutId 并在 settle 中清除定时器。

    return new Promise(resolve => {
        let settled = false;
        let timeoutId;
        const settle = (r) => { if (!settled) {
            settled = true;
            if (timeoutId) clearTimeout(timeoutId);
            resolve(r);
        } };

Comment on lines 51 to +59
child.on('error', e => settle({ ok: false, reason: e.message }));
child.on('exit', code => {
if (code !== 0 && code !== null) {
settle({ ok: false, reason: `进程异常退出(code:${code}),请检查是否已安装或环境变量配置错误` });
}
});
child.unref();
// 给 spawn 一个 tick 触发同步错误(如 ENOENT),再 resolve ok
setTimeout(() => settle({ ok: true }), 50);
// 给 spawn 一定时间触发错误或退出的事件,若 100ms 内没报错则假定成功
setTimeout(() => settle({ ok: true }), 100);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

建议在 JS 编译产物中也同步处理进程正常退出(code === 0)的逻辑,立即返回成功并清除定时器,避免不必要的 100ms 等待。

            child.on('error', e => settle({ ok: false, reason: e.message }));
            child.on('exit', (code, signal) => {
                if (code === 0) {
                    settle({ ok: true });
                } else if (code !== null || signal !== null) {
                    settle({ ok: false, reason: "进程异常退出(code:" + code + (signal ? ", signal:" + signal : "") + "),请检查是否已安装或环境变量配置错误" });
                }
            });
            child.unref();
            // 给 spawn 一定时间触发错误或退出的事件,若 100ms 内没报错则假定成功
            timeoutId = setTimeout(() => settle({ ok: true }), 100);

@lanzhihong6 lanzhihong6 marked this pull request as ready for review June 29, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant