feat: Enhance audio capture and monitoring features

- Added "audioCapture" permission to manifest for microphone access.
- Introduced DeepSeek as a new AI provider option in the side panel.
- Implemented a capture mode selection (tab-only, mic-only, mixed) in the side panel.
- Added options to enable/disable the extension and auto-open the assistant window.
- Integrated a mic monitor feature with live input level visualization.
- Included buttons for requesting microphone permission and granting tab access.
- Updated styles for new sections and mic level visualization.
- Enhanced model fetching logic to support DeepSeek and improved error handling.
This commit is contained in:
2026-01-31 21:55:09 +01:00
parent 246506b177
commit 56d56395ee
11 changed files with 1651 additions and 276 deletions

View File

@@ -9,12 +9,10 @@
<body>
<div id="app">
<h3>AI Interview Assistant</h3>
<input type="password" id="apiKeyInput" placeholder="Enter your OpenAI API Key here">
<button id="saveApiKey">Save API Key</button>
<button id="toggleListening">Start Listening</button>
<div class="status-message">Detached view</div>
<div id="transcript"></div>
<div id="aiResponse"></div>
</div>
<script src="assistant.js"></script>
</body>
</html>
</html>