Releases: CosmosShadow/usechat
Releases · CosmosShadow/usechat
Release list
UseChat v0.1.0
UseChat v0.1.0
首个公开版本。
包含内容
@shennian/usechatCLI:usechat init/config/doctor/read/write/watch/serve。- macOS / Windows 微信桌面端连接器。
- 基于视觉大模型的可见窗口结构化读取。
- 本地 Helper runtime release artifact。
安装
npm install -g @shennian/usechat下载本 Release 附件中的 Helper runtime zip 后安装:
# macOS
usechat setup-helper --from ./UseChat-Helper-Runtime-macos.zip --force
# Windows PowerShell
usechat setup-helper --from .\UseChat-Helper-Runtime-windows.zip --force模型推荐使用阿里云百炼 / DashScope Qwen-VL:
usechat init
usechat config set model.provider openai-compatible
usechat config set model.baseUrl https://dashscope.aliyuncs.com/compatible-mode/v1
usechat config set model.name qwen-vl-plus
usechat config set model.apiKeyEnv DASHSCOPE_API_KEY安全边界
UseChat 不破解协议、不注入客户端、不读取微信本地聊天数据库。它只通过用户授权的可见桌面、截图、OCR、鼠标、键盘、剪贴板和文件能力完成操作。