
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
dsh-session-delete
Advanced tools
DSH sidebar session deletion & bulk archive: adds delete-session to session row menus and archive-all/delete-all to workspace row menus
DSH(DeepSeek Harness)工作区侧栏增强插件:补上官方缺失的会话删除能力,并增加目录级批量操作。
| 入口 | 菜单项 | 行为 |
|---|---|---|
会话行 … 菜单 | 删除会话 | 永久删除该会话的全部本地记录(~/.dsh/sessions/<项目目录>/<会话目录>/,含日志文件),不可恢复 |
目录行 … 菜单 | 归档全部会话 | 一键归档该工作区下所有未归档会话(记录保留,仅隐藏) |
目录行 … 菜单 | 删除全部会话 | 批量删除该工作区全部会话(含已归档) |
workspace-write,root 限定为该会话所属的项目目录)dsh plugin --profile web add dsh-session-delete
(自动加入 profile 的 dsh.profile.bundles 层,包内 cordis.patch.yml 随层生效,无需手动编辑。web 换成你的 profile 名。)
手动兜底(不使用 dsh plugin 时):
cd ~/.dsh/profiles/web
pnpm add dsh-session-delete --registry https://registry.npmjs.org
然后在 cordis.patch.yml 添加挂载行(无需 config):
- insert:
- id: dsh-session-delete
name: dsh-session-delete
重启 DSH 生效。命令菜单文案自动跟随 GUI 语言(中文/英文)。
index.js):注册 POST /dsh-session-delete/{delete,delete-all,archive-all} 同源路由;删除经 ctx.shell 在按调用沙箱策略下执行(POSIX rm / Windows Remove-Item 自动分派,路径单引号转义防注入)client.js,dsh.client web bundle):点击捕获 + React fiber 读取行数据;MutationObserver 在菜单挂载后克隆现有菜单项 DOM 注入新命令(样式/主题自动一致),操作经同源 fetch 调 Host 路由注:浏览器半通过 DOM 增强注入菜单(官方未开放该菜单的扩展 Slot)。DSH 大版本升级若调整侧栏结构,插件可能需要跟进——菜单未注入时功能静默缺失,不会有其他影响。
0.1.0-rc.6(依赖 webServer / shell / sessionPersistence / workspaceRegistry / sessions 服务)A DSH (DeepSeek Harness) sidebar enhancement plugin: adds the missing session deletion capability plus directory-level bulk operations.
Safety: danger-styled confirmation dialog; live/opened sessions are always skipped; removal runs in a per-call sandbox (workspace-write scoped to the session's project directory); files are removed before any bookkeeping so a failure never leaves a half-deleted state.
Install: dsh plugin --profile <name> add dsh-session-delete (or pnpm add dsh-session-delete plus a manual - insert: dsh-session-delete row in cordis.patch.yml), restart DSH. UI language follows the GUI locale (zh/en).
MIT
FAQs
DSH sidebar session deletion & bulk archive: adds delete-session to session row menus and archive-all/delete-all to workspace row menus
The npm package dsh-session-delete receives a total of 87 weekly downloads. As such, dsh-session-delete popularity was classified as not popular.
We found that dsh-session-delete demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.