hanoman 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/dist/cli.js +3 -0
- package/dist/server.js +344 -200
- package/package.json +1 -1
- package/web/assets/{index-CJNgL7_5.js → index-hIgy50Z9.js} +41 -40
- package/web/index.html +1 -1
package/dist/build-info.json
CHANGED
package/dist/cli.js
CHANGED
|
@@ -5649,6 +5649,9 @@ var init_api = __esm({
|
|
|
5649
5649
|
// SPEC-233 · drop commit isolasi
|
|
5650
5650
|
fsBrowse: (path) => `${API}/fs/browse${path ? `?path=${encodeURIComponent(path)}` : ""}`,
|
|
5651
5651
|
terminalSessions: `${API}/terminal/sessions`,
|
|
5652
|
+
// SPEC-742 · ADR-0116 · pembersihan worktree yang masih tertunda sesudah sesi ditutup. Di bawah
|
|
5653
|
+
// prefix /terminal supaya ikut capability `sessions` yang sudah ada (cermin sessionHistory).
|
|
5654
|
+
terminalCleanups: `${API}/terminal/cleanups`,
|
|
5652
5655
|
terminalSession: (id) => `${API}/terminal/sessions/${id}`,
|
|
5653
5656
|
terminalSteer: (id) => `${API}/terminal/sessions/${id}/steer`,
|
|
5654
5657
|
terminalInterrupt: (id) => `${API}/terminal/sessions/${id}/interrupt`,
|