dsh-imessage
由 Photon 托管的 iMessage 传输通道及适用于 DeepSeek Harness 的配置 UI 插件。
AI 分析
核心用途是为 DSH 提供 iMessage 消息收发通道与配置界面。适合希望通过 iMessage 与 DSH 智能体进行远程交互、接收通知或发送指令的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:photon-hq/dsh-imessage说明文档
阅读完整 README ↗Host configuration
Defaults are host-only and are not exposed in the settings page:
| Option | Default |
|---|---|
photonApiOrigin | https://app.photon.codes |
interactionTimeoutMs | 600000 (10 minutes) |
maxOutboundChars | 3500 graphemes |
sessionsPerPage | 5 |
dedupeEntries | 1024 |
reconnectMinMs | 1000 |
reconnectMaxMs | 60000 |
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.