Dsh Crew banner
dshworks dshworks

Dsh Crew

Development community

Description

Watch Claude Code and Codex work inside dsh: each gets a real terminal pane in your session's workspace that you can type into, plus five tools so the dsh agent seats them, hands them work, and reads their screens.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

dsh-crew

English | [中文](README.zh.md)

Claude Code and Codex, running as live terminals beside dsh. You watch them work. You can take the keyboard.

dsh can already delegate to them — `subagent-claude-code` and `subagent-codex` start the product, hand it one task, and return its final sentence. What they deliberately do not do is let you **watch**: no progress stream, no human interaction path, and the model-facing terminal tool documents "no TUI".

0.1.0-rc.8 made those two installable on demand as Profile Bundles, gave Codex named instances, and added non-interactive permission modes — which sharpens the split rather than closing it. Read the rc.8 provider notes: every query still "never waits for a user interface", `AskUserQuestion` is still disabled, and outside bypass mode `canUseTool` now *denies* anything needing a human on the spot. Upstream is making unattended delegation better on purpose. This plugin is for the other half: when you want to see it happen and be able to answer.

`dsh-crew` adds the missing half. Each crew member gets a real PTY running its own CLI in the session's workspace, streamed to a pane in the Web UI. The agent in the center column seats them and hands them work; you see every keystroke of it, and you can type into any pane at any moment.

[![site](https://img.shields.io/badge/site-dsh.works%2Fdsh--crew-00c2e9)](https://dsh.works/dsh-crew/) [![ci](https://github.com/dshworks/dsh-crew/actions/workflows/ci.yml/badge.svg)](https://github.com/dshworks/dsh-crew/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/@dshworks/dsh-crew?color=4D6BFE)](https://www.npmjs.com/package/@dshworks/dsh-crew) [![powered by dsh](https://img.shields.io/badge/powered__by-dsh-4D6BFE?logo=deepseek)](https://github.com/deepseek-ai/deepseek-harness) [![license: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)