ArchivedThis repository is archived and may no longer be actively maintained.
DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-fish-shell

A DSH profile plugin that routes model-facing bash tool commands through Fish.

Terminal & TUIDeveloper ToolsSecurity & PolicyRemote Execution
0GitHub Stars0ForksUpdated2026-08-19

Install

$ dsh plugin --profile web add "$PWD"

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-fish-shell replaces the shell used by DeepSeek Harness's model-facing bash tool with Fish while retaining the public tool name and its existing contracts. It can optionally use Babelfish to translate certain standalone Bash assignments before execution.

Key Capabilities

  • Runs foreground and background bash-tool commands with `fish -c`.
  • Changes the inner sandboxed command from `bash -c` to `fish -c` when DSH mounts its shell executor.
  • Preserves the public `bash` tool name, schema, approval flow, output, timeout, and background-job contracts.
  • Adds a system-prompt note directing the agent to use Fish-compatible syntax.
  • Optionally preprocesses standalone Bash assignments with Babelfish.

Useful For

  • Using Fish syntax for commands generated through DSH's model-facing bash tool.
  • Running DSH shell-tool commands in an environment where Fish is the preferred shell.
  • Translating limited Bash assignment forms to Fish when Babelfish is configured.

Who It Fits

  • DeepSeek Harness users who prefer Fish for model-issued shell commands.
  • DSH profile maintainers able to configure Fish and optional Babelfish executable paths.

Documented Limitations

  • The README explicitly says “do not use” because syntax rewrites can cause more retries.
  • Persistent PTY terminal sessions are not changed.
  • Babelfish is optional; without `babelfishPath`, Bash syntax is not rewritten.
  • It is not a general Bash compatibility layer.
  • Complex Bash syntax, inline environment assignments such as `NAME=value command`, and unsupported Babelfish semantics must be written directly in Fish.
  • Babelfish translation failures stop the tool call rather than executing untranslated Bash.
  • Tested only against DSH `0.1.0-rc.6` and requires the local bash-compatible shell executor with `runArgv` and `startArgv`.
  • The repository is archived.

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, 0 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
Repository Archived

GitHub reports this repository as archived.

medium
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
nathannli/dsh-fish-shell
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
812779f · 2026-08-21

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
0GitHub 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