DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-cli-workspaces

A DeepSeek Harness CLI profile bundle that adds workspace switching and one-shot task execution.

Developer Tools
1GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile cli add @deepseek-ai/dsh-headless

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-cli-workspaces is a DSH bundle for the cli profile. It replaces the headless startup layer to support selecting a registered workspace with -w, submitting tasks with -c or positional text, and managing workspace entries through ws subcommands.

Key Capabilities

  • Adds -w <workspace> selection to switch the agent runtime directory.
  • Accepts task text through -c or positional arguments.
  • Writes the final response to stdout and uses exit code 0 for completion or 1 for errors.
  • Provides ws commands to list, add, remove, and set the default workspace.
  • Stores mutable workspace data in workspaces.yml under the DSH profile directory.
  • Installs as a bundle patch that inserts its CLI startup layer into the profile bundle stack.

Useful For

  • Run one-off DSH agent tasks against registered project directories.
  • Switch between multiple development workspaces without manually changing directories.
  • Manage a reusable workspace registry for a CLI-oriented DSH profile.
  • Use DSH in scripts or shell workflows that consume stdout and process exit codes.

Who It Fits

  • DeepSeek Harness CLI users
  • Developers working across multiple local projects
  • Users who need headless, one-shot agent task invocation

Documented Limitations

  • Requires @deepseek-ai/dsh-base and @deepseek-ai/dsh-headless to appear before this package in the profile bundle stack.
  • Does not implement the agent loop; execution is provided by the headless-runner dependency.
  • Applies only to the cli profile workflow and still requires the launcher --profile option.
  • Workspace registry data is profile-local in workspaces.yml rather than stored in the package directory.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 3 runtime, 0 development, 0 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Not Declared

GitHub did not report an SPDX license for this repository snapshot.

low
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
qingkong143/dsh-cli-workspaces
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin Bundle
Source checked
2047b6e · 2026-09-17

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app