Semidia/dsh-session-manager
Semidia★ 1JavaScriptLast synced: 2026-08-14
—
README excerpt
DSH Session Manager A client plugin for DeepSeek Harness web that adds a right-click context menu on sidebar conversation rows and a Session manager entry at the sidebar footer. It answers the frequent request "the three-dot menu has too few options compared to Codex". The stock three-dot menu is hard-coded (no public session-row action slot in 0.1.0-rc.6 ), so this plugin works around it instead: right-click any session row for a full action menu, and use the footer button for the current session. Features Right-click a conversation in the sidebar: Action Backing Pin / Unpin chat localStorage ( dsh.session-pins.v1 ) — shared with dsh-session-pins Mark as unread / read Local state ( dsh.session-unread.v1 ) with a dot on the row; opening a session marks it read Rename chat Official sessions.binding(id).session.rename() + a rename dialog Archive chat Official workspaces.archiveSession() Continue in new chat Official sessions.fork() then open the child Open in file explorer Official workspaces.openPath() on the session's workspace Copy working directory Workspace path from the workspaces store Copy session title / ID Clipboard ( writeClipboard ) Copy deep link Copies /?session= — open…
View full README on GitHub →