Jstn-1g/dsh-live-voice0

dsh-live-voice

安全优先的 DeepSeek Harness 实时语音预览插件,支持单会话授权和单次手动音频交互。

AI 分析

核心用途是提供安全的实时语音对话预览。适合想要尝试与 Agent 进行语音交互、且注重隐私授权控制的用户。

套件
dsh-live-voice
版本
0.3.0-preview.1
授權
MIT
最近更新
2026年8月28日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jstn-1g/dsh-live-voice

Development configuration

The bundle inserts the compatibility-stable guarded-live-voice Cordis row with the dsh-live-voice package name. A profile override will need an Alibaba Cloud Model Studio workspace id before provider authorization:

- id: guarded-live-voice
  name: dsh-live-voice
  config:
    credentialRef: DASHSCOPE_API_KEY
    dashscopeWorkspaceId: your-workspace-id
    model: qwen-audio-3.0-realtime-plus
    route: /guarded-voice
    trustedHosts: localhost,127.0.0.1,[::1]
    maxConnections: 8

After accepted disclosure, the preview opens the allowlisted Qwen endpoint for one exact-session manual turn and resolves the credential only on the Host. A second explicit button starts browser capture; finishing it commits only that bounded provider turn. This path is fake-tested but still needs a packed Desktop smoke and credential-backed Qwen roundtrip.

Configure the credential through DSH's credential provider. Never put a secret value in cordis.patch.yml, browser storage, an issue, or a log.