docdex 0.2.68 → 0.2.71

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.71
4
+ - Add packaged generic encrypted-repository external API-key authorization with `AuthContext`, external introspection, service-token admin auth, and SQLite repository access bindings.
5
+ - Gate packaged encrypted repository search, batch search, snippet, chat-context, and MCP data paths behind repository access policy while preserving default local/static-token compatibility for non-encrypted deployments.
6
+ - Add packaged service-only encrypted repository provisioning, binding update, and auth-cache invalidation endpoints, plus auth/encryption capability reporting.
7
+ - Harden packaged stale-index cleanup retries during automatic reindexing.
8
+ - Bump packaged release metadata to 0.2.71.
9
+
10
+ ## 0.2.70
11
+ - Serialize packaged GitHub Release asset upload after matrix artifacts are collected so parallel release builds cannot race to create the same tag release.
12
+ - Bump packaged release metadata to 0.2.70.
13
+
14
+ ## 0.2.69
15
+ - Add packaged personal-preferences digest retry controls across HTTP, CLI, and MCP so failed captures and stale processing captures can be requeued without direct database edits.
16
+ - Raise the packaged personal-preferences local digest timeout cap to 10 minutes for larger remote-Ollama mcoda agents such as qwen3.5:35b.
17
+ - Harden packaged personal-preferences digest parsing by preferring the final balanced JSON payload, preserving strict `records` validation, and adding a one-shot local JSON repair pass for malformed local-model output.
18
+ - Bump packaged release metadata to 0.2.69.
19
+
3
20
  ## 0.2.68
4
21
  - Harden packaged local delegation by failing fast when mcoda CLI-backed adapters point at missing binaries, routing Codex CLI prompts through stdin reliably, and retrying OpenAI-compatible `429` responses when `retry_after_ms` fits inside the request timeout.
5
22
  - Reduce repeat packaged delegation failures by sharing Ollama cooldowns across sibling aliases of the same backend model, preserving mcoda health details from registry refresh/load paths, and extending the mcoda CLI refresh timeout to 30 seconds.
package/assets/agents.md CHANGED
@@ -1,4 +1,4 @@
1
- ---- START OF DOCDEX INFO V0.2.68 ----
1
+ ---- START OF DOCDEX INFO V0.2.71 ----
2
2
  Docdex URL: http://127.0.0.1:28491
3
3
  Use this base URL for Docdex HTTP endpoints.
4
4
  Health check endpoint: `GET /healthz` (not `/v1/health`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docdex",
3
- "version": "0.2.68",
3
+ "version": "0.2.71",
4
4
  "mcpName": "io.github.bekirdag/docdex",
5
5
  "description": "Local-first documentation and code indexer with HTTP/MCP search, AST, and agent memory.",
6
6
  "bin": {