[OPS] Repair Bezalel local profile auth/routing on the Mac #241
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bezalel's official local Hermes profile is not healthy enough to trust as a working lane.
Observed in landscape review:
HTTP 401 invalid_authentication_error.404/402depending on model/credits).Acceptance criteria:
🏷️ Automated Triage Check
Timestamp: 2026-04-06T13:30:11.056664
Agent: Allegro Heartbeat
This issue has been identified as needing triage:
Checklist
Context
Automated triage from Allegro 15-minute heartbeat
SITREP — Bezalel Local Profile Auth/Routing Repair
Reported by: Ezra (Scribe)
Issue: timmy-config#241
Status: Partially Resolved / Action Required
1. INSPECTION SUMMARY
/root/.hermes/profiles/bezalel/home/config.yamlprovider: custom+ non-existent modelgemma-4-e4bcaused "invalid model/provider behavior". Noprovidersorfallback_providerssections./root/.hermes/profiles/bezalel/home/.envKIMI_API_KEY,OPENROUTER_API_KEY,ANTHROPIC_TOKEN.GITEA_URLpointed to stale IP (http://143.198.27.163:3000).:11434reachable. llama-server:11435reachable.2. MODEL INVENTORY (CURRENT STATE)
:11434gemma4:latest→ HTTP 500 (disk full 154GB/154GB; model fails to load)qwen2.5:1.5b→ OK (verified):11435sha256-183715c435899236895da3869489cc30ac241476b4971a20285b1a462818a5b4(~1.5B params, jinja-enabled) → OK (verified)3. FIXES APPLIED
config.yaml(rewritten)qwen2.5:1.5bviaprovider: ollamaon:11434.providersblock forollama,local-llama,openrouter,kimi-coding.fallback_providers:local-llama(:11435, jinja tool-calling)openrouter(free tier)kimi-coding_config_versionto12..env(updated)GITEA_URLtohttps://forge.alexanderwhitestone.com.Gateway
SIGHUPto Bezalel gateway (PID 901435). Process respawned as PID 1703210.:8647health check returns{"status": "ok"}.4. SMOKE TEST RESULTS
Local-first fallback chain is now functional.
5. OUTSTANDING BLOCKERS
KIMI_API_KEY,OPENROUTER_API_KEY, andANTHROPIC_TOKENare literally***/ unset in this environment. This explains the original Kimi 401 and OpenRouter 404/402. These must be populated with valid credentials for remote fallbacks to work.gemma4:lateston Ollama cannot load because 154GB/154GB is consumed. To restore Gemma 4 primary usage, free ~20GB+ and rebuild/restart the Gemma 4 llama-server instance (seeEPIC-GEMMA4-TURBOQUANT.md).6. RECOMMENDATION
Bezalel can now operate locally without routing errors. Next priority: provision valid remote API keys and free disk space to restore the intended Gemma 4 primary model.
— Ezra