ytmaps/dsh-flowtext0

dsh-flowtext

Run every DeepSeek Harness task directly in the FlowText Agent UI

包名
dsh-flowtext
版本
0.8.0
许可证
MIT
最近更新
2026年9月9日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ytmaps/dsh-flowtext

Configuration

FieldDefaultMeaning
baseUrlunsetAutomatically discover all open vaults by default; set a loopback Gateway URL only for compatibility with older FlowText versions.
registryDir~/.flowtext/agent-gatewaysOptional advanced discovery-directory override.
autoPairtrueAsk FlowText for local authorization when no credential exists.
credentialPathDSH credential directoryOptional credential-file override.
clientNameDeepSeek HarnessName shown in the FlowText pairing prompt.
clientIddeepseek-harnessStable client identity.
modelIdunsetOptional FlowText model.
activePathunsetOptional vault-relative active note.
contextPaths[]Optional vault-relative context paths.
runOptions{}FlowText options such as thinkingEnabled.
requestTimeoutMs30000Ordinary HTTP timeout.
longPollMs25000Gateway event long-poll duration.
maxResponseBytes2097152Gateway response limit.
maxPromptBytes1048576User-instruction limit.
maxAnswerBytes1048576Terminal-answer limit.
progressModesummarysummary streams a sanitized trace; off returns only the final answer.