feat: Add native macOS Status Bar integration#253
Open
AltusRossouw wants to merge 1 commit intoericc-ch:masterfrom
Open
feat: Add native macOS Status Bar integration#253AltusRossouw wants to merge 1 commit intoericc-ch:masterfrom
AltusRossouw wants to merge 1 commit intoericc-ch:masterfrom
Conversation
- Native macOS status bar app for Copilot API monitoring - Real-time API health checking via HTTP endpoints - CLI commands: install, start, stop, status, uninstall - Visual status indicators and contextual controls - Launch-at-login support via ServiceManagement - Terminal.app integration for command execution - Swift app with modern SwiftUI + MenuBarExtra - Complete CI/CD pipeline for automated builds - Platform-aware graceful degradation on non-macOS Resolves: Real-time API monitoring and native macOS integration Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
🍎 macOS Status Bar Integration for Copilot API
Overview
This PR adds a native macOS status bar app that provides quick access to Copilot API management directly from the menu bar. The
integration follows all existing copilot-api patterns and is fully backward compatible.
✨ Features Added
🖥️ Native macOS Status Bar App
🛠️ TypeScript CLI Integration
statusbarsubcommand following existing citty patternsinstall,start,stop,status,uninstall🔄 GitHub Actions CI/CD
🧪 Testing Completed
✅ CLI Integration: All subcommands work perfectly
✅ App Functionality: Status bar app installs and launches correctly
✅ API Monitoring: Real-time status checking on
localhost:4141✅ Platform Detection: Graceful handling on macOS vs other platforms
✅ Build Pipeline: Complete CI/CD workflow tested
📋 Usage
Install and Launch