prjct-cli 2.32.6 → 2.32.8
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 +10 -0
- package/dist/bin/prjct-core.mjs +323 -322
- package/dist/daemon/entry.mjs +250 -249
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -167,6 +167,16 @@
|
|
|
167
167
|
|
|
168
168
|
## [Unreleased]
|
|
169
169
|
|
|
170
|
+
## [2.32.8] - 2026-05-31
|
|
171
|
+
|
|
172
|
+
### Added
|
|
173
|
+
- global BYOT embeddings: one securely-stored API key (Keychain) for all projects + prjct embeddings command
|
|
174
|
+
|
|
175
|
+
## [2.32.7] - 2026-05-31
|
|
176
|
+
|
|
177
|
+
### Added
|
|
178
|
+
- vault signal cleanup: collapse release/tag sprawl + always-on architecture.md synthesis
|
|
179
|
+
|
|
170
180
|
## [2.32.6] - 2026-05-31
|
|
171
181
|
|
|
172
182
|
### Added
|