跳到正文

radres/dsh-plugin-call-me

30最近提交 2026年8月14日

dsh-plugin-call-me DSH 插件

该插件在 agent 需要输入时实际拨打电话。它会朗读 agent 的问题,等待你的语音回答,然后返回转录文本。它还支持自动的回合结束通知和基于语音的审批,让你无需打开任何应用即可免提操作。

如何安装 dsh-plugin-call-me DSH 插件

dsh plugin --profile web add github:radres/dsh-plugin-call-me

复制不会执行命令。安装 dsh-plugin-call-me DSH 插件前请核对仓库和版本。

dsh-plugin-call-me DSH 插件数据来源

dsh-plugin-call-me DSH 插件快照日期:2026年8月16日

discovered

dsh-plugin-call-me DSH 插件能做什么

  • `call_me` 工具:拨打你的电话,朗读一个问题,等待最多 5 分钟,返回你的语音回答转录。
  • `text_me` 工具:发送单向短信;立即返回,并报告手机是否实际显示。
  • 回合结束通知:当运行停止时自动拨打电话或发送短信(可配置),带有宽限期,如果你在键盘前可取消。
  • 电话审批:工具权限可以通过语音决定(模式 `answer`)或通过短信通知,沉默永远不会批准。
  • 入站回复:从手机发送的短信会传递到正在运行的会话中,唤醒空闲运行或注入到忙碌运行中。

dsh-plugin-call-me DSH 插件适合哪些场景

  • 在离开键盘时接收 agent 的问题并通过语音回答。
  • 通过语音批准或拒绝操作(例如“发货,但暂停迁移”),无需触碰设备。
  • 当 agent 停止时通过电话通知你,并将你的语音回答作为 steer 反馈,继续已完成的运行。
  • 不在桌前时通过短信接收 agent 进度通知。
  • 几小时后从手机发送回复以恢复空闲会话。

dsh-plugin-call-me DSH 插件适合谁

  • 希望远程与 DSH agent 交互、远离电脑的用户。
  • 需要免提操作的用户,例如在做饭、开车或散步时。

dsh-plugin-call-me DSH 插件的限制

  • 仅支持 iPhone;Android 版本存在但处于封闭测试阶段,尚不可安装。
  • 需要免费的 /call-me 应用和托管服务(无自托管部署)。
  • 语音回答是转录文本;审批模式 `answer` 只接受明确的“是”,其他都拒绝。
  • `approval.mode: answer` 会在电话响铃时保持桌面提示,桌面用户无法继续操作,直到通话解决。

dsh-plugin-call-me DSH 插件的仓库 README 摘录

以下文字摘自 dsh-plugin-call-me DSH 插件的上游仓库 radres/dsh-plugin-call-me 的 README,版权归原作者,仅作引用。

**Your DeepSeek Harness agent rings your actual phone.** It asks the question out loud, you answer out loud, and what you said goes straight back into the run. [![dsh-plugin topic](https://img.shields.io/badge/topic-dsh--plugin-blue)](https://github.com/topics/dsh-plugin) [![license](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![tests](https://github.com/radres/dsh-plugin-call-me/actions/workflows/test.yml/badge.svg)](https://github.com/radres/dsh-plugin-call-me/actions/workflows/test.yml) English | [中文](README.zh.md) Every other reachability plugin sends you a notification. This one places a phone call. Your phone rings through CallKit like any other call, you pick it up, a voice reads the agent's question, you say "yes, ship it, but hold the migration", and the transcript of that sentence is what the agent reads next. No tab to come back to, no app to open, no keyboard. ``` you walk away -> agent finishes -> your phone rings -> you answer out loud -> the run continues ``` ## Install ```sh dsh plugin --profile web add github:radres/dsh-plugin-call-me ``` Plain JavaScript, no build step, so a git install needs no `allowBuilds` permission. Then pair a p

阅读完整 README仓库许可: MIT

dsh-plugin-call-me DSH 插件常见问题

如何安装 dsh-plugin-call-me?

在终端中运行 `dsh plugin --profile web add github:radres/dsh-plugin-call-me` 即可安装。该命令从 GitHub 拉取插件。请确保已安装 DSH CLI 并设置了 profile。

使用这个插件需要真实的电话号码吗?

不需要,你不需要真实的电话号码。只需在 iPhone 上安装免费的 /call-me 应用。该应用会提供一个虚拟的 10 位号码,插件通过这个号码呼叫你。agent 永远不会知道你的真实号码。

是否可以不使用 /call-me 应用直接使用这个插件?

不行,插件必须依赖 /call-me 服务和 iPhone 应用才能工作,没有自托管部署。应用是免费的,在 App Store 上可获取,链接在 README 中。

如果我不接电话会发生什么?

如果电话无人接听,插件会等待直到配置的超时时间(默认 300 秒),然后继续运行而不获取语音输入。对于审批模式,未接听的电话会将问题交回给键盘前的用户。

这个插件支持 Android 吗?

目前仅支持 iPhone。Android 版本已存在但处于封闭测试阶段,尚未公开发布。请关注 README 的更新。