dshbase

Plugin directory / Developer / think-like-codex

think-like-codex

Unverified zhangnan

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

2Stars
0Forks
0Open issues
Language
2026-08-20Last push
Cross-platformPlatform

What it does

Codex-inspired decision and planning policy plugin for DeepSeek Harness

Our take
Unverified — not yet verified

Codex-inspired decision and planning policy plugin for DeepSeek Harness Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

think-like-codex

English | 简体中文

A Codex-inspired behavior policy and Profile Bundle for DeepSeek Harness (DSH).

It helps coding agents make deliberate decisions, avoid unproductive loops, ask the user for help when evidence is insufficient, and follow a structured plan → goal → implementation workflow for complex tasks.

Features

  • Injects practical collaboration, code-generation, validation, and safety guidance.
  • Applies equivalent task detection and policy guidance to both English and Chinese requests.
  • Detects complex implementation requests and automatically enters DSH Plan mode.
  • Adds an exploration checkpoint after 8 tools in Plan mode and enforces a hard limit after 12 tools.
  • Requires an approved plan to be followed by a goal and todo list before mutation tools may run.
  • Detects repeated tool failures and prompts the agent to change approach or ask the user for help.
  • Adds periodic decision checkpoints during long turns.
  • Distinguishes verified facts, inferences, and assumptions.
  • Limits repeated attempts when an issue cannot be reproduced in the available environment.

Simple questions and explicitly read-only tasks do not automatically enter Plan mode. Users can also override automatic planning by clearly asking the agent not to plan. A direct user follow-up resets the exploration budget so a changed direction can be investigated normally.

The plugin reuses DSH's built-in planMode, create_goal, todo_write, ask_user_question, and repeat-tool-reminder capabilities. It does not register duplicate tools or modify session files directly.

Installation

dsh plugin --profile web add -w think-like-codex
dsh --profile web

This package is a DSH Profile Bundle. Its bundled cordis.patch.yml mounts the plugin automatically. Replace web with another profile name when needed. Restart the profile host after updating host-side code.

Configuration

The bundle installs the following defaults:

- id: think-like-codex
  name: think-like-codex
  config:
    autoPlan: true
    complexityMinChars: 120
    stepReminderAt: 12
    stepReminderEvery: 8
    planCheckpointToolAt: 8
    planHardToolLimit: 12
    enforceGoalAfterPlan: true
    failureReminderCount: 2

Override the complete config object for think-like-codex in your profile's cordis.patch.yml if you need different thresholds.

Uninstallation

dsh plugin --profile web remove think-like-codex

License

MIT

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install think-like-codex for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:zhangnan/think-like-codex

Headless (CLI) profile:

dsh plugin --profile headless add github:zhangnan/think-like-codex

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →