Before installing, verify that the active DeepSeek Harness runtime falls within the peer dependency range and that the terminal can enter an alternate full-screen mode comfortably. Use a clean or throwaway profile so key bindings and presentation experiments cannot disrupt a daily working session. Keep a normal shell available in another terminal for logs and recovery.
DSH CC TUI
DSH CC TUI is a Claude Code-style full-screen terminal interface bundle for DeepSeek Harness, with streaming thought display, status information, rollback handling, and context indicators.
Review snapshot
- Manifest
- Passed
- Install
- Not tested
- Runtime
- Not tested
Static compatibility snapshot dated 2026-08-14; install and runtime remain independent checks.
Install / upstream documentation
Install the pinned release deliberately
This bundle uses an upstream-documented installation path pinned to the reviewed release. Read the linked README and inspect the source before you install it.
Upstream command · profile cc-tui
dsh plugin --profile cc-tui add dsh-cc-tui@0.4.1The fixed README documents the cc-tui profile installation path. This listing pins its mutable package reference to the reviewed npm release 0.4.1; AgentPlugin.net has not run the command.
Source: Pinned upstream READMEPlugin brief
What DSH CC TUI adds to DeepSeek Harness
DSH CC TUI is a DeepSeek Harness plugin bundle aimed at people who prefer a full-screen terminal interaction rather than a browser-oriented surface. Its upstream description frames the experience in the style of Claude Code and calls out a top bar, a live work-status line, streaming thought expansion, a context-progress bar, and a tokens-per-second gauge. The value proposition is an at-a-glance terminal view of an agent turn, not a claim that it changes the underlying model or makes work correct.
The pinned package is dsh-cc-tui version 0.4.1. It declares @deepseek-ai/cordis ^4.0.1 and @deepseek-ai/dsh-invariants ^0.1.0-rc.6 as peers, and points its DSH bundle declaration to cordis.patch.yml. Those declarations are the basis for cataloging it as a bundle. They do not show that every DSH build in that range, every terminal emulator, or every Windows, macOS, and Linux configuration has been tested.
A terminal UI can be attractive when an agent needs uninterrupted keyboard operation and continuous feedback. The upstream material advertises a double-Esc rollback interaction, but rollback semantics deserve special caution: users should know precisely what state can be reversed and should still rely on ordinary version control for source changes. An interface gesture is not a backup strategy and does not replace reviewing prompts, commands, or diffs.
This page intentionally separates upstream declarations from independent verification. Static package and patch inspection is recorded, while installation and runtime remain not tested by AgentPlugin.net. Use a non-sensitive profile first, inspect the exact pinned source, and treat responsiveness, terminal rendering, and any state-changing key handling as environment-specific evaluation work.
Evaluation workflow
Evaluate DSH CC TUI with clear boundaries
Read the fixed README and Cordis patch before using the displayed install route. The catalog preserves the upstream cc-tui profile and pins its mutable package reference to the reviewed npm release 0.4.1. Confirm the registry release, dependency resolution, and profile target yourself before starting the terminal interface.
After activation, start with a benign prompt and observe the status line, streamed output, context indicator, and keyboard behavior. Do not assume that a visual rollback shortcut undoes file writes, tool calls, network requests, or remote side effects. Maintain Git checkpoints and inspect any commands emitted by the underlying agent before allowing them to run.
If the display becomes unreadable or input seems trapped, stop the session using the host-supported path and inspect the terminal and DSH logs. Remove the bundle using the upstream-supported mechanism rather than deleting arbitrary profile files. When updating, compare changes in the package, patch, and README against this commit because terminal UI regressions can be subtle and depend on input handling.
Verification ledger
Evidence, not installation claims
Manifest
PassedPinned package.json declares dsh-cc-tui 0.4.1, DSH peers, and dsh.bundle.patch -> ./cordis.patch.yml.
Checked Aug 14, 2026
Install
Not testedAgentPlugin.net has not installed this package into a clean terminal profile.
Runtime
Not testedNo interactive rendering, input, rollback, or TUI smoke test has been completed by AgentPlugin.net.
| Layer | Result | What was checked |
|---|---|---|
| Manifest | Passed | Pinned package.json declares dsh-cc-tui 0.4.1, DSH peers, and dsh.bundle.patch -> ./cordis.patch.yml.[Aug 14, 2026] |
| Install | Not tested | AgentPlugin.net has not installed this package into a clean terminal profile. |
| Runtime | Not tested | No interactive rendering, input, rollback, or TUI smoke test has been completed by AgentPlugin.net. |
Source or manifest review can be recorded while Install and Runtime remain not-tested. Treat these as separate verification layers.
Execution surface
Prepare, build, and code-execution review
prepare
not recorded
No review record is available for this execution surface. Inspect the upstream repository before running it.
build
notice recorded
The package has a TypeScript build script. Review source-build behavior and dependency scripts before using a source checkout.
code execution
review recorded
A terminal UI drives an agent workflow whose tools and commands may affect the local environment. Review actual commands and preserve normal Git safeguards.
configuration
review recorded
Full-screen terminal rendering and keyboard behavior depend on terminal and profile configuration; test before relying on double-Esc rollback behavior.
Declared scope
Capabilities and prerequisites
Capabilities
- Render a full-screen terminal interface for DSH.
- Show a work-status line, streaming thought output, context progress, and TPS information.
- Provide the upstream-described double-Esc rollback interaction.
- Supply a Cordis patch through the package bundle declaration.
Prerequisites
- A terminal environment suitable for a full-screen TUI.
- DeepSeek Harness invariants in the ^0.1.0-rc.6 range, as declared by peer dependencies.
- @deepseek-ai/cordis ^4.0.1, as declared by peer dependencies.
- Review terminal access and test in a disposable profile before relying on rollback behavior.
Frequently asked questions
DSH CC TUI FAQ
What is DSH CC TUI?
It is a DeepSeek Harness bundle that supplies a full-screen terminal interface. Its upstream description highlights a status line, streamed thought display, context progress, TPS gauge, and a double-Esc rollback interaction.
Which DSH version does it declare?
Its pinned package declares @deepseek-ai/dsh-invariants ^0.1.0-rc.6 and @deepseek-ai/cordis ^4.0.1 as peer dependencies. That is a declaration, not an AgentPlugin.net runtime certification.
Can I rely on double Esc to undo my changes?
No. The upstream project advertises rollback behavior, but users should verify its exact scope and preserve ordinary Git checkpoints. UI rollback should not be assumed to reverse tools, files, or network effects.
Why does this page pin DSH CC TUI 0.4.1?
The fixed README documents the cc-tui profile with an unversioned package reference. This page pins that path to the reviewed npm release 0.4.1 and links the exact README used as evidence.
Has this TUI been tested by AgentPlugin.net?
No. Static package and Cordis-patch inspection is recorded, while clean-profile installation and interactive runtime behavior are explicitly not tested.
What should I test first?
Use a disposable terminal profile, a harmless prompt, and a separate shell for logs. Check rendering, keyboard handling, status updates, and the actual impact of any rollback interaction before using it with important work.