Skip to content

Releases: Ornithopter-pilot/interview-coder-withoupaywall-opensource

Copy Code Button

07 Apr 11:58
62082f3
Compare
Choose a tag to compare

New Features

  • Copy Code Button: Added a convenient copy button to solution code blocks. Users can now copy the entire solution with a single click instead of manual selection. The button provides visual feedback and is positioned in the top-right corner of the code section.

Added Google-Gemini api integration

02 Apr 14:25
Compare
Choose a tag to compare

Added geminiapi for free users

@Chiragbisht added gemini api ,so that users can use either use openai api (need credits) or use gemini api (60 requests/min free) and run the app

v1.0.0-Initial Release

24 Mar 12:35
Compare
Choose a tag to compare

CodeInterviewAssist v1.0.0

This is the first official release of CodeInterviewAssist, a free, open-source AI-powered coding interview preparation tool.

Key Features

  • 🎯 Stealth Mode: Undetectable window that bypasses most screen capture methods
  • 📸 Smart Screenshot Analysis: Capture problem text and code with one shortcut
  • 🤖 AI-Powered Problem Extraction: Automatically identifies requirements using GPT-4o
  • 💡 Solution Generation: Detailed explanations with time/space complexity analysis
  • 🔧 Debugging Assistance: Get AI help with error messages and code improvements
  • 🎨 Advanced Window Controls: Move, resize, change opacity, and zoom the window
  • 🔄 Flexible Model Selection: Choose between GPT-4o and GPT-4o-mini for different tasks
  • 🔒 100% Private: All processing happens locally using your own OpenAI API key

What's New

  • Fixed Macos screenshot issue
  • Improved window management for better compatibility with other applications
  • Enhanced keyboard shortcut reliability for window movement and reset functions
  • Optimized UI responsiveness and performance

Installation and usage tips

-follow readme file instructions

Community Contributions

We welcome contributions from the community! Areas that would benefit from collaboration:

  • Integration with additional AI models (Claude, Deepseek, Llama, etc.)
  • Support for more programming languages and interview problem types
  • Enhanced UI/UX features
  • Performance optimizations
  • Documentation improvements

Please see CONTRIBUTING.md for guidelines on how to contribute.

Known Issues

None at this time. Please report any issues you encounter via GitHub issues.


Note: This application requires an OpenAI API key and is designed to run locally. Your API key and data never leave your computer except for API calls to OpenAI.

Full Changelog: https://github.com/Ornithopter-pilot/interview-coder-withoupaywall-opensource/commits/v1.0.0-Initial-Release