Skip to content

feat: add show_terminal_on_at_mention configuration option #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 0 commits into from

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