dsh-mobile-access
DeepSeek Harness 移动端访问插件:PC 审批门禁 · 局域网/VPN/公网自动识别与模式切换 · 网关代理(0.0.0.0 端口转发)· 扫码访问 · WebSocket 实时转发 · 窄屏 UI 适配(自动禁用第三方皮肤)
54 results
DeepSeek Harness 移动端访问插件:PC 审批门禁 · 局域网/VPN/公网自动识别与模式切换 · 网关代理(0.0.0.0 端口转发)· 扫码访问 · WebSocket 实时转发 · 窄屏 UI 适配(自动禁用第三方皮肤)
DSH Feishu self-built app integration: receives text messages over the official Feishu WebSocket long connection, routes them to a DSH agent session, streams safe assistant text deltas through a Feishu CardKit card, and falls back to ordinary text when card streaming is unavailable. Acknowledges with an OK reaction (text fallback). Standalone Cordis bundle — no dsh source changes.
End-to-end encrypted mobile approval companion for DeepSeek Harness
Feishu (Lark) IM bot channel for DeepSeek Harness agents — per-chat sessions, native thinking process, interactive approval cards, WebSocket long connection.
DeepSeek Harness bundle: inject the user's IDE context (open editors + current selection) into each turn, via the Claude Code IDE WebSocket bridge (IntelliJ IDEA & VS Code).
DSH plugin: import a local folder as a server workspace and sync DSH changes back to local.
DeepSeek Harness relay: mirror the home dsh web UI to the public internet through an outbound wire trunk (cloud relay + out-of-tree host plugin).
Auth-capable drop-in replacement for the DeepSeek Harness web connection
Token-auth reverse proxy for dsh web: listen on 0.0.0.0, verify a static token via a built-in login page, then forward HTTP + WebSocket to the loopback webserver. No dsh source changes.
Provider-neutral full-duplex voice Agent capability for DeepSeek Harness.
Session-scoped full-duplex voice assistant with tool-controlled drafting and Agent submission for DeepSeek Harness.
Authentication and security hardening plugin for DeepSeek Harness
Merged Feishu/Lark plugin for DeepSeek Harness: Lark channel bridge (long-connection WebSocket, parallel task sessions with streaming cards, media in/out, cloud docs) + restart recovery notification (ops).
SSH session manager for DeepSeek Harness: connection profiles, non-interactive ssh_run for the agent, and interactive terminals (node-pty + OpenSSH, xterm over WebSocket).
DeepSeek Harness live voice preview with exact-session consent, a local synthetic demo, and one bounded manual turn
局域网即时通信:账号 + UUID/私有频道 + 可靠消息 + 局域网网盘(按需拉取/缓存) + 文件附件 + 撤回/编辑 + 搜索 + PSK + 未读通知
Official remote cloud relay plugin for DSHost (dshost.me): securely access your dsh Web UI from anywhere
Host-authenticated password gate for the DSH Web GUI, API, SSE, and WebSockets
Event monitor for DeepSeek Harness — background processes and WebSocket streams whose output lines wake the agent as asynchronous events.
DSH Web 终端插件:右侧 8 列做上下 8/2 分区,下方 2 为系统交互终端(node-pty PTY + xterm.js),底部 iOS 风格透明横杠呼出,可拖拽调高、多标签、挂起/关闭。Host 侧 node-pty 起 $SHELL,经 WebSocket 双向流式;浏览器侧挂 xterm.js。发现入口:GitHub `dsh-plugin` 主题。
让 DSH Agent 通过自然语言全自动控制 ComfyUI:工作流列表/加载/UI→API 转换、任务提交与参数覆盖、进度监控(队列+WebSocket)、结果获取与下载、批量编排。
HTTPS + login gateway for the DeepSeek Harness web surface: securely access your DSH Web UI from another machine on your LAN, or from the internet via port forwarding. Fail-closed defaults (loopback-only listener, no accounts until configured); setup and
Per-session Node REPL terminal in the DSH web UI: a session-local floating terminal (ghostty-web) bridged over WebSocket to an in-process node:repl that has the live agent Cordis Context (agent.ctx) in scope.
DSH WebUI 语音输入插件(火山引擎流式 ASR / 豆包 Seed ASR):输入框麦克风按钮(Alt+V)→ 浏览器采集 16kHz PCM → 经宿主 WebSocket 中继到豆包流式识别 → 实时回填(跟随光标/Proma 式输出,失败兜底剪贴板)。协议实现源自 Proma 桌面端调研复刻。