AJ (@techfren)
AJ (@techfren)
after we receive /finish action, the agent should be put in an 'awaiting review' state. in which we can input either manual feedback/critique or have an LLM call to review...
sometimes llm gives invalid pr format; ``` 2024-12-29 00:35:49,721 - 127.0.0.1 - - [29/Dec/2024 00:35:49] "GET /static/css/styles.css HTTP/1.1" 304 - 00:35:52 - LiteLLM:INFO: utils.py:894 - Wrapper: Completed Call, calling success_handler...
right now the UI doesnt update while its cloning. cloning progress is seen on the flask side in terminal but nothing on frontend
Summary - Prevent browser autofill from pre-filling AI Config modal fields (Base URL, API Key) - Fix observed issue during E2E testing of PR #22 where Chrome/1Password autofilled `[email protected]` /...
## Summary This PR updates the README to properly reflect the current codebase structure and provides comprehensive setup instructions for Portkey AI Gateway integration. ## Changes Made ### README Updates...
## Overview Replaced the GPU-intensive Continuous Aurora Background Animation with a more efficient, lightweight background system to improve performance and reduce GPU usage. ## Changes Made ### 🎨 Aurora Background...
## 🚀 Performance Optimization: Efficient Background Animation ### Problem The original Aurora background was causing significant GPU usage due to: - Multiple layers with heavy blur effects (`blur-[100px]`, `blur-[120px]`) -...
## 🎯 Problem The continuous Aurora background animation was causing excessive GPU usage due to: - Continuous 60-second infinite animations - Heavy blur effects (blur-[100px], blur-[120px]) - Complex gradient transforms...