hanoman 0.1.41 → 0.1.43

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.41",
3
- "sha": "5ef26fe",
4
- "builtAt": "2026-08-15T14:26:22.718Z"
2
+ "version": "0.1.43",
3
+ "sha": "1190b8b",
4
+ "builtAt": "2026-08-17T03:00:04.111Z"
5
5
  }
package/dist/cli.js CHANGED
@@ -5677,6 +5677,9 @@ var init_api = __esm({
5677
5677
  sessionReviewFile: (id, path) => `${API}/terminal/sessions/${id}/review/${path}`,
5678
5678
  sessionIntegrate: (id) => `${API}/terminal/sessions/${id}/integrate`,
5679
5679
  terminalWs: (id) => `${API}/terminal/sessions/${id}/ws`,
5680
+ // SPEC-816 · lampiran gambar sesi (multipart). Di bawah prefix /terminal supaya ikut capability
5681
+ // `sessions` yang sudah ada — POST menurunkan cabang tulisnya tanpa perubahan peta.
5682
+ terminalAttachments: (id) => `${API}/terminal/sessions/${id}/attachments`,
5680
5683
  // SPEC-362 · ADR-0079 · riwayat sesi. Di bawah prefix /terminal supaya ikut capability
5681
5684
  // `sessions` yang sudah ada (services/agent-capabilities.ts) tanpa menambah domain baru.
5682
5685
  sessionHistory: (qs = "") => `${API}/terminal/history${qs}`,