Releases: TAOxxx7/dsh-plugin-manager
Releases · TAOxxx7/dsh-plugin-manager
Release list
dsh-plugin-manager-community v0.1.3
v0.1.3
Features
Web “restart now” graceful disconnect
- Host waits for the current HTTP/RPC response to finish before exiting the old Web process.
- Web client only suppresses
Failed to fetch/NetworkErroronprofile=webduring an intentional restart. - Desktop restart failures still surface the real error.
- New bilingual UI message: Web runtime is restarting, the current disconnect is expected.
GitHub Releases update detection
- npm-installed plugins continue using
pnpm outdated. - GitHub source-installed plugins now query
/repos/{owner}/{repo}/releases/latest. - Supports semver-style Release tags (
v1.2.3,1.2.3). - Works even when a GitHub plugin install pinned a specific commit; version compare against the latest Release tag still drives the update prompt.
- Falls back to latest commit check for GitHub plugins that did not pin a commit, when no semver Release exists.
- Non-semver Releases are not silently treated as updates.
Files in this build
lib/index.js,lib/client.js(Host + Client bundles, in sync)src/host/index.ts,src/client/client/PluginManagerSettingsTab.tsx,src/client/client/locales.ts
Install
npm install dsh-plugin-manager-community@0.1.3dsh-plugin-manager-community v0.1.2
v0.1.2
Docs
- README/README.zh.md: clarify DeepSeek Harness (DSH) Desktop support; npm page now reflects the same documentation.
- Repository topics expanded:
dsh,deepseek,harness,ai-agent,cordis,deepseek-desktop,dsh-plugin.
Install
npm install dsh-plugin-manager-community@0.1.2dsh-plugin-manager-community v0.1.1
v0.1.1
Fixes
- pnpm resolution: Web profile no longer hardcodes
pnpm.cmd; resolves viaDSH_PNPM_BIN, profile/sharednode_modules/.bin, DSH bundled pnpm (11.7.0 preferred),PNPM_HOME/npm global, PATH, then Node.js Corepack. - Windows path quoting:
.cjs/.exelaunched via Node directly;.cmd/.batonly via shell when necessary; paths with spaces are quoted (fixesC://Program is not recognized). - GBK/GB18030 fallback: command output decoded as UTF-8 first, falls back to Windows codepage to fix
pnpmChinese diagnostics showing as????. - Docs: README/README.zh.md Web pnpm environment notes.
Install
npm install dsh-plugin-manager-community@0.1.1dsh-plugin-manager-community v0.1.0
dsh-plugin-manager-community v0.1.0
DSH Settings plugin manager bundle for Desktop and native Web profiles.
Install
npm install dsh-plugin-manager-community- npm: https://www.npmjs.com/package/dsh-plugin-manager-community
- Topic:
dsh-plugin