co-mono/packages/coding-agent/src
Mario Zechner f8b6164ecd Fix Escape key handling for Kitty keyboard protocol
Add isEscape() helper that handles both raw (\x1b) and Kitty protocol
(\x1b[27u) Escape sequences. Update all components that check for
Escape key to use the new helper.
2025-12-19 04:54:02 +01:00
..
cli fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00
core Merge pull request #232 from aliou/fix/symlinked-slash-commands 2025-12-19 00:57:11 +01:00
modes Fix Escape key handling for Kitty keyboard protocol 2025-12-19 04:54:02 +01:00
utils fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts Add hooks system with pi.send() for external message injection 2025-12-10 00:50:30 +01:00
index.ts Add type guards for tool_result event narrowing 2025-12-19 00:48:03 +01:00
main.ts fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00