photon-hq/dsh-imessage1

dsh-imessage

由 Photon 托管的 iMessage 传输通道及适用于 DeepSeek Harness 的配置 UI 插件。

AI 分析

核心用途是为 DSH 提供 iMessage 消息收发通道与配置界面。适合希望通过 iMessage 与 DSH 智能体进行远程交互、接收通知或发送指令的用户。

包名
dsh-imessage
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:photon-hq/dsh-imessage

Host configuration

Defaults are host-only and are not exposed in the settings page:

OptionDefault
photonApiOriginhttps://app.photon.codes
interactionTimeoutMs600000 (10 minutes)
maxOutboundChars3500 graphemes
sessionsPerPage5
dedupeEntries1024
reconnectMinMs1000
reconnectMaxMs60000

Override the bundle row in the web profile’s cordis.patch.yml. DSH patch overrides replace the complete row, so preserve both id and name:

- id: dsh-imessage
  name: dsh-imessage
  config:
    interactionTimeoutMs: 900000
    maxOutboundChars: 3000

Non-HTTPS API origins are rejected except loopback HTTP used by tests.