AI Agent Hub
Back to plugins
🧩

dsh-workspace-env

admin-security Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install Momojie-S/dsh-workspace-env

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

In DeepSeek Harness, install this plugin using the command dsh plugin install Momojie-S/dsh-workspace-env, with the full source code at https://github.com/Momojie-S/dsh-workspace-env.

About this plugin

In DeepSeek Harness (DSH) environments, managing different environment variables for multiple projects can be tedious and error-prone when switching manually. dsh-workspace-env solves this by automatically reading the .env file from the current workspace directory and injecting its variables into subprocess environment variables each time a pwsh command runs. This enables seamless workspace-level isolation and immediate updates without restarting. With features like priority rules and variable referencing, the plugin ensures robust configuration. It is ideal for DSH users, especially developers working on agents or multiple projects, who need efficient, transparent environment management to streamline their workflow.

Use Cases

  • Automatically switch .env files when developing multiple projects.
  • Ensure subprocesses use the correct workspace environment variables.
  • Simplify configuration management in DSH workflows.

Best For

  • Developers using DSH and pwsh tools.
  • Programmers who manage multiple project environment configurations.
  • Engineers focused on Agent development.