Commit Graph
1 Commits
Author SHA1 Message Date
MimoandGitHub f1daed80d6 fix: composer keyboard behavior and allow sending while agent is running (#422)
- Enter no longer inserts newline when sending is blocked (no-op instead)
- Shift+Enter now inserts newline (standard convention)
- Allow appending messages while agent is running (remove threadIsRunning
  gate from canSend) — matches Claude Code CLI behavior where users can
  queue messages during execution
2026-04-09 10:58:12 +08:00