@hienlh/ppm 0.13.71 → 0.13.73
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/CHANGELOG.md +11 -0
- package/assets/skills/ppm/SKILL.md +1 -1
- package/assets/skills/ppm/references/http-api.md +1 -1
- package/bun.lock +2170 -0
- package/bunfig.toml +2 -0
- package/dist/web/assets/{audio-preview-ByoaWaxd.js → audio-preview-wwkov12A.js} +1 -1
- package/dist/web/assets/chat-tab-BzuMv9V1.js +16 -0
- package/dist/web/assets/{code-editor-CH8ZIpQE.js → code-editor-TSmzzErj.js} +6 -4
- package/dist/web/assets/{conflict-editor-TUzhO6vM.js → conflict-editor-CVg3dbPI.js} +1 -1
- package/dist/web/assets/{database-viewer-DBQ4n25z.js → database-viewer-FsKBOOvd.js} +1 -1
- package/dist/web/assets/{diff-viewer-jVvMytwT.js → diff-viewer-BG-KpKk7.js} +1 -1
- package/dist/web/assets/{docx-preview-DOjf0jIG.js → docx-preview-CSsiGNTj.js} +1 -1
- package/dist/web/assets/{extension-webview-CEX1tElh.js → extension-webview-CFkGbmvp.js} +1 -1
- package/dist/web/assets/{git-log-panel-DEJEhoOv.js → git-log-panel-DpEykYRH.js} +1 -1
- package/dist/web/assets/{glide-data-grid-Dvf5YA9K.js → glide-data-grid-BG03X5LW.js} +1 -1
- package/dist/web/assets/{image-preview-DAEFw96b.js → image-preview-CqcmhMKP.js} +1 -1
- package/dist/web/assets/{index-BJMT3kyU.js → index-xoq3_MQL.js} +3 -3
- package/dist/web/assets/keybindings-store-C1nefNJG.js +1 -0
- package/dist/web/assets/{markdown-renderer-DsGPpbQK.js → markdown-renderer-DY8ntmZ9.js} +1 -1
- package/dist/web/assets/notification-store-CfIiISPY.js +1 -0
- package/dist/web/assets/{pdf-preview-B3AWesao.js → pdf-preview-BGi9l4Rr.js} +1 -1
- package/dist/web/assets/{port-forwarding-tab-BUKJZA6j.js → port-forwarding-tab-CdvQszdo.js} +1 -1
- package/dist/web/assets/{postgres-viewer-C58saWb0.js → postgres-viewer-CSQQdobI.js} +1 -1
- package/dist/web/assets/{settings-tab-D7hQr7of.js → settings-tab-C-9lTT_Q.js} +1 -1
- package/dist/web/assets/{sql-query-editor-D5duW7Ze.js → sql-query-editor-DqrdbtmC.js} +1 -1
- package/dist/web/assets/{sqlite-viewer-Cwh9_IOF.js → sqlite-viewer-CrsPV7g8.js} +1 -1
- package/dist/web/assets/{system-monitor-tab-ugzOPz9M.js → system-monitor-tab-DUQUIWMw.js} +1 -1
- package/dist/web/assets/{terminal-tab-C7TDcwcx.js → terminal-tab-DMXBZNKN.js} +1 -1
- package/dist/web/assets/{video-preview-BHuu-61B.js → video-preview-BZOtuBy_.js} +1 -1
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -0
- package/src/services/postgres.service.ts +22 -3
- package/src/web/components/chat/message-input.tsx +3 -34
- package/src/web/components/editor/code-editor.tsx +35 -3
- package/dist/web/assets/chat-tab-B3SKz7KG.js +0 -16
- package/dist/web/assets/keybindings-store-DD-5Ww3O.js +0 -1
- package/dist/web/assets/notification-store-CDcGOMX_.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.73] - 2026-05-12
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- **SQL BEGIN transaction error in Postgres**: Running `BEGIN;` in SQL editor no longer throws `UNSAFE_TRANSACTION` — transaction control statements are now handled gracefully via `sql.begin()` instead of raw `sql.unsafe()`
|
|
7
|
+
- **SQL CodeLens groups transaction blocks**: `BEGIN...COMMIT/ROLLBACK` blocks now show a single "▷ Run Transaction" button that executes the entire block atomically; individual statements inside still get their own "▷ Run" buttons
|
|
8
|
+
|
|
9
|
+
## [0.13.72] - 2026-05-12
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- **File upload sends path instead of content**: Attaching files via paperclip, paste, or drag-drop now always uploads file content to server instead of resolving to project paths — fixes broken references when host machine differs from PPM server
|
|
13
|
+
|
|
3
14
|
## [0.13.71] - 2026-05-11
|
|
4
15
|
|
|
5
16
|
### Added
|
|
@@ -71,4 +71,4 @@ This skill covers the `ppm` CLI, its HTTP API, and its config DB. It does **not*
|
|
|
71
71
|
- Third-party extensions (inspect via `ppm ext list`).
|
|
72
72
|
- The Claude Agent SDK internals (separate skill).
|
|
73
73
|
|
|
74
|
-
<!-- Generated for PPM v0.13.
|
|
74
|
+
<!-- Generated for PPM v0.13.73 at build time. Re-run `ppm export skill --install` to refresh. -->
|
|
@@ -212,4 +212,4 @@ _Base URL: `http://localhost:8080` (default; override via `ppm config set port <
|
|
|
212
212
|
- `ws://<host>/ws/terminal` — PTY terminal multiplexer
|
|
213
213
|
- `ws://<host>/ws/extensions` — extension host channel
|
|
214
214
|
|
|
215
|
-
<!-- Generated from src/server/routes/ for PPM v0.13.
|
|
215
|
+
<!-- Generated from src/server/routes/ for PPM v0.13.73 -->
|