@momojie-s/dsh-workspace-env
DSH 插件: pwsh executor 增强,从 workspace .env 注入环境变量到子进程
8 results
DSH 插件: pwsh executor 增强,从 workspace .env 注入环境变量到子进程
Windows-friendly minimal agent preset for DeepSeek Harness: sandboxed pwsh, native cmd.exe, and str_replace_editor.
Elbow-proof PowerShell for DeepSeek Harness: run multiline pwsh scripts via -EncodedCommand, immune to quoting/escaping pain.
Replace DSH web tool icons with emoji: think 🤔, read/search 🧐, pwsh 👨💻, edit ☝️🤓, error 😫
Fix garbled non-ASCII output from the pwsh tool on Windows: native output (ANSI or UTF-8) is captured byte-preserving inside pwsh and decoded per-segment (strict UTF-8 else ANSI) before re-emitting as UTF-8. 修复 pwsh 工具中文/非 ASCII 输出乱码(兼容 GBK 与 UTF-8 两种原生输出)。
Windows-adapted DeepSeek Harness coding-mode agent preset with a persistent PowerShell 7 shell.
DeepSeek Harness 极简增强模式 | Minimal-Win Agent Preset(Windows 下自动使用 pwsh 的极简增强预设)
对话流实时任务进度:后台任务(pwsh/bash/subagent 等 run_in_background)显示状态、耗时、进度条、预计剩余时间与停止按钮;非消费式 jobs.get 跟踪,模型 job_output 不受影响。