DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Allinflash — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@zenx0x/allinflash

Allinflash

DeepSeek Harness Cordis tools for All in Flash, powered by All in Luna

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @zenx0x/allinflash@0.2.0
READMECompatibilityVersions

Compatibility and provenance

Allinflash is published as @zenx0x/allinflash and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.2.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
23.5 kB
Files
5
Surface
any
License
Apache-2.0
Source
npm
GitHub
★ 0
Weekly downloads
33
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

All in Flash for DeepSeek Harness

All in Flash is a Cordis plugin for DeepSeek Harness (DSH), powered by the public, durable All in Luna CLI. It exposes four model-facing tools:

  • allinflash_start creates a run from a goal.
  • allinflash_status reads a run's durable state.
  • allinflash_next_actions returns frozen host actions for the active run.
  • allinflash_relay_action starts the matching DSH lane child and immediately persists its observed identity as the exact action receipt.

The plugin does not translate a returned HostAction into another operation. Its exact relay and receipt semantics remain owned by All in Luna's runtime.

Installation

Install the All in Luna CLI, then let the published package create and resolve a dedicated DSH profile:

python -m pip install "allinluna==2.0.0rc3"
npx @zenx0x/allinflash@0.2.0 init --profile allinflash
dsh --profile allinflash

The initializer verifies the allinluna command, creates an idempotent managed profile, enables the All in Flash bundle, writes its Cordis configuration, and runs the DSH profile package installation. It refuses to overwrite an unmanaged profile unless --force is explicit.

Check an installation without starting the server:

npx @zenx0x/allinflash@0.2.0 doctor --profile allinflash

allinflash is a new user-owned profile. It does not modify the DSH-shipped standard, code, minimal, or cordis presets.

Use --db, --cwd, --model, or --runtime-command with init when the defaults do not match the deployment. Repository contributors can instead run python scripts/install_allinflash_profile.py --force; that development path uses uv run allinluna and the checkout's runtime.db.

The profile runs All in Luna with --adapter deepseek-harness, which emits only allinflash__create_top_level_task for top-level lanes. The relay tool rejects a different opcode, substitutions, or an action-contract hash mismatch.