jhuanxx44/dsh-sseye

jhuanxx44★ 0TypeScript最后同步: 2026-08-22

在 GitHub 打开

The LLM debug console inside DeepSeek Harness: capture every model call, semantic diff, Replay & Mutate

README 摘要

dsh-sseye The LLM debug console inside DeepSeek Harness — capture every model call, see everything. English 简体中文 dsh-sseye is a DSH plugin that taps the harness-native llm/stream waterfall to capture the full content of every LLM call — complete messages, system prompt, tool schemas, streaming response blocks, usage, the real wire protocol and endpoint — and presents it in a DevTools-style viewer docked inside the harness. No proxy, no certificates, no extra setup, and full agent semantics: every capture carries turn / step / session / compaction attribution. It is the harness-internal sibling of SSEye — same diagnostic philosophy, different observation layer. Installation From npm (prebuilt — no build-approval step): Or straight from the source repo: Restart the harness; the SSEye button appears in the session header. (Git-hosted installs build via the package's prepare script; allow the build key pnpm prints if it blocks, then re-run. Pre-built lib/ is committed, so a blocked build is harmless.) Uninstall: 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 …

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginllm-debuggingagent

分类