DSH Plugins · Community project

dsh-anchored-standard

Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.

3.7k StarsMITJavaScriptUpdated 4 days ago
01

Project overview

Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.

02

Core capabilities

01

Control the first-request tool schema

Control the first-request tool schema. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

02

Restore the full tool catalog after anchoring

Restore the full tool catalog after anchoring. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Inspect request-header changes in exported JSONL

Inspect request-header changes in exported JSONL. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

04

Provide multiple self-contained preset variants

Provide multiple self-contained preset variants. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Installation and usage

Install the DSH agent preset, 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-anchored-standard from https://github.com/xiaobright/dsh-anchored-standard. 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 `git clone https://github.com/xiaobright/dsh-anchored-standard.git
cd dsh-anchored-standard
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/anchored-standard"
cp -R preset "$dsh_home/.agent-presets/anchored-standard"`. 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
  • A working DeepSeek Harness installation
  • Permission to write to the user-level .dsh preset directory
  • A blank new session for verification
02Copy the install command or configuration
git clone https://github.com/xiaobright/dsh-anchored-standard.git
cd dsh-anchored-standard
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/anchored-standard"
cp -R preset "$dsh_home/.agent-presets/anchored-standard"
03Complete the setup steps
  1. 1
    Check the environment and target profile

    A working DeepSeek Harness installation; Permission to write to the user-level .dsh preset directory; A blank new session for verification. Record the current configuration and installed plugins before changing anything.

  2. 2
    Run the current repository command

    Run the following command. `git clone https://github.com/xiaobright/dsh-anchored-standard.git cd dsh-anchored-standard dsh_home="${DSH_HOME:-$HOME/.dsh}" mkdir -p "$dsh_home/.agent-presets" test ! -e "$dsh_home/.agent-presets/anchored-standard" cp -R preset "$dsh_home/.agent-presets/anchored-standard"` Stop and ask before enabling build scripts, providing credentials, or overwriting files.

  3. 3
    Reload and verify

    Fully restart DSH, select Anchored Standard in a blank session, export JSONL, and inspect the first-request tool array and the later restored catalog.

How to verify the setup

Fully restart DSH, select Anchored Standard in a blank session, export JSONL, and inspect the first-request tool array and the later restored catalog.

Before using it
  • The project is explicitly experimental
  • Developer-preview DSH releases may introduce breaking changes
  • Project2 scores do not prove general improvement
04

Use cases

SCENARIO 01

Study model sensitivity to first-request tools

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

SCENARIO 02

Reproduce two-phase tool-catalog changes

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

SCENARIO 03

Check preset compatibility against new DSH releases

Start with a minimal dsh-anchored-standard 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. Documents first and later request changes clearly; Provides reproducible JSONL checks; Installs as a self-contained preset directory. The project is explicitly experimental; Developer-preview DSH releases may introduce breaking changes; Project2 scores do not prove general improvement. No local installation or long-term use is claimed.

Why it may be useful

  • Documents first and later request changes clearly
  • Provides reproducible JSONL checks
  • Installs as a self-contained preset directory

What to know first

  • The project is explicitly experimental
  • Developer-preview DSH releases may introduce breaking changes
  • Project2 scores do not prove general improvement
06

README

dsh-anchored-standard


Overview

Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows. Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.

Getting started

  • Install the DSH agent preset, reload the target environment as documented, and verify it with a low-risk scenario.
  • Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.
  • The repository documents these main capabilities: Control the first-request tool schema, Restore the full tool catalog after anchoring, Inspect request-header changes in exported JSONL, Provide multiple self-contained preset variants.
  • Fully restart DSH, select Anchored Standard in a blank session, export JSONL, and inspect the first-request tool array and the later restored catalog.

Configuration

git clone https://github.com/xiaobright/dsh-anchored-standard.git
cd dsh-anchored-standard
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/anchored-standard"
cp -R preset "$dsh_home/.agent-presets/anchored-standard"
Read the complete README on GitHub