Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/utils/code_task_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def _run_ai_code_task_v2_internal(task_id: int, user_id: str, github_token: str)
mkdir -p ~/.claude

# Write credentials content directly to file
if [ ! -z '{escaped_credentials}' ]; then
if [ ! -z "{escaped_credentials}" ]; then
echo "📋 Writing credentials to ~/.claude/.credentials.json"
cat << 'CREDENTIALS_EOF' > ~/.claude/.credentials.json
{credentials_content}
Expand Down