kimi-code/apps
Kaiyi 3bea6f9fa2 fix(cli): require input source for --quiet and drop empty final-only JSON on failure
- `--quiet` with neither `--prompt` nor `--input-format` now fails validation
  ("Quiet mode requires --prompt or --input-format.") instead of entering print
  mode and crashing on an undefined prompt.
- `PromptFinalJsonWriter.finish()` skips emitting when there is no final text,
  matching the text writer — a failed `--final-message-only` turn no longer
  prints a spurious `{"role":"assistant","content":""}` before its error line.

Adds a changeset for the print-mode stream-json work.
2026-06-29 16:44:50 +08:00
..
kimi-code fix(cli): require input source for --quiet and drop empty final-only JSON on failure 2026-06-29 16:44:50 +08:00
kimi-web feat(web): preserve side panel and scope input history per session (#1181) 2026-06-29 01:52:08 +08:00
vis feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00