DSH-Arch-Setup/SOURCE_REVISIONS.md
Шурупов Илья Викторович 500b5532a8 Add in-chat collapse and Zen controls
Hide workspace and agent content when the native sidebar rail is collapsed. Add persistent whole-composer collapse controls and a temporary Zen mode that removes side panels, chat header, and composer while keeping an in-chat exit control available. Cover state transitions, Escape handling, React rerender idempotence, and cleanup with a dependency-free DOM regression test.
2026-09-14 10:49:53 +03:00

12 lines
1.1 KiB
Markdown

# Source revisions
| Component | Source |
|---|---|
| `dsh-touched-git` | Local repository `main` at `c33e67bdb43620b9a65fd5684971ade1caa14153`; one test-only absolute-home fallback was made portable with `homedir()` |
| Other local plugins | Initially imported from non-Git directories under `~/.dsh/plugins`; maintained in this repository and deployed back to the live plugin directories |
| DSH CLI | npm `@deepseek-ai/dsh@0.1.1-rc.2` |
| OpenVSCode Server | Exact 1.109.5 runtime bundled and SHA-256 pinned by `manifests/editor-runtime.tsv`; upstream release metadata retained in `plugins/dsh-touched-git/editor-release.json` |
| cloudflared | Exact 2026.8.3 Linux x86-64 binary bundled and SHA-256 pinned by `manifests/cloudflared.tsv` |
| `dsh-ui-translate` | Vendored built package `0.4.0` from commit `260083f023ec8494fbf59db7c4b9a237cf8e9648`, retaining MIT and third-party notices |
| Other external DSH plugins | Pinned by `profile/web/pnpm-lock.yaml` |
| OpenVSCode extensions | Exact installed artifacts bundled as VSIX files and SHA-256 pinned by `manifests/vscode-extension-artifacts.tsv` |