feat: live activity push watcher, new session command, resume rename#359
Open
jongio wants to merge 2 commits into
Open
feat: live activity push watcher, new session command, resume rename#359jongio wants to merge 2 commits into
jongio wants to merge 2 commits into
Conversation
- Add fsnotify-based EventWatcher for push session updates (replaces polling) - Add SessionTracker for PID tracking of launched sessions - Add focus window support (Win32 SetForegroundWindow) - Add new session launcher with + keybinding - Add W keybinding to focus selected session terminal window - Rename custom_command to resume_session_command with v1->v2 migration - Add new_session_command config field and settings panel entry - Add blinking dot and highlighted row for waiting sessions - Show last event type and timestamp in session detail pane - Update all docs (README, SECURITY, config.astro, features.astro) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 37403417-09bc-4600-8056-fbb5a2fb18bb
… --resume' - Change defaultNewSessionCommand from 'gh copilot' to 'copilot' - Flip FindCLIBinary() to prefer 'copilot' over 'ghcs' - Update README, spec doc, web config page with new defaults - Add new_session_command to web config.astro options table Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 37403417-09bc-4600-8056-fbb5a2fb18bb
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.
Summary
Adds push-based live activity monitoring, session launch/focus capabilities, and renames the config field from
custom_commandtoresume_session_commandwith automatic migration.Changes
Live Activity (push-based)
SetForegroundWindowAPI to bring a session's terminal window to front (Wkeybinding)+keybinding)Visual Enhancements
Config Rename
custom_commandrenamed toresume_session_command(config v1 to v2 migration)new_session_commandconfig fieldTesting
go vetclean