Adds Qdrant and Neo4j as RAG vector/graph storage services, points knowledge.proxy-ai.home at Neo4j's browser, and fixes two issues in scripts/update.sh's gum setup:
gum auto-install failures (e.g. no internet egress) were silent, dropping into the plain-prompt fallback with no explanation
vendors the gum x86_64 release tarball under scripts/vendor/ so the R9700 box (no outbound internet) gets the interactive picker instead of always falling back
Adds Qdrant and Neo4j as RAG vector/graph storage services, points knowledge.proxy-ai.home at Neo4j's browser, and fixes two issues in scripts/update.sh's gum setup:
- gum auto-install failures (e.g. no internet egress) were silent, dropping into the plain-prompt fallback with no explanation
- vendors the gum x86_64 release tarball under scripts/vendor/ so the R9700 box (no outbound internet) gets the interactive picker instead of always falling back
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc
curl -fsSL | tar swallowed curl errors entirely, so a network failure
fetching gum looked identical to a successful skip - just silently
dropped into the plain-prompt fallback with no explanation.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc
The server has no outbound internet access, so the curl download in
ensure_gum always failed silently and fell back to plain prompts.
Vendor the x86_64 release tarball under scripts/vendor/ and check it
before attempting a download - download stays as a fallback for other
archs or a version bump without a re-vendor.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds Qdrant and Neo4j as RAG vector/graph storage services, points knowledge.proxy-ai.home at Neo4j's browser, and fixes two issues in scripts/update.sh's gum setup:
🤖 Generated with Claude Code
https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc