prjct-cli 1.45.8 → 1.46.2

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 CHANGED
@@ -1,12 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.46.2] - 2026-02-18
4
+
5
+ ### Bug Fixes
6
+
7
+ - daemon memory leaks — LRU pool, buffer cap, DB cleanup (#219)
8
+
9
+
10
+ ## [1.46.1] - 2026-02-18
11
+
12
+ ### Bug Fixes
13
+
14
+ - Daemon memory leaks: LRU connection pool, buffer cap, DB cleanup on shutdown
15
+
16
+ ## [1.46.0] - 2026-02-17
17
+
18
+ ### Features
19
+
20
+ - post-OAuth verify command for MCP health check (#218)
21
+
3
22
  ## [1.45.8] - 2026-02-17
4
23
 
24
+ ### Added
25
+ - post-oauth verify command
26
+
5
27
  ### Bug Fixes
6
28
 
7
29
  - add jira/linear/status to global AI config command lists (#217)
8
30
 
9
-
10
31
  ## [1.45.7] - 2026-02-17
11
32
 
12
33
  ### Bug Fixes