photon-hq/dsh-imessage1

dsh-imessage

Photon-hosted iMessage transport and configuration UI for DeepSeek Harness

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.