AI Agent Hub
Back to plugins
🖥️

easy-archive

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install bainianlaoyao/easy-archive

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install bainianlaoyao/easy-archive in your terminal, or manually add the package from https://github.com/bainianlaoyao/easy-archive to your web profile package.json, then pnpm install and restart dsh web.

About this plugin

Archiving a session in the DSH sidebar used to mean: open the kebab menu, hunt through a growing list for the archive item, then confirm. For anyone who tidies their workspace several times a day, those extra clicks interrupt the flow and bury a high-frequency action one level too deep. easy-archive lifts the operation straight onto the session row: hover to reveal a small icon, first click turns it into a red Confirm archive pill, second click commits. The entire path shrinks from four steps to two taps, with no menu to navigate.

Under the hood the plugin keeps things clean and safe. The archive entry is automatically hidden from any open kebab menu so there is never a duplicate path. The request goes through the same ctx.workspaces.archiveSession wire call the built-in menu uses, so permissions and behavior are identical. The armed confirm state auto-disarms after four seconds, on mouse-out, or on any outside click. Rows whose display title and relative-time bucket collide are simply skipped rather than risk archiving the wrong session. There is no build step and no React dependency. drop-in, zero-config.

Made for developers who juggle a dozen or more DSH sessions daily and prefer their hand to stay on the row instead of digging through submenus. Works out of the box in both Chinese and English interfaces, no settings to touch.

Use Cases

  • Tidy up your workspace by archiving stale sessions in just two taps
  • Mark multiple rows for archiving during a bulk cleanup pass
  • Two-step confirm with auto-disarm keeps accidental archives at bay

Best For

  • Developers juggling many DSH sessions and tidying up every day
  • Power users who prefer in-place actions over nested submenus
  • Cautious operators who want a confirmation shield before anything archives