ltcai 0.2.0 → 0.2.1

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/README.md CHANGED
@@ -360,7 +360,7 @@ Full reference: [docs/mcp-tools.md](docs/mcp-tools.md)
360
360
  | VS Code Marketplace | [marketplace.visualstudio.com](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai) |
361
361
  | Open VSX | [open-vsx.org](https://open-vsx.org/extension/parktaesoo/ltcai) |
362
362
 
363
- Current version: **0.2.0** — [Changelog](docs/CHANGELOG.md)
363
+ Current version: **0.2.1** — [Changelog](docs/CHANGELOG.md)
364
364
 
365
365
  ---
366
366
 
package/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.1] - 2026-05-25
4
+
5
+ ### 버그 수정
6
+
7
+ - **CI 테스트 import 수정** — `test_security.py`에서 `_rate_buckets` import 경로를 `server` → `latticeai.core.security`로 변경 (v0.2.0 모듈 분리에 따른 경로 변경 반영)
8
+
9
+ ### Release
10
+ - 배포 버전을 `0.2.1`로 상향
11
+ - 대상 채널: `npm` · `PyPI` · `VS Code Marketplace` · `Open VSX`
12
+
13
+ ---
14
+
3
15
  ## [0.2.0] - 2026-05-25
4
16
 
5
17
  ### server.py 모듈 분리 — latticeai/ 패키지 도입
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ltcai",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Lattice AI local MLX/cloud LLM workspace server",
5
5
  "homepage": "https://github.com/TaeSooPark-PTS/LatticeAI#readme",
6
6
  "repository": {