Releases: xsvm/obsidian-claudian-wechat
Releases · xsvm/obsidian-claudian-wechat
Release list
v1.0.8
Full Changelog: 1.0.7...1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Changes since v1.0.1
- Bilingual (Chinese + English) manifest description mentioning WeChat ClawBot
- Progressive replies now default to on for fresh installs (existing users' saved setting is untouched)
/effortnow validates against Claudian's actual known-valid levels per provider (static list for claude/codex, per-model discovered-cache data for grok/opencode/pi), and/effortwith no arguments lists the current valid options/modelsis removed;/modelwith no arguments now lists the current provider's available models (/model <name>still switches). For claude this now shows the real static model catalog (haiku/sonnet/opus/fable) instead of a "can't see it" message- Fixed
/modeland/effortnot reading pi's discovered-model cache correctly (different field names than grok/opencode) - Added a WeChat community group QR code to both READMEs
v1.0.1
v1.0.0
v1.0.0 - Initial Public Release
Claudian WeChat Bridge (obsidian-claudian-wechat) 允许你通过微信官方 ClawBot (iLink) 接口,直接远程遥控运行在 Obsidian 里的 Claudian AI 编程 Agent。
✨ 核心特性
- 零配置环境:插件自主创建专属 Python
venv/,集成 Obsidian 内嵌二维码扫码登录,自动管理后台 relay 进程。 - 双向对话交互:微信直接发送文本和图片到 Obsidian Claudian Tab,Agent 回复实时回传微信。
- 多图累积批处理:支持连续发送多张图片并累积缓存,可通过文字说明一并发送,或通过
/skip立即单发。 - 切换防护与自动核实:发送前后按 ID 定位目标会话,发送中若被电脑端切换对话会自动核实真实结果,消除串聊和回复丢失风险。
- 远程会话管理:支持
/list、/switch、/new快速管理与切换 Claudian 会话。 - 运行时配置控制:支持
/model、/models、/effort、/permission动态调整参数与查看支持模型。 - 镜像监听模式:
/listen on开启电脑端交互向微信的实时镜像推送。 - 降噪回复过滤:自动剔除工具调用、中间推理与子代理杂音,只回传清晰的最终回答。
- 完整双语支持:中文与英文自动匹配 Claudian
locale。
📦 安装方式
下载附带的 claudian-wechat-1.0.0.zip 解压至 <vault>/.obsidian/plugins/claudian-wechat/ 目录,并在 Obsidian 第三方插件列表中启用即可。