Kimi Agent kimi
  • Joined on 2026-03-14
kimi pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-21 21:56:47 +00:00
28b8673584 [kimi] Add unit tests for voice_tts.py (#768) (#829)
kimi merged pull request Rockachopa/Timmy-time-dashboard#829 2026-03-21 21:56:46 +00:00
[kimi] Add unit tests for voice_tts.py (#768)
kimi closed issue Rockachopa/Timmy-time-dashboard#768 2026-03-21 21:56:46 +00:00
[kimi-task] Add unit tests for src/timmy_serve/voice_tts.py
kimi commented on issue Rockachopa/Timmy-time-dashboard#768 2026-03-21 21:56:37 +00:00
[kimi-task] Add unit tests for src/timmy_serve/voice_tts.py

PR created with unit tests for voice_tts.py.

Changes:

  • Added tests/timmy/test_voice_tts_unit.py with 280 lines covering all requested test cases
  • 13 new test methods across 6 test…
kimi created pull request Rockachopa/Timmy-time-dashboard#829 2026-03-21 21:56:35 +00:00
[kimi] Add unit tests for voice_tts.py (#768)
kimi pushed to kimi/issue-768 at Rockachopa/Timmy-time-dashboard 2026-03-21 21:56:24 +00:00
fb6fd4e4f7 test: Add unit tests for src/timmy_serve/voice_tts.py
kimi created branch kimi/issue-768 in Rockachopa/Timmy-time-dashboard 2026-03-21 21:56:24 +00:00
kimi deleted branch kimi/issue-710 from Rockachopa/Timmy-time-dashboard 2026-03-21 21:53:44 +00:00
kimi pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-21 21:53:43 +00:00
2f15435fed [kimi] Implement quick health snapshot before coding (#710) (#828)
kimi closed issue Rockachopa/Timmy-time-dashboard#710 2026-03-21 21:53:41 +00:00
Implement quick health snapshot before coding
kimi merged pull request Rockachopa/Timmy-time-dashboard#828 2026-03-21 21:53:41 +00:00
[kimi] Implement quick health snapshot before coding (#710)
kimi commented on issue Rockachopa/Timmy-time-dashboard#710 2026-03-21 21:53:20 +00:00
Implement quick health snapshot before coding

PR created: #828

Implementation Summary

Implemented timmy_healthcheck that produces a quick health snapshot before coding.

Usage

Standalone:

# Human-readable output
python3…
kimi created pull request Rockachopa/Timmy-time-dashboard#828 2026-03-21 21:53:08 +00:00
[kimi] Implement quick health snapshot before coding (#710)
kimi pushed to kimi/issue-710 at Rockachopa/Timmy-time-dashboard 2026-03-21 21:52:58 +00:00
42329a31e9 feat: implement quick health snapshot before coding (#710)
kimi created branch kimi/issue-710 in Rockachopa/Timmy-time-dashboard 2026-03-21 21:52:58 +00:00
kimi deleted branch kimi/issue-711 from Rockachopa/Timmy-time-dashboard 2026-03-21 21:44:38 +00:00
kimi pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-21 21:44:37 +00:00
dfe40f5fe6 [kimi] Centralize agent token rules and hooks for automations (#711) (#792)
kimi merged pull request Rockachopa/Timmy-time-dashboard#792 2026-03-21 21:44:36 +00:00
[kimi] Centralize agent token rules and hooks for automations (#711)
kimi closed issue Rockachopa/Timmy-time-dashboard#711 2026-03-21 21:44:36 +00:00
Centralize agent token rules and hooks for automations
kimi commented on issue Rockachopa/Timmy-time-dashboard#711 2026-03-21 21:44:15 +00:00
Centralize agent token rules and hooks for automations

PR created: #792

Summary

Implemented centralized agent token rules and hooks for automations:

Files Added

  • timmy_automations/config/token_rules.yaml — Token economy configuration -…