docdex 0.2.72 → 0.2.74
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 +11 -0
- package/assets/agents.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.74
|
|
4
|
+
- Add packaged compatibility HTTP aliases for repo memory, profile memory, personal-preferences, conversation, diary, KG, index, tree, files, stats, repo-inspect, impact diagnostics, and retrieval-only RAG surfaces.
|
|
5
|
+
- Add packaged delete endpoints for repo memory, profile preferences, and diary entries, including storage cleanup and HTTP regression coverage.
|
|
6
|
+
- Bump packaged release metadata to 0.2.74.
|
|
7
|
+
|
|
8
|
+
## 0.2.73
|
|
9
|
+
- Add a packaged service-admin document ingest endpoint for encrypted repositories and remove plaintext source artifacts after encrypted ingestion.
|
|
10
|
+
- Allow packaged bound service-token search for encrypted repositories when repository access bindings authorize the request.
|
|
11
|
+
- Skip packaged structural ranking for encrypted search and disable encrypted-repository file watching to avoid plaintext-side watcher behavior.
|
|
12
|
+
- Bump packaged release metadata to 0.2.73.
|
|
13
|
+
|
|
3
14
|
## 0.2.72
|
|
4
15
|
- Update the packaged release workflow MCP Registry publisher so GitHub OIDC login requests the registry URL audience expected by the current registry service.
|
|
5
16
|
- Bump packaged release metadata to 0.2.72.
|
package/assets/agents.md
CHANGED