Issue type
Feature request
Summary
/shell pwd
/shell ls
Expected outcome
看起来 ls 命令没有返回任何输出,这通常意味着当前目录是空的。让我重新确认一下当前工作目录,并检查是否有隐藏文件。
<shell_exec>
{"command":"pwd"}
</shell_exec>
<shell_exec>
{"command":"ls -la"}
</shell_exec>
从 pwd 我们可以确认当前在哪个目录,而 ls -la 会显示包括隐藏文件在内的所有内容。这样我们就能确定目录是空的还是只有隐藏文件。请把结果告诉我。
Details / reproduction
ps aux | grep -i shell-mcp-host
admin 99265 0.0 0.2 435750224 27840 ?? S 8:50PM 0:00.08 /opt/homebrew/Cellar/node/23.11.0/bin/node /Users/admin/Library/Application Support/DeepSeek++/NativeHost/shell-mcp-host.mjs chrome-extension://nfegjdbkdeminiiimmaimplmkpbaijmk/
admin 44454 0.0 0.0 435299632 1024 s013 R+ 8:48AM 0:00.00 grep -i shell-mcp-host
admin@MacBook-Air deepseek-plus-plus-1.14.0-chrome %
Environment
chrome,macos26
Additional context
No response
Issue type
Feature request
Summary
/shell pwd
/shell ls
Expected outcome
看起来 ls 命令没有返回任何输出,这通常意味着当前目录是空的。让我重新确认一下当前工作目录,并检查是否有隐藏文件。
<shell_exec>
{"command":"pwd"}
</shell_exec>
<shell_exec>
{"command":"ls -la"}
</shell_exec>
从 pwd 我们可以确认当前在哪个目录,而 ls -la 会显示包括隐藏文件在内的所有内容。这样我们就能确定目录是空的还是只有隐藏文件。请把结果告诉我。
Details / reproduction
ps aux | grep -i shell-mcp-host
admin 99265 0.0 0.2 435750224 27840 ?? S 8:50PM 0:00.08 /opt/homebrew/Cellar/node/23.11.0/bin/node /Users/admin/Library/Application Support/DeepSeek++/NativeHost/shell-mcp-host.mjs chrome-extension://nfegjdbkdeminiiimmaimplmkpbaijmk/
admin 44454 0.0 0.0 435299632 1024 s013 R+ 8:48AM 0:00.00 grep -i shell-mcp-host
admin@MacBook-Air deepseek-plus-plus-1.14.0-chrome %
Environment
chrome,macos26
Additional context
No response