You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
已修复,DeepSeek Harness Web 当前正常运行:http://127.0.0.1:3080/,HTTP 返回
200。根因是 Web profile 单独安装了一份
@deepseek-ai/dsh-tools。两份包各自创建了不同的进程内Symbol,导致工具运行时找不到 scheduler,最终抛出:界面显示的
Interrupted是误导,并非 Git、PowerShell 或人工中止。已完成:
dsh-tools改为链接 Harness 共用副本。pnpm-lock.yaml,当前 scheduler Symbol 身份检查为true。minimal改为code,避免 Linux-only persistent bash。run_code、git_status({})成功,最终状态为completed。D:\guangting\tricycle的项目代码。终端中的:
是
dsh-notify-win输出的“任务完成且 Windows Toast 已成功显示”,不是错误。重复多行对应多次完成通知。补充:Code Mode 的无参数工具仍应显式传空对象,例如
tools.git_status({});写成tools.git_status()会返回正常的参数校验错误,但不会再导致整个会话崩溃。All reactions