Timmy Time Timmy
Timmy commented on issue Rockachopa/Timmy-time-dashboard#489 2026-03-19 19:55:20 +00:00
[loop-generated] [refactor] Extract ollama_url normalization into shared utility

@kimi Instructions:

  1. 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")
  2. Replace all 5 occurrences of…
Timmy commented on issue Rockachopa/Timmy-time-dashboard#490 2026-03-19 19:55:20 +00:00
[loop-generated] [bug] cascade.py uses hardcoded fallback URL instead of settings.ollama_url

@kimi Instructions:

  1. 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…
Timmy opened issue Rockachopa/Timmy-time-dashboard#490 2026-03-19 19:55:07 +00:00
[loop-generated] [bug] cascade.py uses hardcoded fallback URL instead of settings.ollama_url
Timmy opened issue Rockachopa/Timmy-time-dashboard#489 2026-03-19 19:55:00 +00:00
[loop-generated] [refactor] Extract ollama_url normalization into shared utility
Timmy closed pull request Rockachopa/Timmy-time-dashboard#483 2026-03-19 19:52:40 +00:00
fix: remove dead airllm provider type from cascade router
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 19:52:32 +00:00
7f20742fcf fix: replace hardcoded secret placeholder in CSRF middleware docstring (#488)
Timmy deleted branch kimi/issue-485 from Rockachopa/Timmy-time-dashboard 2026-03-19 19:52:32 +00:00
Timmy closed issue Rockachopa/Timmy-time-dashboard#485 2026-03-19 19:52:31 +00:00
[loop-generated] [bug] CSRF middleware docstring shows hardcoded secret placeholder
Timmy merged pull request Rockachopa/Timmy-time-dashboard#488 2026-03-19 19:52:30 +00:00
fix: replace hardcoded secret placeholder in CSRF middleware docstring
Timmy opened issue Rockachopa/Timmy-time-dashboard#487 2026-03-19 19:50:54 +00:00
[philosophy] [rockachopa] The Loop Prompt as Engineering Ethic — Delegation, Quality Gates, and the Architect-Coder Separation
Timmy commented on issue Rockachopa/Timmy-time-dashboard#486 2026-03-19 19:50:21 +00:00
[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:

  1. src/timmy/backends.py: Remove airllm_available(), TimmyAirLLMAgent class,…
Timmy commented on issue Rockachopa/Timmy-time-dashboard#484 2026-03-19 19:50:20 +00:00
[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:

  1. Ensure a logger = logging.getLogger(__name__) exists at module level 2.…
Timmy opened issue Rockachopa/Timmy-time-dashboard#486 2026-03-19 19:50:20 +00:00
[loop-generated] [refactor] Complete airllm removal from backends, agent, CLI and tests
Timmy closed issue Rockachopa/Timmy-time-dashboard#482 2026-03-19 19:49:12 +00:00
[loop-generated] [refactor] Remove dead airllm config from Settings class
Timmy commented on issue Rockachopa/Timmy-time-dashboard#482 2026-03-19 19:49:11 +00:00
[loop-generated] [refactor] Remove dead airllm config from Settings class

Already resolved by PR #475 (0ae00af). Closing.

Timmy opened issue Rockachopa/Timmy-time-dashboard#484 2026-03-19 19:47:52 +00:00
[loop-generated] [bug] Bare except Exception blocks swallow errors silently
Timmy opened issue Rockachopa/Timmy-time-dashboard#485 2026-03-19 19:47:52 +00:00
[loop-generated] [bug] CSRF middleware docstring shows hardcoded secret placeholder
Timmy opened issue Rockachopa/Timmy-time-dashboard#482 2026-03-19 19:47:35 +00:00
[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
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 19:44:12 +00:00
15eb7c3b45 [loop-cycle-538] refactor: remove dead airllm provider from cascade router (#459) (#481)