voyager
Nagi-ovo
Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:LongFuXiaoFeng/dsh-task-reminder
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DSH 任务完成提醒插件:任务完成时响一声清脆的"叮"。 A DSH (DeepSeek Harness) Cordis plugin: a crisp ding when your agent finishes a task.
当当前会话的智能体完成任务(回复结束)时播放一声清脆的"叮",无需盯着屏幕也能知道任务已完成。仅响应顶级会话,子代理不触发;声音为内存合成,不依赖系统声音方案。
Plays a crisp ding the moment the agent finishes your task — no need to watch the screen. Only top-level sessions trigger it (subagents never do); the sound is synthesized in memory, independent of the OS sound scheme.
npm 一键安装(推荐):
npx dsh-taskreminder@latest
dsh-taskreminder 包并自动安装插件到 $DSH_HOME/profiles/web(拷贝源码 + 写组合补丁,幂等)npx dsh-taskreminder@latest uninstallnpx dsh-taskreminder@latest --profile <name>dsh-taskreminder install或 PowerShell 一键脚本(从 GitHub 克隆仓库 + 建联接,适合开发者改源码):
irm https://raw.githubusercontent.com/LongFuXiaoFeng/dsh-task-reminder/main/install.ps1 | iex
.\install.ps1 -Uninstall装完 重启 DSH 即自动加载。也可作为动态插件(DSH 会话内,无需重启):将 plugin/index.js 的 apply 函数体粘贴到 cordis_define 的 code.host(idPrefix: taskrm),再 cordis_run 激活。
详细说明见 docs/INSTALL.md。
agents.currentInitiator() 捕获所属 agent(动态插件方式);组合方式退化为"任一顶级会话"agent/status,agent 转为 idle(任务完成)时触发shell 服务以 workspace-write 策略执行 PowerShell,合成 1568 Hz 正弦波 + 指数衰减的"叮"(~0.6s)编辑 plugin/index.js 中 DING 脚本的关键参数:$f(频率 Hz)、$dur(秒)、$decay(衰减速率)、振幅系数 0.35。
install.ps1 # 一键安装/卸载脚本
plugin/index.js # 插件源码
docs/INSTALL.md # 详细安装说明
MIT © 2025 LongFuXiaoFeng
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: notification。