ParticleLight/dsh-ultracode
ParticleLight★ 1JavaScript最后同步: 2026-08-14
—
README 摘要
dsh-ultracode UltraCode agent preset for DeepSeek Harness — a working mode, not just an effort level. UltraCode is on. The preset gives every session using it: 1. Think at maximum depth before acting — analyze, weigh alternatives, then act decisively. 2. Plan → execute → verify — break work into a plan, carry it out in verifiable steps, then prove it runs (tests, diff review, acceptance criteria) before claiming success. 3. Fan out in parallel — delegate independent work to subagents or run workflows instead of doing it serially; you orchestrate and verify, workers execute. 4. Write long, complete answers — full implementations, not sketches. 5. Finish with proof — state what was verified and how. The preset is based on the code (PTC) preset: full tool catalog, Code Mode SDK presentation, plan mode, compaction, goals, subagents, workflows, and Ralph — with the UltraCode working-mode guide added to the persona. Install Restart dsh web . The first boot installs the preset into $DSH HOME/.agent-presets/ultracode (idempotent — your edits are never overwritten). Use New sessions default to the UltraCode 模式 preset once you select it (or set it as default in Settings → Agent presets). For…
在 GitHub 查看完整 README →