docdex 0.2.76 → 0.2.78

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
@@ -2,6 +2,17 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.2.78
6
+ - Add packaged encrypted source file storage and large archive uploads so source documents can be stored encrypted, expanded server-side, and searched without base64 or JSON buffering.
7
+ - Add packaged encrypted-deployment parity for open/web access plus an HTTP LLM diagnostics surface with updated API and usage documentation.
8
+ - Auto-install packaged Chromium support for runtime web scraping, stabilize packaged mcoda registry discovery tests, and move the packaged release deploy workflow to the private self-hosted runner.
9
+ - Bump packaged release metadata to 0.2.78.
10
+
11
+ ## 0.2.77
12
+ - Fix packaged setup CLI help so `docdexd setup --help` describes provider-neutral local LLM service detection and optional fallbacks instead of an Ollama-first wizard.
13
+ - Sync packaged MCP server-card release metadata with the package version and add regression coverage for MCP/package metadata drift.
14
+ - Bump packaged release metadata to 0.2.77.
15
+
5
16
  ## 0.2.76
6
17
  - Add packaged provider-neutral local LLM setup and diagnostics guidance so npm installs do not imply Ollama is mandatory when another supported local service or mcoda agent already exists.
7
18
  - Add packaged migration/test coverage notes for preserving explicit user model/provider/agent settings while replacing generated legacy Ollama defaults.
package/assets/agents.md CHANGED
@@ -1,4 +1,4 @@
1
- ---- START OF DOCDEX INFO V0.2.76 ----
1
+ ---- START OF DOCDEX INFO V0.2.78 ----
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.76",
3
+ "version": "0.2.78",
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": {