DeepSeek Harness plugin

allinluna

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

Jump to install

Source facts

Repository
zenx0x/allinluna
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
42
Format
plugin
Package path
plugins/deepseek-harness
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
plugins/deepseek-harness/package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/zenx0x/allinluna/tree/HEAD/plugins/deepseek-harness
Plugin: allinluna
Author: zenx0x

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

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.