Merge branch 'main' into feat/voice

This commit is contained in:
Haile
2026-06-15 15:27:18 +03:00
committed by GitHub
59 changed files with 2665 additions and 1013 deletions

View File

@@ -72,7 +72,7 @@ http {
set $cloudcli_upstream http://127.0.0.1:3001;
# Allow larger file uploads through the code editor/project file APIs.
client_max_body_size 100m;
client_max_body_size 200m;
# Redirect /ai to /ai/ so relative browser URL resolution is stable.
# [SUBPATH LITERAL] Change `/ai` if you change $cloudcli_subpath.