Skip to content

Commit 5510bfd

Browse files
committed
feat: transcription & AI - Whisper, summaries, task extraction
- OpenAI Whisper transcription (gpt-4o-mini-transcribe) - Auto-generate 3-7 word summaries (GPT-4o-mini) - Extract actionable tasks from transcripts - TranscriptionSection UI component - SettingsPanel for OpenAI key management - Secure API key storage in authStore - 25MB file size limit handling
1 parent 1093438 commit 5510bfd

File tree

6 files changed

+945
-4
lines changed

6 files changed

+945
-4
lines changed

src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { registerAgentIpc, type TaskController } from "./services/agent.js";
1313
import { registerFsIpc } from "./services/fs.js";
1414
import { registerOsIpc } from "./services/os.js";
1515
import { registerPosthogIpc } from "./services/posthog.js";
16-
import { registerRecordingIpc } from "./services/recording-notranscribe.js";
16+
import { registerRecordingIpc } from "./services/recording.js";
1717

1818
const __filename = fileURLToPath(import.meta.url);
1919
const __dirname = path.dirname(__filename);

0 commit comments

Comments
 (0)