-
Notifications
You must be signed in to change notification settings - Fork 32
Add AI Agent Monitor extension #111
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
Open
croustibat
wants to merge
876
commits into
iordv:main
Choose a base branch
from
croustibat:feature/ai-agent-monitor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- Add SwiftTermView.swift NSViewRepresentable wrapper - Rewrite TerminalNotchView to use full terminal (no more quick mode) - Add font size increase/decrease controls - Uses LocalProcessTerminalView with PTY for interactive commands
… when terminal visible
…aPlayerView exactly
…diaPlayerView formula
…asExecutedCommand tracking
…nsion Height percentage
- Fixed data loss on reboot: Old Quickshare history JSON caused decode failure due to new missing fields (isZip, itemCount). Added manual Codable implementation with backward-compatible defaults. - Fixed compiler error: Updated QuickshareMenuContent to call static QuickshareManagerWindowController.show() correctly.
Fixed compiler error where static method QuickshareManagerWindowController.show() was incorrectly called on an instance.
Resolved compiler error where SettingsWindowController code attempted to call close() which did not exist on the controller instance.
- Removed dedicated 'Droppy Quickshare' Settings tab - Added 'Droppy Quickshare' as an unremovable Core Extension - Updated ExtensionProtocol and Registry - Updated Settings sidebar: removed tab, updated bottom-left Quickshare button icon to 'drop.fill' - Cleaned up QuickshareMenuContent (removed duplicate buttons)
…xtensive switch - Merged Quickshare menu content into main Droppy menu (submenu) - Removed standalone 'Droppy Quickshare' menu bar item - Updated QuickShareSuccessView to respect transparency settings - Fixed compiler error in RemoveExtensionButton (switch exhaustiveness)
- Updated ExtensionsShopView to include Droppy Quickshare in the extension list - Updated walkthrough.md
- Added QuickshareInfoView.swift with custom UI matching other extensions - Updated ExtensionsShopView to use the new Info View - Polished verify actions in walkthrough
- Integrated file manager UI directly into QuickshareInfoView - Added 'Show in Menu Bar' toggle (AppPreferenceKey.showQuickshareInMenuBar) - Updated DroppyApp to conditionally show Quickshare submenu based on toggle - Updated QuickshareManagerWindowController to use the new Info View
- Centralized upload logic in DroppyQuickshare.swift (added completion handler) - Updated BasketQuickActionsBar to use shared upload logic (removed ~300 lines of dup code) - Fixed structural syntax errors in QuickshareInfoView.swift - Ensured Quickshare Manager is fully functional in all contexts
- Redesigned QuickshareInfoView manager section to use a unified card layout - Fixed missing brace in BasketQuickActionsBar.swift - Improved visual cohesion of shared file list
- Removed Quickshare button from Settings sidebar as it's now in Extensions
- Moved shared file count to a badge next to the title - Simplified manager list card (removed duplicate header) - Added clean empty state placeholder
- Added .multilineTextAlignment(.center) to Basket overlay text
- Added Quickshare card to extensions.html - Added extensionIdMap entry for Supabase analytics - Added extensionData with screenshot and features - Added deep URL handler case for droppy://extension/quickshare - Copied screenshot to docs/assets/images/quickshare-screenshot.png - Icon placeholder (assets/icons/quickshare.png) pending
…screenshot - Added previewView static property to ExtensionDefinition protocol - Added default nil implementation for previewView - Fixed compile error: 'Value of type has no member previewView' - Added screenshot to QuickshareInfoView features section
- Added quickshare.jpg icon to docs/assets/icons/ - Updated extensions.html to use .jpg icon path - Updated QuickshareExtension.swift with iconURL and screenshotURL
Layout now: explanation → screenshot → menu bar → files list
New extension to monitor AI coding agents in real-time: - Track Claude Code, Codex, and OpenCode activity - OTLP server to receive telemetry from coding agents - Animated status border when an agent is active - Token usage tracking and tool call display - Beautiful HUD integration with the notch Components: - AIAgentMonitorExtension: Extension definition - AIAgentMonitorManager: Core telemetry management - AIAgentStatusHUD: Status display in notch - AIAgentBorderView: Animated border effects - OTLPServer: Receives agent telemetry - AgentSource: Agent detection and visual properties Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8015e85 to
c5c635a
Compare
Author
|
Hey @iordv, Here is a quick vid showing how it's working for the moment. it'm trying to fix the wrong overly effect. ai-agent-monitor.mp4 |
- Add container width expansion for AI Agent HUD in currentNotchWidth - Add opacity modifier to prevent position artifacts during expansion transition - Add solid black background to shelf status view to prevent transparency - Add debug logging for layout troubleshooting The HUD was not visible in notch mode because the container width was not expanding to include the wing areas when AI Agent HUD was active. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
|
Hi! Take your time with the implementation and let me know when it's done :D |
- Add glowEnhanced setting to AIAgentMonitorManager (defaults to true) - Add isTestMode for temporary border preview without active agent - Add testBorder() method that activates preview for 5 seconds - Add "Enhanced glow effect" toggle in settings UI - Add "Preview border effect" section with Test button - Update border rendering with enhanced glow: - Wider line width (3px vs 2.5px) - Larger primary shadow radius (12px vs 8px) - Secondary shadow layer with 20px radius for dramatic effect - Border now shows during test mode for easy preview Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…splay - Add Claude logo image asset (replacing brain icon) - Add custom icon support in AgentSource with usesCustomIcon/customIconName - Add OTLP metrics parsing (cost, tokens, time, lines of code) - Display current tool call dynamically on closed notch - Show detailed metrics on expanded shelf view - Fix border clipping with proper padding - Update AIAgentStatusHUD layout for better text visibility Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
|
Let me know when it's all done 👯 |
Owner
|
Do you have a new video of how it exactly looks at the moment? |
d2180bb to
c2e08c4
Compare
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
Features
Components
AIAgentMonitorExtension.swiftAIAgentMonitorManager.swiftAIAgentStatusHUD.swiftAIAgentBorderView.swiftOTLPServer.swiftAgentSource.swiftTest plan
🤖 Generated with Claude Code