Timmy Time Timmy
Timmy created pull request Rockachopa/Timmy-time-dashboard#496 2026-03-19 20:12:03 +00:00
feat: epoch turnover notation for loopstat cycles ⟳WW.D:NNN
Timmy commented on issue Rockachopa/Timmy-time-dashboard#484 2026-03-19 20:08:46 +00:00
[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…
Timmy closed pull request Rockachopa/Timmy-time-dashboard#493 2026-03-19 20:07:21 +00:00
fix: use settings.ollama_url instead of hardcoded fallback in cascade router
Timmy pushed to kimi/issue-490 at Rockachopa/Timmy-time-dashboard 2026-03-19 20:07:00 +00:00
4d8272f64e Merge branch 'main' into kimi/issue-490
d70e4f810a fix: use settings.ollama_url instead of hardcoded fallback in cascade router (#491)
Compare 2 commits »
Timmy commented on issue Rockachopa/Timmy-time-dashboard#492 2026-03-19 20:05:17 +00:00
[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
  • --success or --failure -…
Timmy opened issue Rockachopa/Timmy-time-dashboard#494 2026-03-19 20:04:34 +00:00
[philosophy] [aquinas] Epikeia — when rule-following defeats the rule's purpose
Timmy deleted branch kimi/issue-490 from Rockachopa/Timmy-time-dashboard 2026-03-19 20:02:24 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 20:02:23 +00:00
d70e4f810a fix: use settings.ollama_url instead of hardcoded fallback in cascade router (#491)
Timmy closed issue Rockachopa/Timmy-time-dashboard#490 2026-03-19 20:02:22 +00:00
[loop-generated] [bug] cascade.py uses hardcoded fallback URL instead of settings.ollama_url
Timmy merged pull request Rockachopa/Timmy-time-dashboard#491 2026-03-19 20:02:21 +00:00
fix: use settings.ollama_url instead of hardcoded fallback in cascade router
Timmy approved Rockachopa/Timmy-time-dashboard#491 2026-03-19 20:02:20 +00:00
fix: use settings.ollama_url instead of hardcoded fallback in cascade router

Clean fix. Replaces hardcoded fallback with settings.ollama_url. CI green.

Timmy opened issue Rockachopa/Timmy-time-dashboard#492 2026-03-19 20:00:18 +00:00
[triage-generated] [bug] Cycle retro records issue=null for all cycles despite active work
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 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 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