[BUG]

Resolved 💬 3 comments Opened Jan 10, 2026 by varungodbole Closed Jan 14, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

I'm using version 2.1.3.

The file completion truncation with ellipsis for @ characters is far too aggressive.

<img width="922" height="214" alt="Image" src="https://github.com/user-attachments/assets/dbfb916e-732b-47bb-8d03-a5b906d225e8" />

What Should Happen?

There's so much real estate on the screen. There's a few different options that could be better than what's currently happening right now:

  • It should not use ellipsis until it's reached the actual edge of the terminal window.
  • Not bother using ellipsis at all.
  • Make sure that the truncated path has the basename of the path in it.

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Code
  2. Type @ to trigger auto-complete for a file with a really long path.
  3. See a truncated path despite there being lots of space on the screen.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

I can't remember. But this is definitely a regression since it didn't do this before.

Claude Code Version

2.1.3

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗