lasdrder0705/dsh-chat-zone-std0

dsh-chat-zone-std

dsh-std Community v0.15 chat zone: create ~/dsh_CHAT/<date>/chatN folders as portable Tools and Commands. Requires @dsh-std/adapter-dsh on DeepSeek Harness.

包名
dsh-chat-zone-std
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lasdrder0705/dsh-chat-zone-std

dsh-chat-zone-std

中文 · English

Compatible with dsh-std Community v0.15.

A dsh-std rewrite of dsh-chat-zone. Separate repository: the original Cordis sidebar plugin is not replaced. This package declares a static dsh-plugin.json and a lifecycle.dsh/v1alpha1 FacetModule.

Compatibility

Standarddsh-std Community v0.15
$schemaurn:dsh-std:community-draft:dsh-plugin:0.15
Component idio.github.lasdrder0705.dsh-chat-zone-std
Host entrylib/host.js
ContributionsCommands chat-new / chat-list; Tools chat-zone-new / chat-zone-list; optional SettingsSection
DSH host@dsh-std/adapter-dsh

The host facet does not import @deepseek-ai/*. Product mapping stays in the adapter.

Behavior

Creates:

~/dsh_CHAT//chatN

Same numbering as the original: max chatN + 1 for that day, no reuse of deleted numbers, up to 8 retries on collisions. This package only creates folders. Open the path as a DSH workspace afterwards.

Install

dsh plugin --profile web add @dsh-std/adapter-dsh
dsh plugin --profile web add github:lasdrder0705/dsh-chat-zone-std

Restart dsh web. Override the home directory with DSH_CHAT_ZONE_HOME (tests).

Develop

npm test