Closed mlamina closed 1 week ago
🔧 Configuration Updates
.idea/runConfigurations/Run_Studio.xml
.env
.local.env
🖥️ UI Improvements
build/templates/build_home.html
chat/templates/view_chat.html
repositories/templates/repositories/overview.html
🔒 Security and Error Handling
build/views.py
pr_manager/views.py
studio/util.py
📈 Version Update
pyproject.toml
0.8.10
0.8.11
🔧 Configuration Updates
.idea/runConfigurations/Run_Studio.xml
to use.env
instead of.local.env
for environment files.🖥️ UI Improvements
build/templates/build_home.html
for better loading message display.chat/templates/view_chat.html
to ensure chat title updates correctly.repositories/templates/repositories/overview.html
for clearer repository selection.🔒 Security and Error Handling
build/views.py
andpr_manager/views.py
to prevent unauthorized access.studio/util.py
for handling API exceptions and redirecting to installation if Arcane Engine is not installed.📈 Version Update
pyproject.toml
from0.8.10
to0.8.11
.