As of now, console prompts are hardcoded: it's user@host$ in operational mode and user@host# in configuration mode. That's how it works in classic network OSes, but UNIX shells (including bash, that we use) offers a lot more flexibility that some people may want and have no way to use now.
We could add options to allow people to configure their own prompts if they want different formats, colors, etc. For example:
set system option console-prompt mode operational <format string> set system option console-prompt mode configuration <format string>