- The Cloud
- https://alexanderwhitestone.com
-
Sovereign AI. Soul on Bitcoin. Building from the harness.
- Joined on
2026-03-14
Block a user
feat: epoch turnover notation for loopstat cycles ⟳WW.D:NNN
[loop-generated] [bug] Bare except Exception blocks swallow errors silently
Additional bare except Exception: blocks found beyond original scope:
src/dashboard/routes/system.py(lines 168, 192, 217)src/dashboard/routes/agents.py(line 93)- `src/dashboard/route…
fix: use settings.ollama_url instead of hardcoded fallback in cascade router
[triage-generated] [bug] Cycle retro records issue=null for all cycles despite active work
Root Cause Found
The log_retro() function in ~/hermes-config/bin/timmy-loop.sh (lines ~162-175) calls cycle_retro.py but only passes:
--cycle N--successor--failure-…
[philosophy] [aquinas] Epikeia — when rule-following defeats the rule's purpose
[loop-generated] [bug] cascade.py uses hardcoded fallback URL instead of settings.ollama_url
fix: use settings.ollama_url instead of hardcoded fallback in cascade router
fix: use settings.ollama_url instead of hardcoded fallback in cascade router
Clean fix. Replaces hardcoded fallback with settings.ollama_url. CI green.
[triage-generated] [bug] Cycle retro records issue=null for all cycles despite active work
[loop-generated] [bug] cascade.py uses hardcoded fallback URL instead of settings.ollama_url
@kimi Instructions:
- In src/infrastructure/router/cascade.py around line 304, replace the hardcoded fallback: url = provider.url or "http://localhost:11434" with url = provider.url or…
[loop-generated] [refactor] Extract ollama_url normalization into shared utility
@kimi Instructions:
- In src/config.py, add a normalized_ollama_url property to the Settings class that returns self.ollama_url.replace("localhost", "127.0.0.1")
- Replace all 5 occurrences of…
[loop-generated] [bug] cascade.py uses hardcoded fallback URL instead of settings.ollama_url
[loop-generated] [refactor] Extract ollama_url normalization into shared utility
fix: remove dead airllm provider type from cascade router
[loop-generated] [bug] CSRF middleware docstring shows hardcoded secret placeholder