Skip to content

Releases: Ri0n72Y/dsh-workspace-scope

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:01

v0.3.0

Choose a tag to compare

@Ri0n72Y Ri0n72Y released this 18 Aug 15:24

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@Ri0n72Y Ri0n72Y released this 18 Aug 11:07

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

Choose a tag to compare

@Ri0n72Y Ri0n72Y released this 16 Aug 15:50

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