A standalone session "cleaner & manager" for DSH — recoverable trash-bin delete, archive, cache cleanup (no plugin needed) 🐋 #4716
BISTU-guheihei
started this conversation in
Show Your Plugins!
Replies: 2 comments
|
有任何功能需求或反馈欢迎留言,我会持续更新!🐋 |
0 replies
|
This fills a real gap in the current UI, especially recoverable trash and retention. I compared the proposed behavior with the rc.2 persistence contracts and found a boundary worth making explicit:
I wrote up a source-pinned protocol with staged cross-device moves, crash journaling, restore collision rules, and 18 acceptance checks: https://sandbaseai.github.io/deepseek-harness-handbook/session-archive-trash-delete.html Disclosure: I maintain the community DeepSeek Harness Handbook linked above. It is independent of DeepSeek AI. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! I built a standalone session management tool for DeepSeek Harness — it's a native app, not a plugin, and that's exactly the point.
Why standalone?
DSH plugins extend the UI; this tool manages the DSH data itself — they complement each other. As a standalone app it doesn't rely on the DSH plugin system: no installation into DSH, no modification of DSH, no Python needed. It's a dedicated session operations tool: open it when you want, close it when you don't, and script it for batch maintenance.
What it does
archivedSessionIds, hide or restore sessions from the active list.workspace.jsonandsession_projcache.jsonentries, then verifies no residue is left.delete-old,clean --yes, ...).📦 Download (no Python needed)
DSH_SessionManager.exe— double-click to runchmod +x && ./DSH_SessionManagerOr run from source:
python3 manage_sessions.py(Python 3.8+, tkinter).🔗
Feedback and feature requests welcome! 🐋
🐋 中文介绍
大家好!我做了个 DSH 会话管理的独立工具——插件增强的是 DSH 的界面,而这个工具管理的是 DSH 的数据本身,两者互补。
delete-old、clean --yes可脚本化)。📦 下载即用(无需 Python):Windows exe / Linux ELF,仓库 Release 里都有。
🔗 仓库:https://github.com/BISTU-guheihei/DSH-SessionManager
欢迎反馈和建议!🐋

All reactions