AI Agent Hub
Back to plugins
🧰

dsh-forge

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install maxmilian/dsh-forge

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

Install dsh-forge in DeepSeek Harness by running dsh plugin install maxmilian/dsh-forge (source: https://github.com/maxmilian/dsh-forge), then set DSH_FORGE_URL and a least-privilege access token to enable all read-only tools.

About this plugin

If your team runs Gitea or Forgejo as a self-hosted Git platform, DeepSeek Harness has historically lacked direct access to repository context. Issue discussions, pull-request diffs, and CI logs live scattered across browser tabs, completely invisible to the AI assistant. dsh-forge closes that gap by speaking the shared REST API of both projects and exposing the data as read-only tools inside Harness.\n\nThe plugin ships eleven granular tools: read instance version, list repositories under the authenticated user, search issues and pull requests across visible repos, read a single issue or PR, fetch a unified diff and changed-file metadata for a PR, and inspect Actions runs, jobs, and plain-text job logs. Every tool is strictly read-only and safe for parallel execution, with built-in request timeouts and response-size caps to keep the model context window bounded. Runtime metadata is localized in English, Traditional Chinese, Simplified Chinese, and Japanese without depending on any external translation service.\n\nSetup is intentionally minimal—a base URL and a least-privilege access token are all that is required, whether your instance sits at the domain root or behind a subpath. It is aimed at developers and engineering leads who have invested in self-hosted Git as their core development infrastructure and want their AI assistant to help with code review, log triage, and issue tracking without ever leaving the conversation.

Use Cases

  • Read PR diffs and changed-file metadata inline while chatting in Harness
  • Let the AI fetch Actions job logs to help diagnose CI failures
  • Search issues and pull requests across repos to pull relevant context quickly

Best For

  • Developers who self-host Gitea or Forgejo as their primary Git platform
  • Engineering leads who want their AI assistant connected to internal Git infrastructure
  • Developers who need in-conversation log triage and issue tracking