cg33
e43edf027d
feat(core): add /cancel command to interrupt and reset session ( #957 )
...
Add /cancel command that stops current execution and creates a fresh
session. Unlike /stop which only halts execution, /cancel also clears
the session history so the user can immediately continue with new
instructions.
Changes:
- Add "cancel" to builtinCommands
- Implement cmdCancel function combining /stop + /new logic
- Add MsgSessionCancelled i18n key with 5 language translations
- Add /cancel to help card session section
Use case: When agent is blocked on long-running task (e.g., mvn install),
/cancel lets user interrupt and start fresh without waiting.
Fixes #938
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-07 09:58:51 +08:00
..
2026-06-04 09:55:04 +08:00
2026-06-04 09:55:04 +08:00
2026-05-21 22:42:02 +08:00
2026-05-18 10:13:17 +08:00
2026-05-06 15:51:18 +08:00
2026-04-11 10:18:31 +00:00
2026-04-11 10:18:31 +00:00
2026-05-05 22:46:22 +08:00
2026-05-05 22:46:22 +08:00
2026-06-04 10:05:17 +08:00
2026-03-20 00:31:00 +08:00
2026-06-04 09:55:04 +08:00
2026-06-04 09:55:04 +08:00
2026-05-21 22:21:34 +08:00
2026-03-22 12:03:30 +08:00
2026-06-04 16:48:59 +08:00
2026-06-07 09:58:51 +08:00
2026-05-21 22:42:02 +08:00
2026-04-19 09:19:07 +08:00
2026-05-18 10:13:45 +08:00
2026-06-07 09:58:51 +08:00
2026-06-04 10:05:17 +08:00
2026-06-04 09:55:04 +08:00
2026-06-04 10:05:17 +08:00
2026-05-18 11:38:48 +08:00
2026-05-18 11:38:48 +08:00
2026-04-24 06:49:32 +08:00
2026-04-24 06:49:32 +08:00
2026-05-18 09:58:00 +08:00
2026-05-18 09:58:00 +08:00
2026-06-04 09:49:43 +08:00
2026-06-06 21:34:56 +08:00
2026-03-21 20:32:22 +08:00
2026-05-18 10:13:37 +08:00
2026-04-12 20:40:02 +08:00
2026-04-12 20:40:02 +08:00
2026-03-27 23:59:11 +08:00
2026-03-27 23:59:11 +08:00
2026-05-05 22:40:44 +08:00
2026-05-05 22:40:44 +08:00
2026-04-09 18:55:30 +08:00
2026-04-09 18:55:30 +08:00
2026-04-18 15:24:32 +08:00
2026-03-21 20:32:22 +08:00
2026-03-21 20:32:22 +08:00
2026-04-19 00:10:29 +08:00
2026-04-09 16:50:25 +08:00
2026-05-21 22:42:02 +08:00
2026-04-09 16:50:25 +08:00
2026-04-09 16:50:25 +08:00
2026-04-09 16:50:25 +08:00
2026-04-19 00:10:29 +08:00
2026-06-04 09:53:54 +08:00
2026-06-04 09:53:54 +08:00
2026-04-11 19:45:08 +08:00
2026-04-11 19:45:08 +08:00
2026-04-27 15:06:17 +08:00
2026-04-27 15:06:17 +08:00
2026-04-11 19:45:08 +08:00
2026-04-27 15:06:17 +08:00
2026-04-11 19:45:08 +08:00
2026-04-27 15:06:17 +08:00
2026-05-18 22:43:30 +08:00
2026-05-28 01:00:39 +08:00
2026-05-18 10:13:24 +08:00
2026-04-19 08:57:45 +08:00
2026-05-21 22:42:02 +08:00
2026-04-19 08:57:45 +08:00
2026-05-18 10:24:45 +08:00
2026-05-18 10:24:45 +08:00
2026-06-04 10:05:17 +08:00
2026-06-04 10:05:17 +08:00
2026-05-30 16:49:50 +08:00
2026-05-30 16:49:50 +08:00
2026-03-20 00:31:00 +08:00
2026-06-06 21:34:56 +08:00
2026-03-31 08:33:20 +08:00
2026-04-15 20:49:13 +08:00
2026-03-20 00:31:00 +08:00
2026-03-24 08:03:18 +08:00
2026-04-15 17:01:43 +08:00
2026-05-21 22:42:02 +08:00
2026-04-30 17:25:33 +08:00