AI Agent Hub
Back to plugins
dsh-projectless-session preview

dsh-projectless-session

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install jarvisluk/dsh-projectless-session

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

Run dsh plugin install jarvisluk/dsh-projectless-session in your DSH terminal to install the plugin; the source is hosted at https://github.com/jarvisluk/dsh-projectless-session . Restart the running dsh web process after installation.

About this plugin

In DSH 0.1.0-rc.6, a Session with no registered Workspace has its native blank-session composer disabled entirely—agent presets, model selection, attachments, and the send button all vanish. dsh-projectless-session adds a "Session without workspace" entry to the Workspace picker so you can jump straight into a conversation without scaffolding a project first. Under the hood the plugin registers a date-organized, collision-resistant working directory as a temporary Workspace, letting DSH open the full native editor; after the first accepted prompt it drops only the registration, and the Session persists under the built-in Ungrouped section, resumable across restarts. Abandoned blank sessions are automatically archived and their empty directories cleaned up. The plugin follows DSH Language for full English and Simplified Chinese support and touches no DSH source—every behavior is implemented through the Cordis Host/Client extension APIs. Ideal for users who want to ask a quick question, run a one-off task, or explore casually without the overhead of creating a dedicated project every time.

Screenshots

Use Cases

  • Quick one-off questions without scaffolding a project
  • Short disposable tasks that leave no clutter
  • Low-friction experimentation with DSH features

Best For

  • DSH users who frequently ask brief, one-off questions
  • Efficiency-oriented users who want less workspace overhead
  • Developers exploring DSH extensibility and the plugin ecosystem