co-mono/packages
Ben Vargas 8f5466f42a
feat(coding-agent): add /quit and /exit slash commands to exit (#426)
Add new slash commands for gracefully exiting the interactive mode:
- /quit - exit the application
- /exit - alias for /quit (common CLI convention)

Both commands await shutdown() which emits session_shutdown events
to hooks and custom tools before exiting. Unlike Ctrl+C (twice) which
uses void (fire-and-forget), these commands properly wait for hooks
and tools to complete their shutdown handlers.
2026-01-03 22:38:55 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-03 17:09:58 +01:00
ai Add [Unreleased] section for next cycle 2026-01-03 17:09:58 +01:00
coding-agent feat(coding-agent): add /quit and /exit slash commands to exit (#426) 2026-01-03 22:38:55 +01:00
mom Add [Unreleased] section for next cycle 2026-01-03 17:09:58 +01:00
pods Release v0.32.3 2026-01-03 17:09:22 +01:00
tui Add [Unreleased] section for next cycle 2026-01-03 17:09:58 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-03 17:09:58 +01:00