You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Revert**: `revert.sh` removes the patches in one command; afterwards you can `git pull` to update dsh normally.
299
299
300
+
## 🗺️ Version compatibility matrix
301
+
302
+
One patch targets one dsh version line; earlier/different versions may fail `git apply --check` (that's the safety mechanism — it aborts without dirtying your repo).
303
+
304
+
| dsh version | Released | Patch applies | Links |
|`0.1.1-rc.2`| 2026-08-21 | ✅ current ([patch commit](https://github.com/oitsukiii/deepseek-harness-lan/commit/82a59124813c53bf8dadfc817a2cfdf8b8a3715f)) |[release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.2)|
316
+
317
+
> 💡 Rule of thumb: versions **rc.8 and newer** are covered by the current patch; **rc.7 and older** need the older patch or an upgrade. Early releases (`0.0.1-rc.x`, `0.1.0-rc.2/3/6`) were transitional within 3 days of the public launch — nobody should still be running them.
0 commit comments