Skip to content

Releases: tonytanglab/deepseek-harness-relay-mcp

dsh-relay 0.1.4

Choose a tag to compare

@tonytanglab tonytanglab released this 19 Aug 03:45

Refresh run status from Harness history and parse trailing MAX as reasoning effort.

  • wait_run / get_run / list_runs refresh from session.history and honor turn/end (failed turns stay failed, with error and last assistant text)
  • Do not mark a run succeeded until turn/end; idle session.list before the turn starts no longer completes early
  • cancel_run only sets cancelled after session.cancel succeeds
  • Workspace roots are resolved so .. cannot escape DSH_MCP_WORKSPACE_ROOTS
  • K3 MAX / deepseek v4 flash max select the model plus reasoning effort max, not a different model id
  • doctor returns the attached model catalog

Install with dsh plugin --profile web add github:tonytanglab/deepseek-harness-relay-mcp, or use this tarball for a prebuilt lib.

dsh-relay 0.1.3

Choose a tag to compare

@tonytanglab tonytanglab released this 19 Aug 03:07

Attach Cursor and Codex to the already-running Harness Web instead of spawning dsh --profile codex.

  • Shared stdio MCP (lib/mcp.js) attaches to http://127.0.0.1:3080
  • start_run selects a model before prompting (k3, Kimi K3) via session.selectModel
  • Returns the session webUrl as a link; does not open a browser unless requested
  • relay_write_mcp_config writes Cursor JSON or Codex config.toml
  • The Web plugin still does not own stdin/stdout

Install with dsh plugin --profile web add github:tonytanglab/deepseek-harness-relay-mcp, or use this tarball for a prebuilt lib.

dsh-relay 0.1.2

Choose a tag to compare

@tonytanglab tonytanglab released this 19 Aug 01:27

Align the Web helper with DeepSeek Harness 0.1.0-rc.7.

  • Pin generated MCP launch args to @deepseek-ai/dsh@0.1.0-rc.7
  • Widen optional Cordis/Schemastery peer ranges for the current Harness lines
  • Disable pnpm peer auto-install and document the local build-before-add path

Install with dsh plugin --profile web add github:tonytanglab/deepseek-harness-relay-mcp, or use this tarball for a prebuilt lib.

This package does not run the MCP stdio server or expose the eleven Codex MCP tools.

dsh-relay 0.1.0

Choose a tag to compare

@tonytanglab tonytanglab released this 18 Aug 16:41

Web-profile helper that diagnoses the Codex MCP launch path and writes host config so Codex, Cursor, or Claude Code can spawn dsh --profile codex.

Install with dsh plugin --profile web add github:tonytanglab/deepseek-harness-relay-mcp, or use this tarball for a prebuilt lib.

This package does not run the MCP stdio server or expose the eleven Codex MCP tools.