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

@zhaeng/dsh-client-ui-settings-ssh

v0.1.0

Published

SSH remote server settings page for DeepSeek Harness Web GUI

Downloads

40

Readme

@zhaeng/dsh-client-ui-settings-ssh

English | 中文

SSH 远程 设置页的浏览器半侧:注册标签为 SSH 远程 的 settings.section 条目并渲染 SshSettingsSection——一个可编辑的远程服务器 profile 列表(名称、主机、端口、用户名、密码)。保存时经 settings API 把完整列表写入 ssh 设置分区;dsh-ssh 连接池无需重启即从该分区重建 profile 映射,新远程工作区立即可用。每个 profile 成为侧栏中的一个工作区条目。

Behavior

  • 分区即事实来源 —— 页面读取持久的 ssh 分区、编辑本地草稿、保存时整体替换;不存在部分更新。
  • 环境变量 profile 在下层 —— DSH_SSH_PROFILES 的行保持生效;同 host:port 的设置行覆盖之。
  • 仅密码认证 —— 行形状只携带 password;基于密钥的 profile 属于 config 行或环境变量(dsh-ssh 限制)。

Model Experience

Indirectly, through dsh-ssh, whose connection pool the saved profiles configure for the remote filesystem and subprocess adapters.

KV Cache effect

No direct invalidation; dsh-ssh and its adapters own any request-prefix changes.

Known Limitations and Deferred Work

  • 无连通性测试 —— 保存不校验 profile;错误的主机或凭据在第一次工作区操作时暴露。
  • 编辑时不遮蔽机密 —— 已保存密码在设置页以普通文本输入框呈现。