wx-cli/tests
jackwener 152921acb2 feat: wx init/export,修复全局搜索聊天名称
- wx init: 自动检测微信数据目录,编译并运行密钥扫描器,更新 config.json
- wx export: 导出聊天记录为 markdown/txt/json,支持 --since/--until/--limit/-o
- 修复全局搜索(wx search)显示"未知"的问题:
  构建 md5(username)→username 反向索引,从表名 Msg_<md5> 还原联系人
- _refresh_names() 同步清除 _md5_to_uname 缓存
- 新增 15 个单元测试覆盖上述功能及 watch 协议
2026-04-16 01:38:40 +08:00
..
test_daemon_commands.py feat: wx init/export,修复全局搜索聊天名称 2026-04-16 01:38:40 +08:00
test_mcp_server_search.py Investigate get_chat_history limit 2026-03-14 16:59:17 +08:00