ltcai 0.1.19 → 0.1.20

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/docs/CHANGELOG.md CHANGED
@@ -1,12 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.19] - 2026-05-23
3
+ ## [0.1.20] - 2026-05-23
4
4
 
5
- ### Publisher 변경
6
-
7
- - VS Code extension publisher `parktaesoo` → `TaeSooPark-PTS` 로 변경
8
- - Extension ID: `parktaesoo.ltcai` → `TaeSooPark-PTS.ltcai`
9
- - Open VSX namespace 통일 (`TaeSooPark-PTS`)
5
+ ### Release
6
+ - 배포 버전을 `0.1.19`로 상향
10
7
  - 대상 채널: `npm` · `PyPI` · `VS Code Marketplace` · `Open VSX`
11
8
 
12
9
  ## [0.1.18] - 2026-05-23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ltcai",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Lattice AI local MLX/cloud LLM workspace server",
5
5
  "homepage": "https://github.com/TaeSooPark-PTS/LatticeAI#readme",
6
6
  "repository": {