You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify to single-user desktop app without authentication
- Remove all auth controllers, views, routes, and middleware
- Create cache-based API key management service
- Update Realtime Agent to check API key from backend
- Simplify settings to only API Keys and Appearance
- Update documentation to reflect single-user architecture
- Fix API key validation flow for desktop usage
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: CLAUDE.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Clueless is an AI-powered meeting assistant that provides real-time transcription, intelligent analysis, and action item extraction from conversations. It's built as a desktop application using Electron/NativePHP with support for multiple AI providers (OpenAI, Anthropic, Gemini).
7
+
Clueless is an AI-powered meeting assistant that provides real-time transcription, intelligent analysis, and action item extraction from conversations. It's built as a single-user desktop application using Electron/NativePHP with OpenAI's Realtime API for voice conversations.
8
8
9
9
## Tech Stack
10
10
@@ -16,7 +16,7 @@ Clueless is an AI-powered meeting assistant that provides real-time transcriptio
16
16
-**Testing**: Pest PHP
17
17
-**Database**: SQLite (dual database setup)
18
18
-**Real-time**: OpenAI Realtime API, WebSockets
19
-
-**AI Integration**: OpenAI PHP, multiple provider support
19
+
-**AI Integration**: OpenAI Realtime API only
20
20
21
21
## Development Commands
22
22
@@ -91,15 +91,15 @@ php artisan test --testsuite=Feature
0 commit comments