Plugin directory / Developer / dsh-fun-typewriter
dsh-fun-typewriter
Unverified omdsh-dev
What it does
DSH Typewriter: WebAudio typing ambience with a plugin-owned settings API and zero audio assets
Unverified — not yet verified
DSH Typewriter: WebAudio typing ambience with a plugin-owned settings API and zero audio assets Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
@deepseek-ai/dsh-fun-typewriter
为 DSH Web 增加打字机/机械键盘氛围音:助手流式输出敲击、发送回弹、完成提示、
错误低鸣、输入按键音,以及会话头部静音按钮和完整设置页。音效全部由 WebAudio
实时合成,不包含音频文件,也不访问任何外部服务。
安装
# 已登录私有 npm registry
dsh plugin --profile web add @deepseek-ai/[email protected]
# 本地开发 checkout
dsh plugin --profile web add link:/path/to/dsh-fun-typewriter
包内已经声明 dsh.bundle.patch;dsh plugin add 会自动维护 Profile Bundle。
不要手工修改 profile manifest,也不要重复插入 fun-typewriter loader row,否则会
得到 duplicate loader entry id。
行为与权限
- 浏览器第一次用户手势后才创建
AudioContext,遵守自动播放策略; - 设置包含总开关/音量、流式音色与节奏、发送/完成/错误/输入音开关;
- 设置通过插件自有的
/plugins/dsh-fun-typewriter/api/settings读写,不依赖 DSH
rc.3 配置面的 namespace allowlist;该端点仅接受 loopback 同源请求; - 零音频资源、零第三方请求、零密钥。
兼容性
| 组件 | 支持范围 |
|---|---|
| DSH | >=0.1.0-rc.3 <0.2.0 |
| Node.js | >=22.19.0 |
| Profile | web |
宿主 API 使用 rc.3 的 webServer 服务名。客户端依赖 rc.3 的settings.section、conversation.input.dock 和conversation.session.header.actions slots。
开发
npm install --legacy-peer-deps
DSH_NODE_MODULES=/path/to/dsh-runtime/node_modules npm run setup:dsh-workspace
npm run typecheck
npm test
npm run build
npm pack
构建产出 lib/index.js(宿主)和 lib/client.js(浏览器 ModuleLoader 包)。
License
BSD-3-Clause
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-fun-typewriter for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:omdsh-dev/dsh-fun-typewriter Headless (CLI) profile:
dsh plugin --profile headless add github:omdsh-dev/dsh-fun-typewriter Test report
Not yet L3-verified — see failure note below if we already ran it.
Note: 验证: install-fail (0.1.0-rc.6) Browse all pending failures →
When to use it
Extend the agent's coding surface — give it a new tool, workflow, or integration so it handles a dev task it couldn't before.
Who it's for
Developers who want dsh to behave like a teammate on real codebases — editing, running, and verifying changes rather than just answering.
For developers — extending it
The tool/command surface is the seam: expose more of the SDK, add smarter context wiring, or tighten the loop between code changes and verification.