Timmy Time Timmy
Timmy commented on issue Rockachopa/Timmy-time-dashboard#627 2026-03-20 20:38:54 +00:00
[loop-generated] [refactor] Break up cli.py::chat — 72 lines

Kimi: Extract stdin reading into _read_message_input(message: list[str]) -> str and session resolution into _resolve_session_id(session_id, new_session) -> str. Keep the chat() function as a…

Timmy opened issue Rockachopa/Timmy-time-dashboard#629 2026-03-20 20:38:41 +00:00
[loop-generated] [refactor] Break up workshop_state.py::get_state_dict — 69 lines
Timmy opened issue Rockachopa/Timmy-time-dashboard#628 2026-03-20 20:38:41 +00:00
[loop-generated] [refactor] Break up csrf.py::dispatch — 70 lines
Timmy opened issue Rockachopa/Timmy-time-dashboard#627 2026-03-20 20:38:40 +00:00
[loop-generated] [refactor] Break up cli.py::chat — 72 lines
Timmy opened issue Rockachopa/Timmy-time-dashboard#626 2026-03-20 20:38:40 +00:00
[loop-generated] [bug] CSRF middleware executes endpoint before checking @csrf_exempt — side effects bypass protection
Timmy commented on issue Rockachopa/Timmy-time-dashboard#625 2026-03-20 20:33:13 +00:00
[loop-generated] [bug] Tool display censors max_tokens= as secret, causing false bug reports

This is a Hermes harness issue (tool-level censoring), not dashboard code. The censoring regex lives in the Hermes display pipeline, not in this repo. Marking as wontfix for this repo — should be…

Timmy closed issue Rockachopa/Timmy-time-dashboard#625 2026-03-20 20:33:13 +00:00
[loop-generated] [bug] Tool display censors max_tokens= as secret, causing false bug reports
Timmy commented on issue Rockachopa/Timmy-time-dashboard#617 2026-03-20 20:33:02 +00:00
[loop-generated] [refactor] Break up calm.py::post_morning_ritual — 76 lines

Instructions for Kimi

File: src/dashboard/routes/calm.py

Task: Break up post_morning_ritual (76 lines) into smaller focused helpers.

Approach:

  1. Extract input validation…
Timmy commented on issue Rockachopa/Timmy-time-dashboard#616 2026-03-20 20:33:02 +00:00
[loop-generated] [refactor] Break up request_logging.py::dispatch — 79 lines

Instructions for Kimi

File: src/dashboard/middleware/request_logging.py

Task: Break up the dispatch method (79 lines) into smaller focused helpers.

Approach:

  1. Extract log…
Timmy deleted branch kimi/issue-618 from Rockachopa/Timmy-time-dashboard 2026-03-20 20:31:38 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-20 20:31:37 +00:00
32dbdc68c8 refactor: break up should_use_tools into helpers (#624)
Timmy closed issue Rockachopa/Timmy-time-dashboard#618 2026-03-20 20:31:36 +00:00
[loop-generated] [refactor] Break up conversation.py::should_use_tools — 72 lines
Timmy merged pull request Rockachopa/Timmy-time-dashboard#624 2026-03-20 20:31:35 +00:00
refactor: break up should_use_tools into helpers
Timmy pushed to kimi/issue-618 at Rockachopa/Timmy-time-dashboard 2026-03-20 20:31:28 +00:00
f401b65a4b Merge branch 'main' into kimi/issue-618
84302aedac fix: pass max_tokens to Ollama provider in cascade router (#622)
Compare 2 commits »
Timmy opened issue Rockachopa/Timmy-time-dashboard#625 2026-03-20 20:28:34 +00:00
[loop-generated] [bug] Tool display censors max_tokens= as secret, causing false bug reports
Timmy commented on issue Rockachopa/Timmy-time-dashboard#614 2026-03-20 20:27:59 +00:00
[loop-generated] [bug] Tower route /tower missing tests

Kimi Instructions

Task: Add comprehensive tests for the Tower route.

Files to modify:

  • tests/dashboard/test_tower.py (create or extend)

Files to reference (read-only): -…

Timmy commented on issue Rockachopa/Timmy-time-dashboard#619 2026-03-20 20:27:43 +00:00
[loop-generated] [bug] Truncated parameter in router api.py line 60 — max_tokens=reques...

Root cause analysis: The reported truncation (max_tokens=*** and max_tokens=reques...ens) was a display artifact — the tool censors substrings that look like secrets/tokens. The actual…

Timmy deleted branch kimi/issue-619 from Rockachopa/Timmy-time-dashboard 2026-03-20 20:27:26 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-20 20:27:25 +00:00
84302aedac fix: pass max_tokens to Ollama provider in cascade router (#622)
Timmy merged pull request Rockachopa/Timmy-time-dashboard#622 2026-03-20 20:27:25 +00:00
fix: pass max_tokens to Ollama provider in cascade router