rockachopa
  • Joined on 2026-03-11
rockachopa closed issue rockachopa/Timmy-time-dashboard#38 2026-03-14 16:21:54 -04:00
Thinking engine: break the rumination loop
rockachopa commented on issue rockachopa/Timmy-time-dashboard#38 2026-03-14 16:21:54 -04:00
Thinking engine: break the rumination loop

Fixed in commit b30b5c6 (loop-cycle-6).

Changes:

  • Added _is_too_similar() using difflib.SequenceMatcher — compares new thoughts against last 5 stored thoughts
  • think_once() now…
rockachopa opened issue rockachopa/Timmy-time-dashboard#67 2026-03-14 16:11:21 -04:00
[timmy-capability] Timmy cannot delegate work to Kimi
rockachopa opened issue rockachopa/Timmy-time-dashboard#68 2026-03-14 16:11:21 -04:00
[timmy-capability] Timmy cannot reflect on his own past behavior
rockachopa opened issue rockachopa/Timmy-time-dashboard#64 2026-03-14 16:11:20 -04:00
[timmy-capability] Timmy has no awareness of his own session identity
rockachopa opened issue rockachopa/Timmy-time-dashboard#65 2026-03-14 16:11:20 -04:00
[timmy-capability] Timmy cannot run his own tests
rockachopa opened issue rockachopa/Timmy-time-dashboard#66 2026-03-14 16:11:20 -04:00
[timmy-capability] Timmy cannot read or create Gitea issues
rockachopa pushed to main at rockachopa/Timmy-time-dashboard 2026-03-14 16:10:57 -04:00
0d61b709da Merge pull request '[loop-cycle-5] Persist chat history in SQLite (#46)' (#63) from fix/issue-46-chat-persistence into main
79edfd1106 feat: persist chat history in SQLite — survives server restarts
Compare 2 commits »
rockachopa merged pull request rockachopa/Timmy-time-dashboard#63 2026-03-14 16:10:55 -04:00
[loop-cycle-5] Persist chat history in SQLite (#46)
rockachopa closed issue rockachopa/Timmy-time-dashboard#46 2026-03-14 16:10:55 -04:00
[HIGH] Chat history is in-memory only — lost on server restart
rockachopa created pull request rockachopa/Timmy-time-dashboard#63 2026-03-14 16:10:45 -04:00
[loop-cycle-5] Persist chat history in SQLite (#46)
rockachopa merged pull request rockachopa/Timmy-time-dashboard#62 2026-03-14 16:06:16 -04:00
feat: add --session-id to timmy chat CLI
rockachopa pushed to main at rockachopa/Timmy-time-dashboard 2026-03-14 16:06:16 -04:00
013a2cc330 Merge pull request 'feat: add --session-id to timmy chat CLI' (#62) from fix/cli-session-id into main
f426df5b42 feat: add --session-id option to timmy chat CLI
Compare 2 commits »
rockachopa created pull request rockachopa/Timmy-time-dashboard#62 2026-03-14 16:06:15 -04:00
feat: add --session-id to timmy chat CLI
rockachopa merged pull request rockachopa/Timmy-time-dashboard#61 2026-03-14 16:02:28 -04:00
[loop-cycle-4] Push event system coverage to ≥80% on all modules
rockachopa closed issue rockachopa/Timmy-time-dashboard#45 2026-03-14 16:02:28 -04:00
[CRITICAL] Event system has 0% test coverage
rockachopa pushed to main at rockachopa/Timmy-time-dashboard 2026-03-14 16:02:28 -04:00
bef4fc1024 Merge pull request '[loop-cycle-4] Push event system coverage to ≥80% on all modules' (#61) from fix/issue-45-event-coverage into main
9535dd86de test: push event system coverage to ≥80% on all three modules
Compare 2 commits »
rockachopa created pull request rockachopa/Timmy-time-dashboard#61 2026-03-14 16:02:21 -04:00
[loop-cycle-4] Push event system coverage to ≥80% on all modules
rockachopa created pull request rockachopa/Timmy-time-dashboard#60 2026-03-14 15:55:28 -04:00
[loop-cycle-3] fix: replace eval() with AST-walking safe evaluator (#52)
rockachopa closed issue rockachopa/Timmy-time-dashboard#47 2026-03-14 15:45:34 -04:00
[HIGH] XSS vulnerability in swarm_live.html (WebSocket data not sanitized)