Skip to content

docs: sync docs-ui proxy loopback bypass after #203 - #204

Merged
Sev7eNup merged 1 commit into
mainfrom
docs/auto-sync-2026-08-15
Aug 15, 2026
Merged

docs: sync docs-ui proxy loopback bypass after #203#204
Sev7eNup merged 1 commit into
mainfrom
docs/auto-sync-2026-08-15

Conversation

@Sev7eNup

Copy link
Copy Markdown
Owner

What & why

PR #203 added a security guarantee: LLM loopback targets (localhost, 127.0.0.0/8, ::1) always bypass the configured outbound proxy so prompt and API key never leave the host unencrypted. Root docs/ai-features.md was updated with this fact, but the docs-site copy (src/nodepilot-docs-ui/content/ai-features.md) was only updated to say HTTP is allowed for loopback — the "these targets bypass the proxy" guarantee was missing from its outbound-proxy section.

How

Added two sentences to the "Ausgehender Proxy" section of the docs-ui copy, immediately after the proxy settings table and before the existing "Zu beachten" note, mirroring the text already in root docs/ai-features.md:

Loopback-Ziele (localhost, 127.0.0.0/8, ::1) werden unabhängig von Mode und BypassList immer direkt verbunden, damit Prompt und API-Schlüssel den Host nicht unverschlüsselt verlassen.

Testing

Docs-only change — no code, no tests to run.

  • dotnet test (affected backend suites) green
  • npm run test:run (affected specs) / npm run lint:ci green (if frontend touched)
  • Guard/parity tests — not applicable (docs file only)
  • New/updated tests cover the change — N/A
  • i18n strings — N/A

Checklist

  • Branched off main; no direct commits to main
  • Architecture guard tests — not applicable
  • Added an ADR — N/A
  • Docs updated — this IS the docs update

Generated by Claude Code

src/nodepilot-docs-ui/content/ai-features.md — proxy section was
missing the loopback bypass guarantee introduced in #203: loopback
targets (localhost, 127.0.0.0/8, ::1) always bypass the configured
proxy so prompt and API key do not leave the host unencrypted.

Root docs/ai-features.md already documents this; this commit closes the
drift on the docs-ui copy.
@Sev7eNup
Sev7eNup merged commit 0350dc4 into main Aug 15, 2026
10 checks passed
@Sev7eNup
Sev7eNup deleted the docs/auto-sync-2026-08-15 branch August 15, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants