chat - use color for the prompt
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.5k
- Forks
- 991
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 10
Description
LLM's can respond with a wall of text, and in an interactive session, it can be hard to distinguish the different responses, or find the start of my most recent question vs. the end of the previous answer.
It would be nice if the prompt was in color, or had more newlines around it, or something, so it was easier to distinguish.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the interactive chat command and its prompt rendering code, then run a chat session to observe how user prompts and model responses are separated. The work is done when prompts are visually distinct through color, spacing, or another clear treatment, with the behavior covered by an appropriate test if the project has one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100