Amr Gharbeia
9362c56678
Deploy (Gitea) / deploy (push) Failing after 3s
fix: cl-dotenv quote contamination breaks provider cascade parsing
...
cl-dotenv preserves surrounding quotes in .env values (unlike bash).
PROVIDER_CASCADE="deepseek,..." resulted in keywords like :"DEEPSEEK
instead of :DEEPSEEK, causing all cascade lookups to fail silently.
Fixes:
- .env.example: remove quotes from PROVIDER_CASCADE
- provider-cascade-initialize: add #" and #' to string-trim chars
- system-model-router: same fix for LOCAL_BACKENDS parsing
2026-05-06 08:26:57 -04:00
..
2026-05-05 12:53:57 -04:00
2026-05-05 12:19:25 -04:00
2026-05-05 18:24:08 -04:00
2026-05-05 13:52:59 -04:00
2026-05-05 12:19:25 -04:00
2026-05-05 20:06:21 -04:00
2026-05-05 12:19:25 -04:00
2026-05-05 17:42:03 -04:00
2026-05-05 19:16:57 -04:00
2026-05-05 20:58:41 -04:00
2026-05-05 20:06:21 -04:00
2026-05-05 18:02:50 -04:00
2026-05-05 18:02:50 -04:00
2026-05-05 18:02:50 -04:00
2026-05-05 12:36:42 -04:00
2026-05-05 20:48:58 -04:00
2026-05-05 16:25:28 -04:00
2026-05-05 20:06:21 -04:00
2026-05-05 09:36:17 -04:00
2026-05-05 12:08:12 -04:00
2026-05-05 12:08:12 -04:00
2026-05-05 12:08:12 -04:00
2026-05-05 12:08:12 -04:00
2026-05-05 12:08:12 -04:00
2026-05-02 22:36:39 -04:00
2026-05-05 20:48:58 -04:00
2026-05-05 14:26:27 -04:00
2026-05-05 20:06:21 -04:00
2026-05-05 20:48:58 -04:00
2026-05-03 10:43:14 -04:00
2026-05-05 13:52:59 -04:00
2026-05-04 18:34:33 -04:00
2026-05-05 18:24:08 -04:00
2026-05-05 12:36:42 -04:00
2026-05-06 08:26:57 -04:00
2026-05-06 08:26:57 -04:00
2026-05-04 09:58:59 -04:00
2026-05-03 14:49:13 -04:00