Skip to content

Add setting to skip file rename prompt#2

Closed
rcdailey wants to merge 2 commits intoaggroot:mainfrom
rcdailey:add-skip-prompt-setting
Closed

Add setting to skip file rename prompt#2
rcdailey wants to merge 2 commits intoaggroot:mainfrom
rcdailey:add-skip-prompt-setting

Conversation

@rcdailey
Copy link

@rcdailey rcdailey commented Jul 6, 2025

Summary

  • Added new boolean setting claudeImagePaste.skipRenamePrompt (default: false)
  • When enabled, automatically uses default filename without showing prompt
  • Maintains backward compatibility with existing behavior

Motivation

Users found the file rename prompt annoying when they just want to use the default filename. This change allows users to streamline their workflow by skipping the rename dialog entirely.

Changes

  • Added skipRenamePrompt setting to package.json configuration
  • Modified extension.js to check setting and conditionally skip promptForFileRename() call
  • Setting is disabled by default to maintain existing behavior

Test Plan

  • Extension can be loaded in VS Code
  • With setting disabled (default), prompt still appears
  • With setting enabled, prompt is skipped and default filename is used

rcdailey added 2 commits July 6, 2025 13:31
This change enhances the extension's integration with Claude Code by
automatically prepending the @ symbol to pasted image paths. Claude
Code recognizes paths starting with @ as file imports and will
automatically read their contents when messages are submitted.

- Modified extension.js line 162 to prepend @ to file paths
- Maintains all existing functionality while adding Claude Code integration
- Aligns with the extension's stated purpose of supporting Claude Code conversations
- Added new boolean setting 'claudeImagePaste.skipRenamePrompt' (default: false)
- When enabled, automatically uses default filename without showing prompt
- Maintains backward compatibility with existing behavior
- Users can now streamline workflow by skipping the rename dialog
@rcdailey
Copy link
Author

rcdailey commented Feb 6, 2026

Closing since I have not heard anything back from the maintainers.

@rcdailey rcdailey closed this Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant