dsh-flowtext
Run every DeepSeek Harness task directly in the FlowText Agent UI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ytmaps/dsh-flowtext说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
baseUrl | unset | Automatically discover all open vaults by default; set a loopback Gateway URL only for compatibility with older FlowText versions. |
registryDir | ~/.flowtext/agent-gateways | Optional advanced discovery-directory override. |
autoPair | true | Ask FlowText for local authorization when no credential exists. |
credentialPath | DSH credential directory | Optional credential-file override. |
clientName | DeepSeek Harness | Name shown in the FlowText pairing prompt. |
clientId | deepseek-harness | Stable client identity. |
modelId | unset | Optional FlowText model. |
activePath | unset | Optional vault-relative active note. |
contextPaths | [] | Optional vault-relative context paths. |
runOptions | {} | FlowText options such as thinkingEnabled. |
requestTimeoutMs | 30000 | Ordinary HTTP timeout. |
longPollMs | 25000 | Gateway event long-poll duration. |
maxResponseBytes | 2097152 | Gateway response limit. |
maxPromptBytes | 1048576 | User-instruction limit. |
maxAnswerBytes | 1048576 | Terminal-answer limit. |
progressMode | summary | summary streams a sanitized trace; off returns only the final answer. |