Skip to content

Improve output highlighting #63

@emiliosheinz

Description

@emiliosheinz

Describe the feature or problem you'd like to solve

Currently, when asking questions in the GitHub Copilot CLI, the answers are displayed in a way that gets dimmed or faded out. This makes them harder to read, especially for long responses or code blocks.

Proposed solution

Implement a better highlighting and formatting system for answers, similar to the one used in Claude Code CLI
or on Crush. This could include:

  • Stronger contrast for text
  • Syntax highlighting for code blocks
  • Clearer separation between input and output
  • Optional toggle to switch between “dimmed” and “full” display modes

Benefits

  • Improved readability of answers
  • Better developer experience when using GitHub Copilot CLI
  • More consistent UX compared to other modern AI-powered CLIs

Example prompts or workflows

  • Show me the content of file X
  • Explain this repo and its current architectural organization
  • List all functions in utils.py and briefly describe each
  • Generate a code example for calling API Y and show me step-by-step
  • Compare the implementation of function foo() between commit A and commit B

Additional context

What it looks like on Copilot CLI:

Image

What it looks like on Claude Code:

Image

How Crush does it:

crush-demo.238e393760cf226.webm

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions