dsh-chat-zone-std
dsh-std Community v0.15 chat zone: ~/dsh_CHAT/<date>/chatN as Tools and Commands. Install adapter-dsh first.
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 26, 2026
- Updated
- Aug 26, 2026
Introduction
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
| Standard | dsh-std Community v0.15 |
$schema | urn:dsh-std:community-draft:dsh-plugin:0.15 |
| Component id | io.github.lasdrder0705.dsh-chat-zone-std |
| Host entry | lib/host.js |
| Contributions | Commands 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/<local yyyy-mm-dd>/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