Timmy Time Timmy
Timmy commented on issue Rockachopa/Timmy-time-dashboard#539 2026-03-20 00:32:25 +00:00
[loop-generated] [refactor] Break up shell.py::run() — 89 lines

Kimi: Extract the run() function in src/infrastructure/hands/shell.py into smaller private helpers. Each phase (timeout setup, subprocess execution, output capture/formatting, error handling)…

Timmy commented on issue Rockachopa/Timmy-time-dashboard#538 2026-03-20 00:32:24 +00:00
[loop-generated] [refactor] Break up git.py::run() — 90 lines

Kimi: Extract the run() function in src/infrastructure/hands/git.py into smaller private helpers. Each distinct phase (argument validation, subprocess execution, output processing, error…

Timmy opened issue Rockachopa/Timmy-time-dashboard#541 2026-03-20 00:32:14 +00:00
[loop-generated] [refactor] Break up api_chat() — 81 lines in chat_api.py
Timmy opened issue Rockachopa/Timmy-time-dashboard#538 2026-03-20 00:32:13 +00:00
[loop-generated] [refactor] Break up git.py::run() — 90 lines
Timmy opened issue Rockachopa/Timmy-time-dashboard#540 2026-03-20 00:32:13 +00:00
[loop-generated] [refactor] Break up _gather_system_snapshot() — 86 lines in thinking.py
Timmy opened issue Rockachopa/Timmy-time-dashboard#539 2026-03-20 00:32:13 +00:00
[loop-generated] [refactor] Break up shell.py::run() — 89 lines
Timmy deleted branch kimi/issue-534 from Rockachopa/Timmy-time-dashboard 2026-03-20 00:30:33 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-20 00:30:32 +00:00
aa5e9c3176 refactor: break up get_memory_status() into helpers (#537)
Timmy merged pull request Rockachopa/Timmy-time-dashboard#537 2026-03-20 00:30:30 +00:00
refactor: break up get_memory_status() into helpers
Timmy closed issue Rockachopa/Timmy-time-dashboard#534 2026-03-20 00:30:30 +00:00
[loop-generated] [refactor] Break up get_memory_status() — 93 lines in tools_intro/__init__.py
Timmy pushed to kimi/issue-534 at Rockachopa/Timmy-time-dashboard 2026-03-20 00:28:39 +00:00
b44014db38 Merge branch 'main' into kimi/issue-534
1b4fe65650 fix: cache thinking agent and add timeouts to prevent loop pane death (#535)
Compare 2 commits »
Timmy commented on issue Rockachopa/Timmy-time-dashboard#525 2026-03-20 00:27:36 +00:00
[triage-generated] [bug] Loop pane dies every ~10 min requiring watchdog restart

Merged via PR #535. Agent caching + 120s per-call timeout + 600s outer timeout resolves the ~10 min death cycle. Conflict with existing app.py timeout (from #530) resolved by keeping the…

Timmy deleted branch kimi/issue-525 from Rockachopa/Timmy-time-dashboard 2026-03-20 00:27:29 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-20 00:27:28 +00:00
1b4fe65650 fix: cache thinking agent and add timeouts to prevent loop pane death (#535)
Timmy merged pull request Rockachopa/Timmy-time-dashboard#535 2026-03-20 00:27:27 +00:00
fix: cache thinking agent and add timeouts to prevent loop pane death
Timmy pushed to kimi/issue-525 at Rockachopa/Timmy-time-dashboard 2026-03-20 00:27:17 +00:00
50d7b09c9b fix: cache thinking agent and add timeouts to prevent loop pane death
2d69f73d9d fix: add timeout to thinking/loop-QA schedulers (#530)
Compare 2 commits »
Timmy commented on issue Rockachopa/Timmy-time-dashboard#486 2026-03-20 00:23:05 +00:00
[loop-generated] [refactor] Complete airllm removal from backends, agent, CLI and tests

Updated scope — this is bigger than expected.

Files to modify:

  1. src/timmy/backends.py — Remove _AIRLLM_MODELS, ModelSize, airllm_available(), is_apple_silicon(), `TimmyAirLLMAgen…
Timmy opened issue Rockachopa/Timmy-time-dashboard#536 2026-03-20 00:22:35 +00:00
[philosophy] [tesla] The flash of light under pressure — involuntary pattern recognition as survival architecture
Timmy commented on issue Rockachopa/Timmy-time-dashboard#532 2026-03-20 00:21:27 +00:00
[loop-generated] [refactor] Break up _maybe_file_issues() — 100 lines in thinking.py

Instructions for Kimi:\n\n1. Read src/timmy/thinking.py, find _maybe_file_issues() (100 lines)\n2. Extract: issue template formatting, Gitea API call, dedup check\n3. Main function <40…

Timmy commented on issue Rockachopa/Timmy-time-dashboard#531 2026-03-20 00:21:26 +00:00
[loop-generated] [refactor] Break up run_agentic_loop() — 121 lines in agentic_loop.py

Instructions for Kimi:\n\n1. Read src/timmy/agentic_loop.py, find run_agentic_loop() (121 lines)\n2. Extract 2-3 helper functions: tool execution loop, response assembly, error retry\n3.…