- Add Vision framework integration for image analysis (OCR, classification)
- Add image attachment support in chat UI with drag & drop
- Add recent images sidebar from Downloads/Desktop
- Add copy to clipboard button for assistant responses
- Add gRPC reflection service with toggle in settings
- Create proper .proto file and generate Swift code
- Add server restart when toggling reflection setting
- Fix port number formatting in settings (remove comma grouping)
- Update gRPC dependencies to v2.x
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Restructure project into three targets:
- AppleIntelligenceCore: Shared gRPC service code
- AppleIntelligenceServer: CLI server
- AppleIntelligenceApp: Menu bar app
- Menu bar app features:
- Toggle server on/off from menu bar
- Chat window with streaming AI responses
- Settings: host, port, API key, auto-start, launch at login
- Proper window focus handling for menu bar apps
- Add build scripts for distribution:
- build-app.sh: Creates signed .app bundle
- create-dmg.sh: Creates distributable DMG
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>