Skip to content

Releases: Isekai-Mfu/dsh-mimo-vision-hint

v0.3.1 — 双语 README

Choose a tag to compare

@Isekai-Mfu Isekai-Mfu released this 13 Aug 22:53

文档改进,无代码变更:

  • README.md 改为英文(GitHub 默认显示),中文移至 README.zh.md
  • 两个文件顶部互放语言切换链接(English | 中文),与 DSH 官方仓库的双语惯例一致

Documentation-only release: the README is now bilingual — English in README.md (default) and Chinese in README.zh.md, with a language switcher at the top of each.

v0.3.0 — Profile bundle:一键安装

Choose a tag to compare

@Isekai-Mfu Isekai-Mfu released this 13 Aug 22:41

将插件包装为 DSH profile bundle(dsh.bundle 声明 + 自带挂载层 cordis.patch.yml),安装体验升级为一条命令,无需手改任何 YAML:

dsh plugin --profile web add dsh-mimo-vision-hint
# 或直接从 GitHub 安装
dsh plugin --profile web add github:Isekai-Mfu/dsh-mimo-vision-hint

插件代码与 v0.2.1 完全一致;README 更新了安装说明(含手动安装备选)。已通过 dsh --dump-config 在模拟安装后的 profile 上验证 bundle 层自动挂载。

v0.2.1 — Initial release

Choose a tag to compare

@Isekai-Mfu Isekai-Mfu released this 13 Aug 22:41

首个发布版本。

零依赖 DSH 提示插件:向模型系统提示注册一段说明,指导模型在识图任务时派出 opencode-go 的 mimo-v2.5 作为识图子代理(workflow 单代理 + provider/model 覆盖),而不是自己直接用 read_image 看图;失败时回退为直接使用 read_image

安装方式:手动放置包文件 + 在 profile 的 cordis.patch.yml 中 insert 挂载条目(详见该版本的 README)。

从 v0.3.0 起已升级为 bundle 一键安装,建议使用最新版。