Releases: Ri0n72Y/dsh-workspace-scope
Releases · Ri0n72Y/dsh-workspace-scope
Release list
v0.3.1
v0.3.0
v0.2.0
Per-workspace Skill/MCP enablement, hardened.
- Hero-only entry; ongoing conversations show nothing (config locks at conversation start)
- Autosave: every dialog change persists immediately; save button removed
- Dialog copy states the boundaries: new-conversation start only, /skill-name gesture unaffected
- Focus trap, theme-aware switch, chip chrome aligned with the model-select trigger
- Fixed: the skill catalog trim now runs outermost (prepend) in the pre-step waterfall, so tool-skill's appended full catalog is filtered too
- Tests: 40 specs (host behavior + waterfall + scope math + client), coverage gate (85% lines), Windows CI matrix
- Bilingual README with data-flow diagram, English AGENTS.md, CONTRIBUTING
v0.1.0
Initial release: per-workspace Skill/MCP enablement for DeepSeek Harness.
- Per-workspace on/off for Skills and MCP servers, stored in .dsh-scope.json
- Dialog with search, collapsible groups, per-row switches, enable/disable all
- Session lock: config applies to new conversations only; the /skill gesture still works for excluded skills
- Dual channel: static bundle routes + dynamic hot-test RPC
- Bilingual README with a data-flow diagram, English AGENTS.md, CONTRIBUTING
- Test suite (18 specs) and GitHub Actions CI