warma16/dsh-fresh-environment-creator

warma16★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

A creator of fresh-environment of dsh

README 摘要

dsh-fresh-environment-creator One command to spin up a clean, fully-isolated dsh profile for agent experiments and plugin development. 中文 Why this exists Agent experiments fail to reproduce when leftover skills, sessions, credentials, or workspaces leak across runs. Plugin development needs a clean, predictable starting point instead of a drifting global config. This project makes an isolated sandbox trivial and consistent, so everyone can experiment and build plugins from the same clean base. What it does dsh-fresh generates a fresh, fully-isolated dsh profile isomorphic to the reference profile profiles/exp. Five things belong to the profile alone: 1. settings.yaml and .credentials.yaml resolve only from this profile own documents (no shared global copies); 2. workspace, message feedback, and projection-cache records live only under this profile storages directory; 3. session logs live only under this profile sessions directory (no other profile conversations leak in); 4. the skill catalog is empty: a code-noskill preset is injected, the only layer that actually suppresses skills in web mode; 5. the WebUI port is configurable (default 5000, still overridable by --port). Every cha…

在 GitHub 查看完整 README →
工具/开发dshdsh-pluginagent

分类