@hienlh/ppm 0.13.80 → 0.13.83
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 +20 -0
- package/assets/skills/ppm/SKILL.md +1 -1
- package/assets/skills/ppm/references/http-api.md +1 -1
- package/bun.lock +2248 -0
- package/bunfig.toml +2 -0
- package/dist/web/assets/{audio-preview-BnX8NIsE.js → audio-preview-NDeKdJQQ.js} +1 -1
- package/dist/web/assets/chat-tab-DcsXOWB5.js +16 -0
- package/dist/web/assets/{code-editor-D2pokrVT.js → code-editor-C4UN2zlP.js} +2 -2
- package/dist/web/assets/{conflict-editor-Cb0fYF_-.js → conflict-editor-ISkVIN4y.js} +1 -1
- package/dist/web/assets/{database-viewer-DecyPfgQ.js → database-viewer-0S269acN.js} +1 -1
- package/dist/web/assets/{diff-viewer-B4g62Spc.js → diff-viewer-CnXfBBeP.js} +1 -1
- package/dist/web/assets/{docx-preview-DkHLPuP6.js → docx-preview-CdtacSEm.js} +1 -1
- package/dist/web/assets/{extension-webview-uY-shXbu.js → extension-webview-H7vQmops.js} +1 -1
- package/dist/web/assets/{git-log-panel-B01kljlC.js → git-log-panel-ZfXCFzX5.js} +1 -1
- package/dist/web/assets/{glide-data-grid-C6pJGtR4.js → glide-data-grid-Csl_bbJ3.js} +1 -1
- package/dist/web/assets/{image-preview-ptN8ieUy.js → image-preview-Cr-s4gFI.js} +1 -1
- package/dist/web/assets/{index-BGYnwVhe.js → index-BMgVtTK_.js} +3 -3
- package/dist/web/assets/keybindings-store-t-aW85g1.js +1 -0
- package/dist/web/assets/{markdown-renderer-Bcv82eST.js → markdown-renderer-DirpbELc.js} +1 -1
- package/dist/web/assets/notification-store-D13gfEnR.js +1 -0
- package/dist/web/assets/{pdf-preview-BmeAT0uQ.js → pdf-preview-vvNNHXCi.js} +1 -1
- package/dist/web/assets/{port-forwarding-tab-7Kf5w4YY.js → port-forwarding-tab-C0YHNacj.js} +1 -1
- package/dist/web/assets/{postgres-viewer-FCmpTue5.js → postgres-viewer-CJm0JuIh.js} +1 -1
- package/dist/web/assets/{settings-tab-CikbBtzb.js → settings-tab-CphuewzZ.js} +1 -1
- package/dist/web/assets/{sql-query-editor-BjQxcBDR.js → sql-query-editor-CtCyDkgd.js} +1 -1
- package/dist/web/assets/{sqlite-viewer-KXkg83Jr.js → sqlite-viewer-BeG9ayz9.js} +1 -1
- package/dist/web/assets/{system-monitor-tab-CTZjF0H0.js → system-monitor-tab-BknIun-e.js} +1 -1
- package/dist/web/assets/{terminal-tab-B_Y_f0sq.js → terminal-tab-CWmu8nxk.js} +1 -1
- package/dist/web/assets/{video-preview-CRIWCfhS.js → video-preview-KroUFbzz.js} +1 -1
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +2 -2
- package/src/index.ts +0 -0
- package/src/web/components/chat/message-list.tsx +18 -10
- package/src/web/components/chat/question-card.tsx +5 -4
- package/dist/web/assets/chat-tab-BUirKQ4S.js +0 -16
- package/dist/web/assets/keybindings-store-Cw3Lglzq.js +0 -1
- package/dist/web/assets/notification-store-Bx4JtvpX.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.83] - 2026-05-21
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Upgrade Claude Agent SDK**: Upgraded `@anthropic-ai/claude-agent-sdk` from 0.2.81 to 0.3.146 — includes stability fixes for subprocess crash (JSON parse error on `◆` streaming token)
|
|
7
|
+
|
|
8
|
+
## [0.13.82] - 2026-05-20
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Compact command shows raw XML tags in chat UI**: SDK local-command tags (`<local-command-caveat>`, `<command-name>`, `<command-message>`, `<local-command-stdout>`) now properly parsed — compact messages render as clean slash command chip + plain text output instead of raw XML
|
|
12
|
+
|
|
13
|
+
## [0.13.81] - 2026-05-19
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- **Text not selectable in AI question dialog**: Question text, option labels, and descriptions in the AskUserQuestion card can now be selected and copied
|
|
17
|
+
|
|
18
|
+
## [0.13.80] - 2026-05-18
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- **Cloud WS notification dispatch**: Replaced local web push with cloud WebSocket notification dispatch
|
|
22
|
+
|
|
3
23
|
## [0.13.79] - 2026-05-18
|
|
4
24
|
|
|
5
25
|
### Fixed
|
|
@@ -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.83 at build time. Re-run `ppm export skill --install` to refresh. -->
|
|
@@ -206,4 +206,4 @@ _Base URL: `http://localhost:8080` (default; override via `ppm config set port <
|
|
|
206
206
|
- `ws://<host>/ws/terminal` — PTY terminal multiplexer
|
|
207
207
|
- `ws://<host>/ws/extensions` — extension host channel
|
|
208
208
|
|
|
209
|
-
<!-- Generated from src/server/routes/ for PPM v0.13.
|
|
209
|
+
<!-- Generated from src/server/routes/ for PPM v0.13.83 -->
|