# PR Description Given that `arcade chat` is the entry point for all users, this PR makes the developer's first experience with Arcade a better experience. 1. Add multi-line & pasting support to `arcade chat`. To start a multi-line chat message, start your message with `"""`. To end the multi-line chat message, end your line with `"""`.  2. Added chat commands - `/?` displays all available chat commands that are available - `/show` shows all of the tools available. This uses `arcade show`. Currently no option to specify the toolkit, or tool. - `/clear` clears the chat conversation history of the current session - `/exit` exits the chat. (ctrl+c still works of course!)  |
||
|---|---|---|
| .. | ||
| arcade | ||
| tests | ||
| codecov.yaml | ||
| poetry.toml | ||
| pyproject.toml | ||
| run_cli.py | ||
| tox.ini | ||