Skip to content

v1.2.0 - Living Dream DSH

Choose a tag to compare

@alllllllllli alllllllllli released this 18 Aug 05:06
· 17 commits to master since this release

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)