Skip to content

[BUG] [v1.1.0] Vibe mode Changes panel truncates filename due to hardcoded max width (128px) #38148

@wangdev18

Description

@wangdev18

Project

ide

Description

In Vibe mode, the Changes panel shows modified files with a filename rendered in a span element. The span uses a hardcoded max-width of 128px, which causes longer file names to truncate early (ellipsis) even when there is enough horizontal space. This makes it difficult to identify the full changed file name.

Error Message

Debug Logs

System Information

- OS: Ubuntu 22.04
- Version: v1.1.0
- App: Cortex IDE
- Mode: Vibe mode

Screenshots

Image

Steps to Reproduce

  1. Open Cortex IDE.
  2. Enable/open Vibe mode.
  3. Make a change to a file with a long path or long filename.
  4. Open the Vibe mode Changes panel.
  5. Observe the filename rendering for the changed file entry.
  6. Compare: the filename truncates even though there is more space available.

Expected Behavior

The filename span should not be hardcoded to 128px. It should resize based on available panel width (or use a responsive layout) so users can see most/all of the filename.

Actual Behavior

The filename is truncated because the span uses a hardcoded max-width: 128px, making longer filenames hard to identify.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already existsideIssues related to IDE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions