Conversation
Add --auto-send and --send-key options to automatically send content and return focus to editor pane in send-only mode. Implementation details: - Add CLI options: --auto-send and --send-key - Implement sendKeyToWeztermPane and sendContentToWeztermPaneNoFocus in wezterm module - Implement sendKeyToTmuxPane and sendContentToTmuxPaneNoFocus in tmux module - Extend runSendOnlyMode to support auto-send workflow - Add handleAutoSendDelivery for auto-send content delivery - Default send key: Enter (tmux) and \r (wezterm)
Add documentation for --auto-send and --send-key options in the "Editor Integration (Send Without Closing)" section. - Explain --auto-send workflow: send content, auto-submit, and return focus - Document --send-key option for customizing the submit key - Show key format differences between tmux and WezTerm - Add usage examples for both options
- Update permissions to 'contents: write' for creating releases - Add 'Create GitHub Release' step after npm publish - Use changelogithub for generating structured release notes based on Conventional Commits
- Move changelog generation to separate job with 'needs: publish' - Add 'fetch-depth: 0' to checkout full git history for changelogithub - Revert 'contents: write' permission from publish job (only needed in changelog job) - Pin changelogithub version to 0.12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.