Adds argument syntax hints (e.g. <req> [opt]) for slash commands in the REPL and implements tab completion for /help command arguments.
- Fix typo in REPL info message. - Optimize Recorder to avoid unnecessary allocations. - Simplify field type detection in SlashCommand using stringToEnum. - Remove unused yellow ANSI constant in Terminal. - Shorten log message in McpServer.