prjct-cli 1.37.0 → 1.38.0

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,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.38.0] - 2026-02-14
4
+
5
+ ### Features
6
+
7
+ - hybrid sync pipeline - CLI + LLM analysis (#186)
8
+
9
+
10
+ ## [1.37.1] - 2026-02-14
11
+
12
+ ### Bug Fixes
13
+
14
+ - neutral banner colors + add Codex to provider selection (#185)
15
+
16
+
17
+ ## [1.37.1] - 2026-02-14
18
+
19
+ ### Fixed
20
+ - Banner colors: neutral warm gray gradient (was loud cyan/pink)
21
+ - Codex provider now appears in `prjct start` selection menu
22
+
3
23
  ## [1.37.0] - 2026-02-14
4
24
 
5
25
  ### Features
@@ -10,7 +30,6 @@
10
30
 
11
31
  - preserve all projects in global AI tool configs during sync
12
32
 
13
-
14
33
  ## [1.36.2] - 2026-02-13
15
34
 
16
35
  ### Added