[FEATURE] Feature toggle for disabling auto-rendering as inline images instead of plain text in prompt area
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When pasting or dragging a full image file path into Claude Code, the path is automatically converted to an inline image preview instead of being treated as plain text. This makes it impossible to enter or reference file paths without triggering image rendering. Hand-typing the path works, but is impractical for longer paths.
Proposed Solution
Add a setting in settings.json to disable automatic image/pdf (and other media) rendering from pasted paths, as some users may not use this feature and want plain text paths instead.
Alternative Solutions
Add action under some shortcut, which turns paths in prompt into embeddings and vice versa.
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 7 comments on GitHub. Read the full discussion on GitHub ↗