[kimi] refactor: extract helpers from chat() (#627) #686

Merged
kimi merged 1 commits from kimi/issue-627 into main 2026-03-21 03:33:16 +00:00

1 Commits

Author SHA1 Message Date
kimi
9606899b10 refactor: extract _read_message_input and _resolve_session_id from chat()
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
Break up the 72-line chat() command into a thin orchestrator that
delegates stdin reading to _read_message_input() and session ID
resolution to _resolve_session_id().

Fixes #627

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 23:17:09 -04:00