Add slash commands and placeholder hint to REPL (#42)
* Add slash commands and placeholder hint to REPL
Implement slash commands (/help, /?, /bye) and add rustyline-based
placeholder text "Send a message (/? for help)" for better UX.
* removed exit command from repl
* Refactor REPL: upgrade rustyline and improve slash commands
- Upgrade rustyline from 14.0 to 17.0
- Extract slash command handling to separate function
- Rename editor variable for clarity (rl -> editor)
- Remove >> prefix from CLI output
- Add else block to break loop when relays exhausted
- Update no reply message to be more helpful
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
authored by