You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Docker support with Dockerfile and docker-compose.yml, and create…
… .dockerignore and .gitignore files. Update README for Docker deployment instructions. Enhance backend to serve frontend static files and check AI configuration status in the frontend components.
Implement text search functionality in RequestFilters and HomeTab com…
…ponents, allowing users to filter requests based on search text and scope (request/response). Update polling interval in AgentTab for improved responsiveness. Remove demoData.ts as it is no longer needed.
Refactor logging configuration by removing file logging in addon.py, …
…update browser user data directory path, and streamline proxy logging setup in proxy_manager.py. Adjust error messages in API and frontend components for clarity.