Skip to content

Conversation

@John-Lin
Copy link

@John-Lin John-Lin commented Jul 28, 2025

Summary

This PR adds a new configuration option show_terminal_on_at_mention to allow users to disable automatic terminal visibility when sending @ mentions to Claude.

Motivation

Some users prefer to manage terminal sessions externally using tools like Ghostty, Tmux, or other terminal multiplexers. For these workflows, automatically opening/showing the terminal split in Neovim when sending @ mentions can be disruptive to their preferred window management setup.

Changes

  • New config option: show_terminal_on_at_mention (boolean, defaults to true)
  • Conditional terminal display: Terminal is only shown/opened when the option is enabled
  • Backward compatibility: Existing behavior is preserved by default
  • Config validation: Added validation for the new boolean option

@John-Lin
Copy link
Author

Checkout to feature branch and fix test in #90

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