KasenRi/dsh-orbit-browser-plugins--packages-orbit0

@kasenri/dsh-orbit

Deterministic engineering orchestration for DeepSeek Harness with Commander, Executor, Smart Watchdog, bounded recovery and durable execution state.

包名
@kasenri/dsh-orbit
版本
0.2.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:KasenRi/dsh-orbit-browser-plugins#bc1a97066eade821898a61256a8f3677e30c6c3b&path:packages/orbit

Usage

The orbit_controller tool drives the run:

ActionMeaning
run / startStart a run for a goal (or continue the current one).
resumeContinue the persisted run after an interruption.
statusInspect phase, plan, loop budget and last error.
stopClose the run.
doctorRead-only environment and configuration checks.
// orbit_controller
{
  "action": "run",
  "goal": "…",
  "approved_loop_count": 4,
  "user_hard_constraints": ["only touch src/"]
}

Configuration

KeyDefaultMeaning
projectDirsession cwdProject the run operates on.
routes.commanderdeepseek-official / deepseek-v4-pro / highCommander model route.
routes.executordeepseek-official / deepseek-v4-flash / highExecutor model route.
routes.watchdogdeepseek-official / deepseek-v4-flash / lowWatchdog model route.
executorToolsread/glob/grep/bash/edit/write/…Executor allowlist.
browserTools["agent_browser"]Browser capability tool names.
commanderReadOnlyToolsread/glob/grep/web…Commander allowlist.
watchdogToolsread/glob/grepWatchdog allowlist.
executorTimeoutMs480000Deterministic executor runtime timeout.
registerTooltrueRegister the orbit_controller tool and the legacy cx_controller alias.
registerGuardstrueRegister recoverable tool guards.

Routes are normal DSH model routes; configure them for your own provider and model identifiers. No credentials are included in this package.