Releases: alllllllllli/Living-Dream-DSH
Release list
v2.7.9
Living Dream DSH v2.7.8
Living Dream DSH v2.7.8
Self-contained Inno Setup installer - no install.bat or install-gui.ps1 required.
What's New
- ? Professional Inno Setup wizard (Language ? License ? Location ? Install ? Finish)
- ? One-click install: deps check ? config copy ? pnpm/pip install ? shortcuts
- ? Finish page checkbox: Add DeepSeek Harness to desktop
- ? Online (2MB) + Offline (122MB, bundles Node/Python/Git)
- ? English + ????
Downloads
- Online: Living-Dream-DSH-v2.7.8-Setup.exe (2.1 MB)
- Offline: Living-Dream-DSH-v2.7.8-Offline-Setup.exe (122 MB)
- Source: Living-Dream-DSH-v2.7.8.zip
Living Dream DSH v2.0.0
Living Dream DSH v2.0.0
New: MPC-HC Style GUI Installer
- Windows Forms wizard: Welcome, License, Choose Location, Installing, Finish
- Blue banner, progress bar, dark log console
- API key removed from install; Finish page shows hint to fill keys in DSH Settings
- install.bat now launches GUI version by default
- CLI installer (install.ps1) kept as fallback
Changes since v1.2.0
- New: install-gui.ps1 - 5-page GUI installer wizard
- Updated: install.bat launches GUI installer
- Updated: Both READMEs with GUI installer instructions
- Layout fix: 620x560 form, bottom buttons fully visible
v1.2.0 - Living Dream DSH
v1.2.0 - 35+ bug/doc fixes since v1.1.1
Critical fixes
- dsh-memory now works out of the box: store_engine.py (1246 lines) bundled in scripts/mcp/, no external memory-mcp needed
- paste-input loader registration: cordis.patch.yml.template now includes the required insert block, so the plugin actually loads
- cordis.patch.yml in npm files: fixed package.json iles array so
pm pack / publishing includes the bundle patch - PS5.1 stderr bomb protection: pip install, npm install, and pnpm install all wrapped in cmd /c to avoid $ErrorActionPreference='Stop' termination on harmless stderr warnings
- personal path leaks cleaned: removed G:/qwenwork_files/memory-mcp and name references from dsh-memory-server.py and cordis.patch.yml.template
Documentation fixes
- README.zh.md: removed duplicate docs/ directory tree entries, fixed orphan section title
- troubleshooting.md: deduplicated MCP server failure sections (merged 4+6?4), renumbered 5-7, added missing section 5, replaced broken --help test with DSH log check, fixed secrets.ps1 test command
- Process name: Get-Process "DeepSeek Harness" ? DeepSeekHarness* (4 files, no space in actual exe name)
- plugins/README.md: fixed upload path from ~/.dsh/uploads to actual /.dsh/tmp/attachments/
- dsh-paste-input/README.md: removed dead link to ./README.en.md
- vision-patch.md: auto-detect exe name instead of hardcoding
- .gitignore: added scripts/start-dsh.bat, scripts/mcp/store/ (memory DB protection)
- Comparison tables: fixed factual errors in Claude Code row
Commits
d6b6e52 fix: replace broken --help test with DSH log check
f91eee7 fix: gitignore scripts/mcp/store/ to prevent accidental memory DB leak
b450c5f fix: bundle store_engine.py + remove personal path/name leaks
5e372cd fix: troubleshooting section dedup/renumber + install.ps1 npm stderr protection
a73e1a2 fix: remove duplicate pip install check block in install.ps1
ae322c9 fix: 11 bug/doc issues - paste-input loader, npm files, pip stderr, docs cleanup
Assets
- Living-Dream-DSH-Offline.exe (120 MB): full offline installer with bundled deps
- Living-Dream-DSH-v1.2.0.zip (source code)
v1.1.1 - Bug Fix Release
v1.1.1 Bug Fix Release
修复了两轮审查共 29 个问题,涵盖致命错误、路径匹配、安全输入、文档准确性等。
🔴 致命修复
package.json.template引用的dsh-paste-input改为file:依赖(npm 不存在)- 4 处路径
D:\ToolsDeepSeek-Harness-Desktop缺反斜杠 - CNB 代理占位符
your-org/your-repo导致 404,改为启动时校验 install.ps1残留多余花括号导致语法错误file:依赖路径与克隆目标不匹配(差一级目录)- 插件源码从上游
dsh-file-uploads(不同包)改为收编修复版@dsh-community/dsh-paste-inputv0.1.3
🟡 高概率修复
install.ps1无条件pnpm install会清空 bundle → 改为仅新建时执行pnpm install错误被Out-Null吞掉 → 检查$LASTEXITCODE- API Key 输入明文回显 →
Read-Host -AsSecureString掩码输入 -replace正则替换含$特殊字符风险 → 改为.Replace()字面替换- 手动安装步骤缺
.credentials.yaml复制 + 插件源码就位
📝 文档修复
- Playwright MCP 链接 →
microsoft/playwright-mcp plugins/README.md移除已废弃的dsh-model-router- 「DPAPI 加密」改为准确的「本地文件存储」
vision-patch.md硬编码G:\qwenwork_files→os.homedir()- 手机远程快速步骤直连 3080 → 经 8090 代理
- Claude Code 对比表修正(MCP/computer-use 支持事实)
troubleshooting.md引用不存在的文件/命令修正os-copilot-mcp-README.md补pip install mcp前置依赖troubleshooting.mdcurl 测试命令转义修复$env:DSH_DESKTOP_PATH设置说明补入 README
🔧 代码修复
cnb_proxy.py:正则含/、稳定轮询判完成、分页、关 Issue、真流式os-copilot-mcp-server.py:tempfile 替代-c(32K 限制)、shlex.splitsettings.yaml.template默认权限改为standard.gitignore补.credentials.yaml、__pycache__install.ps1转 UTF-8 with BOM(PS5.1 兼容)
📦 离线安装包
Living-Dream-DSH-Offline.exe (120 MB) 已同步更新,包含所有修复。
v1.1.0 - 23 Bug Fixes
v1.1.0 - 23 Bug Fixes
首轮审查修复 23 个问题,涵盖致命错误、高概率踩坑、文档不一致、代码隐患四类。
致命修复(3)
package.json.template引用 npm 不存在的包 → 改为file:依赖- 4 处路径
D:\ToolsDeepSeek-Harness-Desktop缺反斜杠 - CNB 代理占位符导致 404 → 启动时校验 + README 写明私有仓库硬前提
高概率修复(3)
install.ps1无条件pnpm install会清空 bundle → 仅新建时执行pnpm install错误被吞掉 → 检查$LASTEXITCODE- 手动安装缺
.credentials.yaml复制
文档修复(9)
- Playwright MCP 链接修正、
dsh-model-router废弃、DPAPI 宣传改口 vision-patch.md硬编码路径 →os.homedir()- 手机远程改 8090 代理、Claude Code 对比表事实修正
troubleshooting.md/os-copilot-mcp-README.md引用修正- GitHub description 乱码修复
代码修复(8)
cnb_proxy.py:正则含/、稳定轮询判完成、分页、关 Issue、真流式os-copilot-mcp-server.py:tempfile 替代-c(32K 限制)、shlex.splitsettings.yaml.template默认权限改为standardinstall.ps1掩码输入 +.Replace()+ UTF-8 BOM.gitignore补.credentials.yaml、__pycache__
v1.0.0 - ????
?? dsh-ultra-config v1.0.0
??? DeepSeek Harness ??????????
? ????
?? MCP ???(8+ ?)
- dsh-history - ??????
- dsh-vision - ????(GLM-4V-Flash)
- dsh-computer - ?????
- dsh-browser - Playwright ?????
- dsh-memory - ??????
- dsh-markitdown - ????
- dsh-ocr - ?? OCR
- os-copilot - OS-Copilot ??(NEW)
?? ??????
- CNB ??:DeepSeek V4 ????
- AMD Radeon Cloud:developer.amd.com.cn/radeon
?? ??????
- Tailscale + Proxy ????
- ?????? DSH
??? ????
- GLM-4V-Flash ?? ? Ollama ??
- ??????????
?? ????
- install.bat ????
- ????????? API Key
?? ????
git clone https://github.com/alllllllllli/dsh-ultra-config.git cd dsh-ultra-config install.bat
?? ??
- DeepSeek - ?? DSH ??
- ?? MCP ??????