- Bypass LLMFactory cache during connection tests to ensure fresh API calls with latest configuration
- Directly instantiate native adapters (Baidu, Minimax, Doubao) and LiteLLM adapter based on provider type
- Add comprehensive error handling in LiteLLM adapter with specific exception catching for authentication, rate limiting, and connection errors
- Implement user-friendly error messages for common failure scenarios (invalid API key, authentication failure, timeout, connection issues)
- Add response validation to detect and report empty API responses
- Disable LiteLLM internal caching to guarantee actual API calls during testing
- Update available models list with 2025 latest models across all providers (Gemini, OpenAI, Claude, Qwen, DeepSeek, etc.)
- Improve error message clarity and debugging information in config endpoint
- Replace individual adapter implementations (OpenAI, Claude, Gemini, DeepSeek, Qwen, Zhipu, Moonshot, Ollama) with unified LiteLLM adapter
- Keep native adapters for providers with special API formats (Baidu, MiniMax, Doubao)
- Update LLM factory to route requests through LiteLLM for supported providers
- Add test-llm endpoint to validate LLM connections with configurable timeout and token limits
- Add get-llm-providers endpoint to retrieve supported providers and their configurations
- Update config.py to ignore extra environment variables (VITE_* frontend variables)
- Refactor Baidu adapter to use new complete() method signature and improve error handling
- Update pyproject.toml dependencies to include litellm package
- Update env.example with new configuration options
- Simplify adapter initialization and reduce code duplication across multiple provider implementations
- Replace Card, Alert, and Separator components with retro-styled div elements
- Update DatabaseManager with retro-card styling and border-based design
- Refactor health status display to use styled Badge components instead of text
- Remove unused icon imports (Server, FileText) from DatabaseManager
- Clean up inline comments and unnecessary whitespace throughout components
- Simplify error handling by removing redundant console.error statements
- Update Sidebar, SystemConfig, Account, AdminDashboard, and other pages with consistent retro styling
- Apply uppercase font styling and monospace typography to match retro-futuristic theme
- Consolidate component structure across all pages for visual consistency
- Improve code readability by removing excessive blank lines and comments
- Filter projects endpoint to return only projects owned by current user
- Filter tasks endpoint to return only tasks from current user's projects
- Update statistics endpoint to calculate stats scoped to current user's data
- Add filtering logic for projects, tasks, and issues based on user ownership
- Improve data isolation and security by preventing cross-user data access
- Add paginated user list endpoint with search by email, name, and phone
- Implement role-based and status filtering for user queries
- Add total count to user list response for pagination UI
- Create new Account page component for user profile management
- Add PUT /me endpoint for users to update their own profile information
- Add GET /{user_id} endpoint to retrieve specific user details
- Add PUT /{user_id} endpoint for admin user updates with full control
- Add DELETE /{user_id} endpoint for admin user deletion with self-protection
- Add POST /{user_id}/toggle-status endpoint to enable/disable user accounts
- Implement admin-only access control on user creation and management endpoints
- Add phone field support to user schema and creation flow
- Update user list response schema with pagination metadata
- Improve query validation with min/max constraints on pagination parameters
- Add Chinese localization to user-facing error messages and docstrings
- Update frontend routes to include new Account page
- Update Sidebar navigation to support account management links
- Update Login page styling to match new UI design system
- Add `disabled={uploading}` prop to cancel button to prevent interaction during upload
- Remove duplicate button group that was causing redundant UI elements
- Ensure consistent button state management during file upload operations
Prevents quality_score from dropping to zero when many issues are reported during a repository audit. Reworks calculateQualityScore to use a balanced penalty scheme and a weighted average (issues 30%, metrics 70%). Keeps API compatibility and provides more stable, meaningful scores even with heavy issue loads.
- Add line breaks to online demo section in both README files
- Enhance readability of demo URL presentation
- Maintain consistent formatting across Chinese and English README documents
- Moved online demo section to a more prominent location in both Chinese and English README files
- Ensured consistent placement and formatting of online demo link
- Improved visibility of the online demo URL for easier access
- Maintained existing documentation structure and style
- Add GitHub repository link in desktop header view
- Include GitHub link in mobile menu navigation
- Use GitHub SVG icon for consistent branding
- Improve navigation options by providing direct link to project repository
- Enhance user engagement and project visibility
- Remove redundant online demo section from both README files
- Simplify Vercel deployment introduction
- Maintain consistent messaging across English and Chinese READMEs
- Remove audit report export section for cleaner documentation
- Streamline quick start and deployment instructions
- Update README.md and README_EN.md with new online demo section
- Add direct link to Vercel preview deployment
- Highlight key benefits of the online demo
- Update .gitignore to include .vercel directory
- Improve documentation for easier user onboarding
- Clarify database mode details in both README.md and README_EN.md
- Highlight default local database mode (IndexedDB) usage
- Remove redundant recommendation for local database configuration
- Add explanation of Supabase cloud database option
- Update notes about Vercel deployment and backend API
- Modify vercel.json to set default local database environment variable
- Add .vercelignore to exclude unnecessary files from Vercel deployment
- Update README.md and README_EN.md with detailed Vercel deployment instructions
- Create vercel.json with deployment configuration
- Add one-click deployment button and multiple deployment methods
- Include environment variable setup guidance
- Highlight Vercel deployment advantages and important notes
- Improve documentation for easier deployment and setup process
Enhances project deployment flexibility and provides clear, step-by-step guidance for users looking to quickly deploy the application on Vercel.
- Add Swift and Kotlin as supported programming languages
- Update language detection and file upload logic in InstantAnalysis page
- Refactor language-related code to use centralized SUPPORTED_LANGUAGES constant
- Enhance project detail page to handle repository scanning with more flexibility
- Improve error handling and user guidance for project audits
- Add language name formatting utility in ProjectDetail component
- Update file input accept types to include new language extensions
- Add contributors section to both README.md and README_EN.md
- Include contrib.rocks badge to showcase project contributors
- Update token description for GitLab to clarify support for Project Access Token
- Improve documentation with visual representation of project contributors
- Remove "Contributors" section from README.md
- Remove "Contributors" section from README_EN.md
- Delete contrib.rocks badge from both files
- Maintain overall structure and other sections of the README files
- Replace custom image-card with contrib.rocks contributors badge
- Update both README.md and README_EN.md with new contributors visualization
- Improve visual representation of project contributors
- Enhance readability and aesthetic of contributors section
- Added new "Contributors" section to both README.md and README_EN.md
- Included GitHub contributors graph image card in both files
- Highlighted community contribution and appreciation
- Improved project documentation with recognition of contributors