Show HN: Multi-version management (by xlings) for DeepSeek Harness Xlings, an open-source package manager, now supports multi-version management for DeepSeek Harness (dsh), allowing users to install and switch between dsh versions 0.1.0-rc.6 and 0.1.0-rc.3 via commands like 'xlings install dsh@0.1.0-rc.6' and 'xlings use dsh 0.1.0-rc.6'. The feature also enables isolated environments through 'xlings subos' for running different versions concurrently. xlings support multi-version management for package, I have add support for dsh. you can try it Base Usage xlings install dsh@0.1.0-rc.6 -y && xlings install dsh@0.1.0-rc.3 -y xlings use dsh xlings use dsh 0.1.0-rc.6 && dsh --version xlings use dsh 0.1.0-rc.3 && dsh --version Advanced Usage In terminal-1 xlings subos new dsh-1 xlings subos use dsh-1 xlings install dsh@0.1.0-rc.6 -y -u dsh --version In terminal-2 xlings subos new dsh-2 xlings subos use dsh-2 xlings install dsh@0.1.0-rc.3 -y -u dsh --version Repo: https://github.com/openxlings/xlings https://github.com/openxlings/xlings Comments URL: https://news.ycombinator.com/item?id=49291049 https://news.ycombinator.com/item?id=49291049 Points: 1 Comments: 0