Commit Graph
5 Commits
Author SHA1 Message Date
pandorafuture d9412ad134 docs: explain wx-cli as the WeChat agent layer 2026-07-10 19:22:34 +08:00
pandorafuture b31a416f20 docs: 添加 Agent Skill、Release 下载安装方式,移除 key scan 相关描述
- 新增 SKILL.md,支持通过 npx skills add 安装到 AI 编程助手
- README 安装章节增加从 Release 下载预编译二进制的方式
- README 安装章节增加 AI 编程助手集成说明
- 移除 key scan / Mach VM 内存扫描相关描述,统一为 key extract
- 修正 Contact Hiding 描述、导出示例补 --all、命令一览补 key set-image
- 移除远程 scp 部署段落,简化单列前置条件表格为文本
2026-06-05 17:42:28 +08:00
pandorafuture 9fcf3a033b docs(readme): 安装章节增加从 Release 下载预编译二进制的方式 2026-06-05 17:09:21 +08:00
pandorafuture 125c762727 chore(deps): 升级核心依赖至最新版本
- rusqlite 0.32 → 0.40,涵盖全部 5 个 crate
- aes 0.8 → 0.9、cbc 0.1 → 0.2,涵盖加解密相关 4 个 crate
- toml 0.8 → 1.1 配置解析库升级
- 迁移 cipher 0.5 新接口,替换已废弃的加解密方法
- 修复 aes::cipher::Array 弃用警告,改用 TryFrom 转换
2026-06-05 00:14:25 +08:00
pandorafuture 96ccbbdc3d feat: initial release of wx-cli v0.7.2
WeChat macOS database decryption and query tool, supporting key extraction,
message querying, full-text search, conversation export, real-time monitoring,
media handling, and HTTP server mode with REST API and SSE.
2026-06-04 22:50:00 +08:00