feat(compat): support DSH 0.1.1-rc.2 multimodal models - #62
Merged
Conversation
…y-links docs: link memory provider repositories
# Conflicts: # README.md # README.zh-CN.md
Grivn
marked this pull request as ready for review
August 21, 2026 13:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要 / Summary
将 10 个直接 DSH 开发依赖固定到
0.1.1-rc.2,适配模型输入模态和持久图片 attachment 引用。设置页标记图片输入模型;Mnemon 后台任务仍只发送文本,且不会复制原始图片字节。Pins all 10 direct DSH development dependencies to
0.1.1-rc.2and supports model input modalities plus durable image attachment references. Settings labels image-capable routes; Mnemon background jobs remain text-only and never copy raw image bytes.关联 Issue 或背景 / Related Issue or Context
N/A — maintainer-led compatibility update for the official DSH 0.1.1-rc.2 release. This PR is stacked on
codex/composable-memory-kernel; the same patch will be ported tomainfor v0.2.x.Upstream release: https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.2
涉及区域 / Affected Areas
PR 类型 / PR Type
最新代码确认 / Latest Codebase Confirmation
main分支开发,或在提交前已 rebase 或合并最新main。 / I developed from the latestmain, or rebased or merged the latestmainbefore submitting.同步命令 / Sync command:
AI 编码披露 / AI Coding Disclosure
使用的 AI 模型 / AI model used:
OpenAI GPT-5 family
使用的编码 Agent 工具 / Coding Agent tool used:
Codex
仓库规范检查 / Repository Rules
lib/。 / No secrets, private data, logs, or generated lib files.兼容性与数据安全 / Compatibility and Data Safety
^22.19.0 || >=24.0.0;dsh-mnemon package engine 仍为>=20,供较旧兼容 Host 使用。本地验证 / Local Validation
执行的命令 / Commands run:
结果摘要 / Result summary:
用户可见变更证据 / Local Feature Evidence
Automated DOM tests verify the localized image-input label and exact model route. Lifecycle tests verify that durable attachment references survive unchanged while activity scoring counts only text.