-
Notifications
You must be signed in to change notification settings - Fork 0
Dev/interview #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a comprehensive Interview Practice plugin for the AI toolkit, providing users with structured interview preparation capabilities. The plugin includes features for managing question banks, creating customizable interview rounds, and conducting mock interviews with AI feedback.
- Adds complete interview preparation functionality with question bank management and mock interview sessions
- Integrates voice-enabled interviews using the existing LiveAPI context for realistic practice
- Implements flexible interview round configurations with CV-based, domain-focused, and technique-specific question targeting
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| src/plugins/interview/index.ts | Core plugin implementation with interview tools, question management, and initialization logic |
| src/plugins/interview/InterviewApp.tsx | React UI component providing interview management interface and mock interview functionality |
| src/components/side-panel/SidePanel.tsx | Plugin registration and icon integration for the interview plugin |
This PR implements Interview feauture.