How to install and use the TUI profile? #5496
Replies: 1 comment
|
I looked into this because there seem to be two separate issues here: the availability of a TUI itself, and the 1. The TUI is not a first-party shipped profile in
|
|
I looked into this because there seem to be two separate issues here: the availability of a TUI itself, and the 1. The TUI is not a first-party shipped profile in
|
Uh oh!
There was an error while loading. Please reload this page.
Background
The DSH CLI documentation mentions the
tuiprofile in several places:dsh --profile tui --resume <id>as an example--resumesupportHowever, when attempting to install the TUI profile, we encounter:
$ dsh plugin --profile tui add @deepseek-ai/dsh-base # Error: @deepseek-ai/dsh-compact-basic is not in the npm registryQuestions
@deepseek-ai/dsh-compact-basicand potentially other TUI-related packages are not found in the public npm registry.Use Case
We'd like to integrate DSH session resume functionality into OpenClaw's terminal interface, allowing users to continue DSH conversations from the command line. The TUI profile seems like the natural fit for this workflow.
Environment
0.1.1-rc.2webandheadlesswork correctlyAny guidance would be appreciated. Thanks!
All reactions