{ "name": "dsh-gitbash-shell", "version": "0.15.0", "description": "DSH plugin: run every agent shell command through Git for Windows bash on Windows instead of PowerShell. Replaces the pwsh executor with a Git Bash ctx.shell provider and materializes Git Bash variants of the standard/minimal/code/cordis agent presets into your user preset root at startup. On Windows it also adopts dsh-better-sidebar's terminal shell (UI tabs and the model-facing terminal_* tools) through the sidebar's official settings seam, and pairs with dsh-ptc-cordis-preset so the PTC Creation-mode preset materializes as its Git Bash variant. Ships both composition eras for dsh <= 0.1.1 (built-in preset id 'code') and dsh >= 0.1.2 (renamed id 'ptc') — the era is probed per boot and re-materialized automatically after a dsh upgrade, in either upgrade order; preset ids never change so pinned sessions stay valid.", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/KannaKuron/dsh-gitbash-shell.git" }, "main": "src/index.js", "exports": { ".": "./src/index.js", "./shell": "./src/shell.js", "./client": "./src/client.js" }, "engines": { "node": ">=18", "dsh": ">=0.1.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-settings" ], "platform": "web" } }, "files": [ "src", "assets", "cordis.patch.yml", "dsh.plugin.json", "README.md", "README_EN.md", "LICENSE" ], "scripts": { "test": "node --test tests/smoke.mjs", "version": "node -e \"const fs=require('fs');const m=JSON.parse(fs.readFileSync('dsh.plugin.json','utf8'));const v=JSON.parse(fs.readFileSync('package.json','utf8')).version;m.version=v;fs.writeFileSync('dsh.plugin.json',JSON.stringify(m,null,2)+'\\n')\" && git add dsh.plugin.json" }, "keywords": [ "dsh", "deepseek-harness", "git-bash", "windows", "shell", "dsh-plugin" ], "license": "MIT", "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/schemastery": "^3.18.1" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/KannaKuron/dsh-gitbash-shell", "bugs": { "url": "https://github.com/KannaKuron/dsh-gitbash-shell/issues" } }