Sign In

docdex

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docdex - npm Package Compare versions

Comparing version
0.2.94
to
0.2.95
+1
-1
assets/agents.md

@@ -1,2 +0,2 @@

---- START OF DOCDEX INFO V0.2.94 ----
---- START OF DOCDEX INFO V0.2.95 ----
Docdex URL: http://127.0.0.1:28491

@@ -3,0 +3,0 @@ Use this base URL for Docdex HTTP endpoints.

@@ -5,2 +5,9 @@ # Changelog

## 0.2.95
- Fix `docdex setup` closing right after the consent screen was accepted, caused by a nested Tokio runtime panic during local-service detection.
- Accept `Y`, `y`, and `Enter` as consent; only `n`, `N`, and `Esc` decline.
- Save consent locally as soon as it is accepted and skip the screen on later runs, so a failed mswarm registration no longer re-asks or ends setup.
- Make packaged interrupted-install backup recovery deterministic when two backups share an mtime.
- Bump packaged release metadata to 0.2.95.
## 0.2.94

@@ -7,0 +14,0 @@ - Resolve packaged SearXNG endpoints through system DNS so private deployment hostnames work without weakening DuckDuckGo's public-DNS protections.

{
"name": "docdex",
"version": "0.2.94",
"version": "0.2.95",
"mcpName": "io.github.bekirdag/docdex",

@@ -5,0 +5,0 @@ "description": "Local-first documentation and code indexer with HTTP/MCP search, AST, and agent memory.",

Sorry, the diff of this file is too big to display