From 0f8a47e8f63f7e36e774c1e02b0cdd3c001a09fb Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 25 Dec 2025 17:50:00 +0800 Subject: [PATCH] fix: Add shell:true for Windows PATH resolution in ccw-litellm status check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- ccw/src/core/routes/litellm-api-routes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccw/src/core/routes/litellm-api-routes.ts b/ccw/src/core/routes/litellm-api-routes.ts index 4eae14ed..92426775 100644 --- a/ccw/src/core/routes/litellm-api-routes.ts +++ b/ccw/src/core/routes/litellm-api-routes.ts @@ -581,7 +581,8 @@ export async function handleLiteLLMApiRoutes(ctx: RouteContext): Promise