DSH Plugins · Community project

dsh-at-file

Search workspace files and directories in the DeepSeek Harness Web composer and attach structured workspace-relative path references to prompts.

444 StarsMITJavaScriptUpdated today
01

Project overview

Search workspace files and directories in the DeepSeek Harness Web composer and attach structured workspace-relative path references to prompts.

dsh-at-file workspace path picker in the DSH Web composer
The @ path picker shown in the repository README.View repository image
02

Core capabilities

01

Search workspace paths with @

Search workspace paths with @. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

02

Reference files or directories

Reference files or directories. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Adjust filtering with exact and regex rules

Adjust filtering with exact and regex rules. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

04

Skip common generated directories by default

Skip common generated directories by default. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Installation and usage

Install in DeepSeek Harness, reload the target environment as documented, and verify it with a low-risk scenario.

AI AGENT INSTALL

Let an AI Agent install it

Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.

Help me install dsh-at-file from https://github.com/FSMargoo/dsh-at-file. Read the README, license, and installation files first. Confirm the current DeepSeek Harness version, target profile, and required dependencies. Use the repository's current command `dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.7.tar.gz`. Explain the profile, paths, and permissions that will change before running it. Follow the repository verification steps and report commands, changed locations, and visible results. Ask before requesting credentials, enabling extra network access or build scripts, overwriting files, or expanding permissions.
01Before you start
  • DeepSeek Harness Web starts successfully
  • The target workspace is open
  • Acceptance of the README-pinned v0.6.7 archive
02Copy the install command or configuration
dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.7.tar.gz
03Complete the setup steps
  1. 1
    Check the environment and target profile

    DeepSeek Harness Web starts successfully; The target workspace is open; Acceptance of the README-pinned v0.6.7 archive. Record the current configuration and installed plugins before changing anything.

  2. 2
    Run the current repository command

    Run the following command. `dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.7.tar.gz` Stop and ask before enabling build scripts, providing credentials, or overwriting files.

  3. 3
    Reload and verify

    Restart `dsh web`, type @ and a path fragment in the composer, and confirm that workspace candidates can be inserted as relative path references.

How to verify the setup

Restart `dsh web`, type @ and a path fragment in the composer, and confirm that workspace candidates can be inserted as relative path references.

Before using it
  • Path references do not read file contents by themselves
  • Format handling depends on tools mounted in the session
  • The documented archive URL uses the pre-transfer GitHub path and relies on redirect behavior
04

Use cases

SCENARIO 01

Mention files quickly in a large repository

Start with a minimal dsh-at-file scope in this scenario, then expand only after checking output, permissions, and compatibility.

SCENARIO 02

Give an agent a directory scope to inspect

Start with a minimal dsh-at-file scope in this scenario, then expand only after checking output, permissions, and compatibility.

SCENARIO 03

Reduce path typos and irrelevant index results

Start with a minimal dsh-at-file scope in this scenario, then expand only after checking output, permissions, and compatibility.

05

Assessment

This assessment is based on the repository README, installation instructions, license, and maintenance metadata. Reduces manual entry of long file paths; Skips common dependency and build directories; Supports exact and regex filtering in settings. Path references do not read file contents by themselves; Format handling depends on tools mounted in the session; The documented archive URL uses the pre-transfer GitHub path and relies on redirect behavior. No local installation or long-term use is claimed.

Why it may be useful

  • Reduces manual entry of long file paths
  • Skips common dependency and build directories
  • Supports exact and regex filtering in settings

What to know first

  • Path references do not read file contents by themselves
  • Format handling depends on tools mounted in the session
  • The documented archive URL uses the pre-transfer GitHub path and relies on redirect behavior
06

README

dsh-at-file


Overview

Search workspace files and directories in the DeepSeek Harness Web composer and attach structured workspace-relative path references to prompts. Search workspace files and directories in the DeepSeek Harness Web composer and attach structured workspace-relative path references to prompts.

Getting started

  • Install in DeepSeek Harness, reload the target environment as documented, and verify it with a low-risk scenario.
  • Search workspace files and directories in the DeepSeek Harness Web composer and attach structured workspace-relative path references to prompts.
  • The repository documents these main capabilities: Search workspace paths with @, Reference files or directories, Adjust filtering with exact and regex rules, Skip common generated directories by default.
  • Restart `dsh web`, type @ and a path fragment in the composer, and confirm that workspace candidates can be inserted as relative path references.

Configuration

dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.7.tar.gz
Read the complete README on GitHub