Skip to content

Releases: xsvm/obsidian-claudian-wechat

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 11 Sep 02:55

Full Changelog: 1.0.7...1.0.8

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 09 Sep 01:10

Full Changelog: 1.0.6...1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 08 Sep 16:27

Full Changelog: 1.0.5...1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:19

Full Changelog: 1.0.4...1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 07 Sep 08:19

Full Changelog: 1.0.3...1.0.4

v1.0.3

Choose a tag to compare

@xsvm xsvm released this 06 Sep 18:23

Fix

  • Remove the redundant word "Obsidian" from the plugin description (flagged by the Obsidian community plugin review as redundant given the plugin directory context). No functional changes since v1.0.2.

v1.0.2

Choose a tag to compare

@xsvm xsvm released this 06 Sep 17:15

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)
  • /effort now 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 /effort with no arguments lists the current valid options
  • /models is removed; /model with 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 /model and /effort not 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

Choose a tag to compare

@xsvm xsvm released this 03 Sep 19:32

Release v1.0.1 - Full compliance update for Obsidian community review

v1.0.0

Choose a tag to compare

@xsvm xsvm released this 03 Sep 16:56

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 第三方插件列表中启用即可。