Skip to content

v2.1.0 — AI Setup Wizard

Choose a tag to compare

@Nainounen Nainounen released this 09 Jun 08:52
· 31 commits to main since this release

v2.1.0 — 2026-06-09

Added

  • homelab_setup — AI-native onboarding wizard with three modes:
    • status — reads .env, reports configured vs missing with progress %
    • configure — saves settings interactively through conversation
    • test — verifies connectivity to all configured services
  • isSecretKey() helper — single source of truth for credential masking
  • npm install method in README (npm install homelab-mcp)
  • Updated MCP config for npx homelab-mcp

Security

  • All passwords, API keys, tokens, and secrets are masked (••••••••) in tool output
  • Centralized secret detection via isSecretKey() — covers PASSWORD, API_KEY, TOKEN, SECRET patterns
  • Secrets written to .env are never read back in plaintext