stringadmin
  • Joined on 2026-06-02
stringadmin created branch feat/ui-animation-enhancements in OmniAI/omniai-web 2026-06-02 10:47:13 +00:00
stringadmin pushed to feat/ui-animation-enhancements at OmniAI/omniai-web 2026-06-02 10:47:13 +00:00
fd71b2b18e fix: redirect to login page after logout instead of workbench
6b9953625e feat: UI interaction polish — exit animations, hover effects, directional transitions
93a538d51d feat: UI animation enhancements across all major pages
Compare 3 commits »
stringadmin pushed to master at OmniAI/omniai-web 2026-06-02 09:03:13 +00:00
94080f30f7 Merge pull request 'feat: 升级剧本评分系统为 DeepSeek V4 多维评分体系' (#4) from feat/script-eval-deepseek-v4 into master
7d446dfc5f Merge branch 'master' into feat/script-eval-deepseek-v4
d1b5d64bc8 feat: 升级剧本评分系统为 DeepSeek V4 多维评分体系
Compare 3 commits »
stringadmin deleted branch feat/script-eval-deepseek-v4 from OmniAI/omniai-web 2026-06-02 09:03:13 +00:00
stringadmin merged pull request OmniAI/omniai-web#4 2026-06-02 09:03:11 +00:00
feat: 升级剧本评分系统为 DeepSeek V4 多维评分体系
stringadmin pushed to feat/script-eval-deepseek-v4 at OmniAI/omniai-web 2026-06-02 09:02:48 +00:00
7d446dfc5f Merge branch 'master' into feat/script-eval-deepseek-v4
d71437b09c Merge pull request 'Fix/ecommerce 502 bug' (#3) from fix/ecommerce-502-bug into master
f1bfbf8608 Merge branch 'master' into fix/ecommerce-502-bug
94c1453c9b fix: upload-binary Content-Type fix, 429/timeout retry, 120s timeout - Remove Content-Type: application/json from uploadAssetBinary FormData request - Add retryOnTransient for 429 + timeout + signal timed out errors - Increase AI chat timeout from 60s to 120s per call - Apply retry logic to both chat() and visionChat()
9504f8ee87 fix(ecommerce): replace base64 upload with binary blob in video service
Compare 11 commits »
stringadmin created pull request OmniAI/omniai-web#4 2026-06-02 09:02:43 +00:00
feat: 升级剧本评分系统为 DeepSeek V4 多维评分体系
stringadmin deleted branch fix/ecommerce-502-bug from OmniAI/omniai-web 2026-06-02 09:01:41 +00:00
stringadmin pushed to master at OmniAI/omniai-web 2026-06-02 09:01:40 +00:00
d71437b09c Merge pull request 'Fix/ecommerce 502 bug' (#3) from fix/ecommerce-502-bug into master
f1bfbf8608 Merge branch 'master' into fix/ecommerce-502-bug
94c1453c9b fix: upload-binary Content-Type fix, 429/timeout retry, 120s timeout - Remove Content-Type: application/json from uploadAssetBinary FormData request - Add retryOnTransient for 429 + timeout + signal timed out errors - Increase AI chat timeout from 60s to 120s per call - Apply retry logic to both chat() and visionChat()
9504f8ee87 fix(ecommerce): replace base64 upload with binary blob in video service
44c748b0dc feat(ecommerce): use FormData binary upload instead of base64 dataUrl
Compare 6 commits »
stringadmin merged pull request OmniAI/omniai-web#3 2026-06-02 09:01:38 +00:00
Fix/ecommerce 502 bug
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-web 2026-06-02 09:01:33 +00:00
f1bfbf8608 Merge branch 'master' into fix/ecommerce-502-bug
c13bf800cc Merge pull request 'fix: replace hardcoded local image paths with OSS URLs' (#2) from fix/remove-hardcoded-image-paths into master
4b6f864aa9 Merge pull request 'refactor(workbench): extract types, constants, utils, sub-components from WorkbenchPage' (#1) from feature/workbench-refactor into master
Compare 3 commits »
stringadmin created pull request OmniAI/omniai-web#3 2026-06-02 09:01:27 +00:00
Fix/ecommerce 502 bug
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-server 2026-06-02 09:00:14 +00:00
3c574eeff6 fix: rate limiting + upload-binary body-parser bypass + OSS upload route - Increase global rate limit 100->300 req/min - Add /api/ai/chat dedicated limiter 60 req/min - Add req._body=true middleware to skip JSON parser for upload-binary - Add busboy binary upload route + MIME type extensions
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-web 2026-06-02 08:59:10 +00:00
94c1453c9b fix: upload-binary Content-Type fix, 429/timeout retry, 120s timeout - Remove Content-Type: application/json from uploadAssetBinary FormData request - Add retryOnTransient for 429 + timeout + signal timed out errors - Increase AI chat timeout from 60s to 120s per call - Apply retry logic to both chat() and visionChat()
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-server 2026-06-02 08:20:52 +00:00
035190420f fix(oss): add binary upload route + base64 fallback fix + MIME types
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-web 2026-06-02 08:16:11 +00:00
9504f8ee87 fix(ecommerce): replace base64 upload with binary blob in video service
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-web 2026-06-02 08:05:51 +00:00
44c748b0dc feat(ecommerce): use FormData binary upload instead of base64 dataUrl
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-server 2026-06-02 07:56:23 +00:00
df36b00059 fix(oss): add binary upload route + base64 fallback fix + MIME types
stringadmin created branch fix/ecommerce-502-bug in OmniAI/omniai-server 2026-06-02 07:45:38 +00:00
stringadmin pushed to fix/ecommerce-502-bug at OmniAI/omniai-server 2026-06-02 07:45:38 +00:00
27be77592f fix(oss): add binary upload route + base64 fallback fix + MIME types