prjct-cli 1.38.4 → 1.38.6
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 +14 -0
- package/dist/bin/prjct-core.mjs +334 -330
- package/dist/daemon/entry.mjs +173 -169
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.38.6] - 2026-02-14
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- all agents get full operational context (#192)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.38.5] - 2026-02-14
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- skip diff preview in non-interactive sync mode (#191)
|
|
15
|
+
- all agents get full operational context (#192)
|
|
16
|
+
|
|
3
17
|
## [1.38.4] - 2026-02-14
|
|
4
18
|
|
|
5
19
|
### Bug Fixes
|