Pular para o conteúdo principal
1

dsh-mac-companion

173787247/dsh-mac-companion

DeepSeek Harness to macOS companion daemon (notify / Shortcuts / clipboard).

Instalar

dsh plugin --profile web add github:173787247/dsh-mac-companion

README

dsh-mac-companion

Optional companion to dsh-wsl-kit. Not in install.sh.

dsh(多半在 WSL)通过 HTTP 调用 Mac 上的 Companion,接入通知、Shortcuts、剪贴板。协议见 docs/PROTOCOL.md。

English → README.en.md

兼容性

字段值
插件dsh-mac-companion 0.1.0
最低 dsh≥ 0.1.2
最新验证以 dsh-wsl-kit 兼容性 为准(当前 0.1.7-alpha.2)
套件档位可选(远程桥接)

工具

工具作用
mac_companion_statusGET /v1/health
mac_notify系统通知
mac_run_shortcut跑 Shortcuts(需 confirm=true)
mac_clipboard_read读剪贴板文本
mac_clipboard_write写剪贴板(需 confirm=true)

Mac 上启动 Companion

python3 companion/server.py --port 18765 --token 'your-secret'

WSL 侧:

dsh plugin --profile web add github:173787247/dsh-mac-companion
export DSH_MAC_COMPANION_URL=http://<mac-ip>:18765
export DSH_MAC_COMPANION_TOKEN=your-secret

仅 SSH CLI 请用 dsh-remote-ssh。

License

MIT

Plugins relacionados