Commit Graph

8 Commits

Author SHA1 Message Date
canghe
ab890dfac0 Add update instructions and macOS task_for_pid troubleshooting to READMEs 2026-04-04 14:46:12 +08:00
canghe
6b36f92df6 Bump version to 0.2.1 with auto re-sign support 2026-04-04 14:42:02 +08:00
canghe
2b1fc0a4b9 Auto re-sign WeChat when task_for_pid fails on macOS
When init fails due to macOS security policy (task_for_pid error),
automatically re-sign WeChat with get-task-allow entitlement.
Falls back to manual instructions if auto-signing fails.
2026-04-04 14:39:41 +08:00
苍何
3d75bde4ef Sync Agent installation guide and init screenshots to English README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 14:28:29 +08:00
苍何
c14b8dcd3f Add Agent installation guide and init screenshots to README_CN
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 14:25:51 +08:00
canghe
e6f79aff0b Redesign READMEs: add badges, AI agent guides, npm as recommended install
- Add npm version, license, and platform badges
- Feature npm as primary installation method
- Add Claude Code and OpenClaw integration guides
- Add section icons and Star History chart
2026-04-04 12:54:14 +08:00
canghe
f51e89ce12 Add npm distribution support with PyInstaller binary
- Add npm package structure (@canghe_ai/wechat-cli) with platform-specific optionalDependencies
- Add JS wrapper (bin/wechat-cli.js) and postinstall script
- Add PyInstaller entry point and build script
- Update scanner_macos.py for PyInstaller compatibility (sys._MEIPASS)
- Update README with npm install instructions (macOS arm64)
- Fix repo URLs to freestylefly/wechat-cli
2026-04-04 12:36:50 +08:00
canghe
e64006bafe Initial release: wechat-cli v0.2.0
A CLI tool to query local WeChat data with 11 commands:
sessions, history, search, contacts, members, stats, export,
favorites, unread, new-messages, and init.

Features:
- Self-contained init with key extraction (no external deps)
- On-the-fly SQLCipher decryption with caching
- JSON output by default for LLM/AI tool integration
- Message type filtering and chat statistics
- Markdown/txt export for conversations
- Cross-platform: macOS, Windows, Linux
2026-04-04 11:10:10 +08:00