DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-conda-workspace-env

A DeepSeek Harness plugin that lets each workspace select and persist its own Conda environment.

Terminal & TUIDeveloper Tools
1GitHub Stars0ForksUpdated2026-08-19

Install

$ pnpm dsh plugin --profile web add -w github:Mshir0/dsh-conda-workspace-env

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
Adds a Conda environment selector to the native DeepSeek Harness web conversation input and stores the selected environment separately for each registered workspace. It also provides agent tools to list available Conda environments and read or save the workspace selection.

Key Capabilities

  • Lists Conda environments visible to the Harness host using `conda env list --json`.
  • Adds an environment selector to the Harness web conversation input.
  • Persists a selected Conda environment prefix in `<workspace>/.context/conda-environment.json`.
  • Restores the saved environment selection when switching workspaces.
  • Provides `conda_list_environments` and `conda_workspace_environment` tools for agents.
  • Restricts saved selections to workspace paths registered with Harness.

Useful For

  • Keep Python and dependency environment choices separate across multiple project workspaces.
  • Let an agent inspect the Conda environment selected for the current workspace.
  • Save a project-specific interpreter prefix for use in explicit Python command paths.

Who It Fits

  • DeepSeek Harness web users working across Conda-based projects.
  • Developers using Conda, Miniconda, or Anaconda environments.
  • Agent users who need workspace-specific environment metadata.

Documented Limitations

  • Requires DeepSeek Harness `0.1.0-rc.6` or a compatible `0.1.x` release, Node.js 22+, and a Conda executable available to the process that starts Harness.
  • Only works with sessions associated with a workspace and requires write access to `<workspace>/.context/`.
  • Discovers, selects, and saves environments only; it does not run `conda activate` or modify Harness command PATH or Python interpreter settings.
  • Uninstalling does not remove existing workspace `.context/conda-environment.json` files.

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 0 runtime, 0 development, 2 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
Mshir0/dsh-conda-workspace-env
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
2ad687c · 2026-08-25

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-19
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