Skip to content

omdsh-dev/dsh-at-file

1507Last commit Aug 14, 2026

dsh-at-file DSH plugin

dsh-at-file is a DeepSeek Harness web plugin that provides an @-triggered workspace path picker. It adds validated, workspace-relative file or directory references to prompts without reading or injecting their contents.

How to install the dsh-at-file DSH plugin

dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.0.tar.gz

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-at-file DSH plugin can do

  • Search active-workspace files and directories from an @ menu in the composer.
  • Insert visible file or directory path references into the draft.
  • Validate referenced paths before an agent step and emit workspace-reference markers.
  • Navigate into highlighted directories with ArrowRight.
  • Rank filename, prefix, compact, and ordered path-segment matches.
  • Configure maximum indexed entries and directories excluded from indexing.
  • Open referenced paths through the Harness host.openPath endpoint.

Where the dsh-at-file DSH plugin fits

  • Reference a source file for an agent to inspect with session tools.
  • Point an agent to a project directory or documentation path.
  • Quickly locate workspace paths while composing a DeepSeek Harness prompt.
  • Attach path-level context without sending file contents directly in the prompt.

Who the dsh-at-file DSH plugin is for

  • DeepSeek Harness web users working in local workspaces.
  • Developers who want Codex-style @file path references.
  • Teams that need prompt references to remain workspace-relative.

dsh-at-file DSH plugin limitations

  • The plugin references paths only; it does not open referenced files or list directory contents for the agent.
  • Only regular files and directories in the active workspace are indexed; symbolic links are skipped.
  • Absolute paths and paths escaping the workspace are ignored.
  • The default index excludes common VCS, IDE, dependency, cache, and build-output directories.
  • The agent's ability to inspect a referenced file depends on tools available in the current session; PDF support is tool-dependent.
  • The picker index is cached per session for 30 seconds.
  • Changing the plugin's ignoreDirs setting replaces, rather than extends, the built-in exclusion list.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 1 runtime, 26 development, 15 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • 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

dsh-at-file DSH plugin alternatives

dsh-at-file DSH plugin questions

What is the dsh-at-file DSH plugin?

dsh-at-file is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-at-file DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-at-file use?

The snapshot records web as the dsh-at-file profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-at-file compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-at-file fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-at-file?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.