dsh-sseye
The LLM debug console inside DeepSeek Harness — capture every model call, see everything, replay anything.
AI Analysis
核心用途是调试和监控大模型调用过程。适合 DSH 插件开发者或高级用户,用于排查提示词、工具调用及流式响应中的问题。支持中英双语。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jhuanxx44/dsh-sseyeREADME
Read the full README ↗Configuration
The UI is English by default. To switch the panel (and the truncation
markers embedded in captured content) to Chinese, override the plugin row's
config in your profile's patch layer — ~/.dsh/profiles/ /cordis.patch.yml:
- id: sseye
config:
locale: zh-CN
Restart the harness after editing. Any value starting with zh selects
Chinese; everything else (or no config) is English.