|
| 1 | +# Clueless v1.0.0 - Stable Release 🎉 |
| 2 | + |
| 3 | +We're thrilled to announce **Clueless v1.0.0**, our first stable release! This major milestone brings a complete architectural overhaul, enhanced performance, and production-ready features for AI-powered meeting assistance. |
| 4 | + |
| 5 | +## 🌟 Highlights |
| 6 | + |
| 7 | +- **Production-Ready Architecture**: Complete rewrite with modular component architecture and state management |
| 8 | +- **Official OpenAI SDK Integration**: Migrated to OpenAI Agents SDK for improved reliability |
| 9 | +- **Enhanced macOS Support**: Native permissions handling for microphone and screen recording |
| 10 | +- **Real-time Data Persistence**: Automatic conversation saving with live transcription storage |
| 11 | +- **Improved User Experience**: Streamlined onboarding and cleaner interface |
| 12 | + |
| 13 | +## ✨ New Features |
| 14 | + |
| 15 | +### OpenAI Agents SDK Integration |
| 16 | +- Replaced custom WebSocket implementation with official `@openai/agents` and `@openai/agents-realtime` SDKs |
| 17 | +- Improved connection stability and error handling |
| 18 | +- Better TypeScript support with official type definitions |
| 19 | +- Maintained dual-agent architecture (salesperson + customer coach) |
| 20 | + |
| 21 | +### macOS Permissions System |
| 22 | +- Integrated `node-mac-permissions` for proper permission handling |
| 23 | +- Added microphone, screen recording, and camera permission management |
| 24 | +- Context-isolated Electron implementation for enhanced security |
| 25 | +- Visual permission status indicators in the UI |
| 26 | + |
| 27 | +### System Audio Capture |
| 28 | +- Integrated `electron-audio-loopback` for reliable system audio capture |
| 29 | +- Eliminated dependency on Swift-based audio capture |
| 30 | +- Cross-platform compatibility improvements |
| 31 | +- Real-time audio level monitoring for both microphone and system audio |
| 32 | + |
| 33 | +### Data Persistence |
| 34 | +- Automatic conversation session creation on call start |
| 35 | +- Real-time transcript saving with 5-second intervals |
| 36 | +- Comprehensive insight, topic, commitment, and action item tracking |
| 37 | +- Call history with detailed conversation analysis |
| 38 | + |
| 39 | +### Developer Experience |
| 40 | +- Mock data system for UI testing without API calls |
| 41 | +- Comprehensive error handling and logging |
| 42 | +- Build system improvements for NativePHP distribution |
| 43 | +- GitHub Actions CI/CD pipeline fixes |
| 44 | + |
| 45 | +## 🔧 Improvements |
| 46 | + |
| 47 | +### Architecture & Performance |
| 48 | +- **Component-Based Architecture**: Migrated from monolithic `Main.vue` (1,558 lines) to 14+ modular components |
| 49 | +- **State Management**: Implemented 3 Pinia stores for business logic, settings, and OpenAI SDK management |
| 50 | +- **Memory Optimization**: Fixed memory leaks in audio capture and WebSocket connections |
| 51 | +- **Build Performance**: Optimized frontend asset building for production |
| 52 | + |
| 53 | +### User Interface |
| 54 | +- **Streamlined Navigation**: Removed redundant navigation items and badges |
| 55 | +- **Modal Onboarding**: Replaced dedicated onboarding page with inline modal |
| 56 | +- **Connection Status**: Improved visual feedback with color-coded states |
| 57 | +- **Responsive Design**: Enhanced mobile layout with proper card sizing |
| 58 | +- **Dark Mode**: Consistent theming across all components |
| 59 | + |
| 60 | +### Security & Permissions |
| 61 | +- **Context Isolation**: Implemented secure IPC communication for Electron |
| 62 | +- **Permission Handling**: Graceful degradation when permissions are denied |
| 63 | +- **API Key Management**: Secure storage with cache-based implementation |
| 64 | + |
| 65 | +## 🐛 Bug Fixes |
| 66 | + |
| 67 | +- **Fixed duplicate template seeding** on app startup |
| 68 | +- **Resolved npm optional dependencies** issue in CI/CD pipeline |
| 69 | +- **Fixed conversation saving** in RealtimeAgent v2 |
| 70 | +- **Eliminated double scrollbar** in main interface |
| 71 | +- **Fixed dropdown z-index** issues with Teleport solution |
| 72 | +- **Resolved ESLint errors** across the codebase |
| 73 | +- **Fixed Vite hot reload** issues in production builds |
| 74 | +- **Corrected WebSocket parameter** names for OpenAI API |
| 75 | + |
| 76 | +## 💔 Breaking Changes |
| 77 | + |
| 78 | +- Removed standalone `Onboarding.vue` page component (replaced with modal) |
| 79 | +- Removed `CheckOnboarding` middleware |
| 80 | +- Updated navigation routes to point to `/realtime-agent-v2` |
| 81 | +- Minimum macOS version requirement for system audio features |
| 82 | + |
| 83 | +## 📦 Dependencies |
| 84 | + |
| 85 | +- **Added**: `@openai/agents` (^0.0.12), `@openai/agents-realtime` (^0.0.12) |
| 86 | +- **Added**: `electron-audio-loopback` (^1.0.5) |
| 87 | +- **Added**: `node-mac-permissions` (^2.5.0) - optional dependency |
| 88 | +- **Updated**: Vue to 3.5.13, Vite to 6.2.0, TypeScript to 5.2.2 |
| 89 | + |
| 90 | +## 🔄 Migration Guide |
| 91 | + |
| 92 | +For users upgrading from pre-release versions: |
| 93 | + |
| 94 | +1. **Clear application cache** to ensure clean state |
| 95 | +2. **Re-grant permissions** for microphone and screen recording |
| 96 | +3. **Update API keys** through Settings if needed |
| 97 | +4. **Existing conversations** are preserved and compatible |
| 98 | + |
| 99 | +## 🙏 Acknowledgments |
| 100 | + |
| 101 | +Special thanks to all contributors and testers who helped make this stable release possible. This release includes contributions from both human developers and AI assistance through Claude. |
| 102 | + |
| 103 | +## 📋 Technical Details |
| 104 | + |
| 105 | +- **63 files changed** with 9,445 additions and 2,296 deletions |
| 106 | +- **30+ commits** addressing various features and fixes |
| 107 | +- **Comprehensive test coverage** for critical functionality |
| 108 | +- **Production-ready build pipeline** with NativePHP |
| 109 | + |
| 110 | +--- |
| 111 | + |
| 112 | +**Download**: Available for macOS (Intel and Apple Silicon) |
| 113 | +**Requirements**: macOS 10.15+, 4GB RAM minimum |
| 114 | +**License**: MIT with Commons Clause |
0 commit comments