claude-code - 💡(How to fix) Fix [BUG] Plugin config window auto closes when `n` character is typed [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46453Fetched 2026-04-11 06:19:54
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×5commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

When setting the value for a plugin's userConfig, typing the n character auto closes the configuration wizard and does not save the value, i.e. typing out the path /Users/nathan closes the wizard when the first n is typed.

Copy and pasting the full value (even if it contains the n character) seems to work fine.

What Should Happen?

The plugin configuration input should not close automatically when the n character is typed. The user should be able to complete their userConfig key input without having the wizard closed if the value they are inputting contains an n character.

Error Messages/Logs

Steps to Reproduce

  1. Install plugin with the userConfig setting property to allow for plugin configuration
  2. run /plugin
  3. Navigate to the plugin you installed
  4. Select "Configure Options" to open the config wizard
  5. Type n as the first character or at any point during value entry
  6. Configuration wizard automatically closes

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.101

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

iTerm2

Additional Information

For the userConfig property for plugins, the documentation is missing the type and title values. Installing the plugin without these values for a config item throws errors for the plugin. See documentation here: https://code.claude.com/docs/en/plugins-reference#user-configuration

extent analysis

TL;DR

  • The issue may be resolved by modifying the plugin's userConfig setting to include the type and title values as specified in the documentation.

Guidance

  • Verify that the userConfig property for the plugin includes the required type and title values to ensure proper configuration.
  • Check the documentation at https://code.claude.com/docs/en/plugins-reference#user-configuration for the correct format and requirements for the userConfig property.
  • Test the plugin configuration with the type and title values included to see if the issue persists.
  • If the issue is still present, try using a different character or string to see if the problem is specific to the n character.

Example

No code snippet is provided as the issue does not include specific code that needs to be modified.

Notes

The issue may be related to the missing type and title values in the userConfig property, but without further information, it is difficult to determine the root cause.

Recommendation

Apply workaround: Include the required type and title values in the userConfig property to ensure proper plugin configuration, as this may resolve the issue with the configuration wizard closing automatically when the n character is typed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING