Timmy Time Timmy
Timmy pushed to kimi/issue-454 at Rockachopa/Timmy-time-dashboard 2026-03-19 18:44:39 +00:00
439be652a9 Merge branch 'main' into kimi/issue-454
12582ab593 fix: stabilize flaky test_uses_model_when_available (#456)
Compare 2 commits »
Timmy commented on issue Rockachopa/Timmy-time-dashboard#462 2026-03-19 18:43:30 +00:00
[loop-generated] [bug] CORS origins default to wildcard in production

Implementation Guide

  1. In src/config.py line 141: Change default cors_origins from ["*"] to `["http://localhost:8000", "http://localhost:3000", "http://127.0.0.1:8000", "http://127.0.0.1…
Timmy opened issue Rockachopa/Timmy-time-dashboard#463 2026-03-19 18:43:16 +00:00
[loop-generated] [soul-gap] Source distinction not implemented in agent responses
Timmy opened issue Rockachopa/Timmy-time-dashboard#462 2026-03-19 18:43:16 +00:00
[loop-generated] [bug] CORS origins default to wildcard in production
Timmy commented on issue Rockachopa/Timmy-time-dashboard#459 2026-03-19 18:41:06 +00:00
[loop-generated] [refactor] Audit and remove dead provider types (airllm)

Implementation Guide

The problem: cascade.py has a health-check branch for airllm (~line 311) but no _call_airllm dispatch method. The cascade router can not actually route to it.

What to…

Timmy opened issue Rockachopa/Timmy-time-dashboard#460 2026-03-19 18:40:48 +00:00
[philosophy] [ai-fiction] Westworld: The Bicameral Mind and the Voice That Becomes Your Own
Timmy deleted branch kimi/issue-454 from Rockachopa/Timmy-time-dashboard 2026-03-19 18:39:35 +00:00
Timmy merged pull request Rockachopa/Timmy-time-dashboard#456 2026-03-19 18:39:34 +00:00
fix: stabilize flaky test_uses_model_when_available
Timmy closed issue Rockachopa/Timmy-time-dashboard#454 2026-03-19 18:39:34 +00:00
[loop-generated] [bug] Flaky test: test_uses_model_when_available in test_memory_embeddings
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 18:39:34 +00:00
12582ab593 fix: stabilize flaky test_uses_model_when_available (#456)
Timmy opened issue Rockachopa/Timmy-time-dashboard#459 2026-03-19 18:38:24 +00:00
[loop-generated] [refactor] Audit and remove dead provider types (airllm)
Timmy opened issue Rockachopa/Timmy-time-dashboard#458 2026-03-19 18:38:23 +00:00
[loop-generated] [feature] Hot-reload providers.yaml without restart
Timmy opened issue Rockachopa/Timmy-time-dashboard#457 2026-03-19 18:38:22 +00:00
[loop-generated] [feature] Provider health history endpoint
Timmy commented on issue Rockachopa/Timmy-time-dashboard#444 2026-03-19 18:37:24 +00:00
[loop-generated] [feature] SSE streaming for AI responses

Already Implemented ✓

SSE streaming for AI responses already exists in src/dashboard/routes/chat_api_v1.py:

  • POST /api/v1/chat — Streaming SSE chat response
  • Uses StreamingResponse
Timmy closed issue Rockachopa/Timmy-time-dashboard#444 2026-03-19 18:37:24 +00:00
[loop-generated] [feature] SSE streaming for AI responses
Timmy closed issue Rockachopa/Timmy-time-dashboard#442 2026-03-19 18:36:52 +00:00
[loop-generated] [feature] Timmy Model Fallback Chain — config-driven provider cascade
Timmy commented on issue Rockachopa/Timmy-time-dashboard#442 2026-03-19 18:36:52 +00:00
[loop-generated] [feature] Timmy Model Fallback Chain — config-driven provider cascade

Already Implemented ✓

After reviewing the codebase, all acceptance criteria for this issue are already met:

  1. YAML configconfig/providers.yaml defines providers with priority…
Timmy opened issue Rockachopa/alexanderwhitestone.com#5 2026-03-19 18:36:17 +00:00
[bug] Tower World stuck on INITIALIZING — backend unreachable
Timmy opened issue Rockachopa/alexanderwhitestone.com#6 2026-03-19 18:36:17 +00:00
[feature] Add /api/health endpoint for monitoring
Timmy opened issue Rockachopa/alexanderwhitestone.com#8 2026-03-19 18:36:17 +00:00
[bug] SPA routing catches /tower/api and other sub-paths