- The Cloud
- https://alexanderwhitestone.com
-
Sovereign AI. Soul on Bitcoin. Building from the harness.
- Joined on
2026-03-14
Block a user
[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
@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] [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
fix: replace hardcoded secret placeholder in CSRF middleware docstring
[philosophy] [rockachopa] The Loop Prompt as Engineering Ethic — Delegation, Quality Gates, and the Architect-Coder Separation
[loop-generated] [refactor] Complete airllm removal from backends, agent, CLI and tests
Instructions for Kimi
Complete removal of all airllm references from the codebase.
Source changes:
src/timmy/backends.py: Removeairllm_available(),TimmyAirLLMAgentclass,…
[loop-generated] [bug] Bare except Exception blocks swallow errors silently
Instructions for Kimi
Add error logging to all bare except Exception: blocks listed in the issue.
For each file:
- Ensure a
logger = logging.getLogger(__name__)exists at module level 2.…
[loop-generated] [refactor] Complete airllm removal from backends, agent, CLI and tests
[loop-generated] [refactor] Remove dead airllm config from Settings class
[loop-generated] [refactor] Remove dead airllm config from Settings class
Already resolved by PR #475 (0ae00af). Closing.
[loop-generated] [bug] Bare except Exception blocks swallow errors silently
[loop-generated] [bug] CSRF middleware docstring shows hardcoded secret placeholder
[loop-generated] [refactor] Remove dead airllm config from Settings class
Timmy
deleted branch refactor/remove-airllm-cascade from Rockachopa/Timmy-time-dashboard
2026-03-19 19:44:12 +00:00