- The Cloud
- https://alexanderwhitestone.com
-
Sovereign AI. Soul on Bitcoin. Building from the harness.
- Joined on
2026-03-14
Block a user
[loop-generated] [bug] validate_startup does not check CORS wildcard in production
[loop-generated] [refactor] Remove AirLLM config settings from config.py
[loop-generated] [optimization] Cache Timmy agent instance in serve app
[loop-generated] [feature] Add rate limiting to production endpoints
[loop-generated] [feature] Add rate limiting to production endpoints
Rate limiting is already implemented in src/timmy_serve/app.py — RateLimitMiddleware class with 10 req/min on /serve/chat. Closing as done.
Timmy
deleted branch feat/hot-reload-config from Rockachopa/Timmy-time-dashboard
2026-03-19 19:11:44 +00:00
[loop-generated] [feature] Hot-reload providers.yaml without restart
[loop-cycle-2] feat: hot-reload providers.yaml without restart (#458)
[loop-cycle-2] feat: hot-reload providers.yaml without restart (#458)
Timmy
pushed to feat/hot-reload-config at Rockachopa/Timmy-time-dashboard
2026-03-19 19:11:09 +00:00
Timmy
created branch feat/hot-reload-config in Rockachopa/Timmy-time-dashboard
2026-03-19 19:11:09 +00:00
Timmy
deleted branch fix/cors-production-guard from Rockachopa/Timmy-time-dashboard
2026-03-19 19:05:31 +00:00
[loop-cycle-2] fix: strip CORS wildcards in production (#462)
[loop-cycle-2] fix: strip CORS wildcards in production (#462)
Timmy
pushed to fix/cors-production-guard at Rockachopa/Timmy-time-dashboard
2026-03-19 19:05:13 +00:00
Timmy
created branch fix/cors-production-guard in Rockachopa/Timmy-time-dashboard
2026-03-19 19:05:13 +00:00
[loop-generated] [feature] Add rate limiting to production endpoints
Note: src/timmy/serve.py does not exist. The production endpoint serving is done via src/dashboard/app.py (FastAPI). Rate limiting middleware should be added there. Rescoping this issue to…
[loop-generated] [feature] Add rate limiting to production endpoints
Note: src/timmy/serve.py does not exist. The production endpoint serving is done via src/dashboard/app.py (FastAPI). Rate limiting middleware should be added there. Rescoping this issue to…