Commit Graph
14 Commits
Author SHA1 Message Date
pandorafuture 4ffd4355e0 docs: explain wx-cli as the WeChat agent layer 2026-07-10 19:23:37 +08:00
pandorafuture ef6d1ca655 perf: add cross-conversation timeline endpoint 2026-07-10 19:23:37 +08:00
pandorafuture 26bae79fc4 perf: eliminate repeated SQLCipher key derivation 2026-07-10 18:49:15 +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 0f22f335e5 Merge remote-tracking branch 'origin/dependabot/github_actions/softprops/action-gh-release-3' 2026-06-04 23:31:06 +08:00
pandorafuture 76cf16ffef Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-6' 2026-06-04 23:31:06 +08:00
dependabot[bot] 4d8272029c chore(deps): bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-04 15:23:31 +00:00
pandorafuture 2305059110 ci: use CHANGELOG.md content as release notes v0.7.2 2026-06-04 23:21:18 +08:00
dependabot[bot] eb91993ca5 chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-04 15:20:25 +00:00
pandorafuture e5646df42c chore: add open-source community files and CI workflow
- LICENSE (MIT)
- SECURITY.md (vulnerability reporting policy)
- CONTRIBUTING.md (development setup and contribution guide)
- CI workflow (fmt, clippy, test on push/PR)
- Issue templates (bug report, feature request)
- Dependabot config (cargo + github-actions weekly)
- Cargo.toml workspace metadata (license, repository, description)
2026-06-04 23:19:30 +08:00
pandorafuture 29557e4f68 ci: add release workflow for macOS arm64 binary 2026-06-04 23:12:33 +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