npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-simple-view

v1.1.1

Published

Declutter the DeepSeek Harness chat: hide agent execution-log rows (Think / context injection / tool calls), tighten message spacing and font sizes, wrap messages in rounded-corner bubbles, and inject an editable "reply concisely" instruction into the sys

Readme

dsh-simple-view

让 DeepSeek Harness 聊天界面更清爽 · Declutter the DeepSeek Harness chat


功能 / Features

简体中文

  • 隐藏执行日志 — 聊天记录里不再显示 Think(思考)、上下文注入/召回、工具调用这些执行行。报错行向你提问的行ask_user_question)仍会保留,失败和提问永远不会被吞掉。
  • 收紧间距 — 减小消息块之间的间距,去掉每条消息下方多余的空白(操作行 + 助手的 turn-tail 节点)。
  • 缩小字号 — markdown 正文、各级标题,以及你消息气泡里的文字都更小了。
  • 消息气泡 — 助手回复也被包进一个方角气泡(8px 圆角),和你的消息气泡一致。
  • 可编辑的"简洁回复"指令 — 在 设置 → 插件 → dsh-simple-view 里有一个卡片,可以编辑一段指令;它会注入到每次请求的系统提示词里,让模型少说过程话、直接给结论。

English

  • Hide execution-log rows — Think (reasoning), context-injection/recall, and tool-call rows are hidden from the transcript. Error rows and ask_user_question rows stay visible, so failures and questions are never lost.
  • Tighter spacing — reduces the gap between messages and removes the dead space under each one (action rows and the assistant turn-tail node).
  • Smaller fonts — markdown body text, headings, and user-bubble text.
  • Message bubbles — assistant replies are wrapped in a squarer-corner (8px) bubble matching your message bubble.
  • Editable "reply concisely" instruction — a settings card (Settings → Plugins → dsh-simple-view) lets you edit an instruction injected into every request's system prompt, so the model keeps process narration short and leads with the conclusion.

设置 / Settings

| 字段 / Field | 默认值 / Default | |-------------|-----------------| | conciseInstruction | 执行过程的文本要简洁,挑重点的说,否则不要输出,尽量直接给结论。 |

该指令会作为 plugin:dsh-simple-view 段落注入系统提示词(可在 轨迹 → System Prompt 面板查看)。留空则不注入。

The instruction is injected as a plugin:dsh-simple-view section into the system prompt (visible in the Trajectory → System Prompt panel). Leave it empty to disable injection.


安装 / Install

作为一个 bundle 加入 DSH profile,或通过 dsh-market 安装。插件自带 cordis.patch.yml,装好即自动注册,无需手动配置。

Add the package to a DSH profile as a bundle, or install via the dsh-market. The plugin ships its own cordis.patch.yml, so it self-registers — no manual patch row needed.


结构 / Structure

lib/index.js   # 宿主端:设置命名空间 + 系统提示词注入 / host half
lib/client.js  # 浏览器端:CSS 注入 + 设置卡片 / browser half

许可证 / License

MIT