LoserFox/marisa-distro--plugins-interpreters ↗★ 7
@huanlin/dsh-plugin-interpreters
Exposes run_python and run_node tools with configurable interpreter paths; settings card (via /interpreters/api HTTP route) lets users set the executable locations.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LoserFox/marisa-distro#4aa96256d0af09fa65e64679a1c7826342e9ded2&path:plugins/interpreters说明文档
阅读完整 README ↗配置
默认配置(cordis.patch.yml):
pythonPath: 'python' # Python 可执行文件路径
nodePath: 'node' # Node.js 可执行文件路径
timeoutMs: 30000 # 执行超时(毫秒)
运行时通过设置页「插件配置」分区的卡片修改,持久化到 $DSH_HOME/settings.yaml。