DeepSeek Harness plugin

dsh-grok4.6-support

DeepSeek Harness profile bundle that adds Grok 4.6 to the xAI model catalog.

Jump to install

Source facts

Repository
lemonorangeapple/dsh-grok4.6-support
Latest update
Aug 17, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lemonorangeapple/dsh-grok4.6-support
Plugin: dsh-grok4.6-support
Author: lemonorangeapple

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-grok-4-6-support

A DeepSeek Harness profile bundle that adds grok-4.6 to the existing xAI provider. The Models settings page shows exactly these xAI models after installation:

  • grok-4.3
  • grok-4.5
  • grok-4.6

The bundle extends pi-ai's in-process xAI catalog before @deepseek-ai/dsh-llm-pi-ai starts. This preserves the built-in route's per-model protocol selection: Grok 4.3 keeps OpenAI Chat Completions, while Grok 4.5 and Grok 4.6 use OpenAI Responses.

Requirements

  • DeepSeek Harness 0.1.0-rc.6 or a compatible release that provides @earendil-works/pi-ai ^0.82.1.
  • Node.js 22.19.0 or later.
  • An xAI API key, supplied through the Models settings page or XAI_API_KEY.

Install

From this package directory, install the bundle into the Web profile:

dsh plugin --profile web install github:lemonorangeapple/dsh-grok4.6-support

Restart the existing dsh web process, then refresh the GUI. This is a host-side model-catalog change, so client-plugin HMR does not apply.

Behavior

The plugin does not store credentials. The existing xAI setup card continues to own API-key entry and storage.

If settings.yaml already has llm-pi-ai.providers.xai.models, that user-level list overrides the bundle list. Remove that list or add grok-4.6 to it to retain the model after the next settings update.

If a newer pi-ai release already includes grok-4.6, the plugin leaves its native model definition unchanged and only applies the three-model xAI selection list.

Remove

dsh plugin --profile web remove dsh-grok-4-6-support

Restart dsh web after removal.