Files
office_translator/.claude/settings.local.json
sepehr b50419e2ec
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s
fix: integrate deepseek, resolve silent google api errors, fix google cloud keys
2026-05-17 17:11:06 +02:00

33 lines
1.7 KiB
JSON

{
"permissions": {
"allow": [
"Bash(uv run *)",
"Bash(npm run *)",
"Bash(PYTHONIOENCODING=utf-8 uv run python)",
"Bash(node -e ' *)",
"Bash(npx next *)",
"Bash(xxd)",
"Bash(sed -i '4574s/,든 형식, 모든 요소//' src/lib/i18n.tsx)",
"Bash(sed -n '4574p' src/lib/i18n.tsx)",
"Bash(node)",
"Bash(sed -i '5010s/.*/ \"landing.why.languages.desc\": \"Google Translate, DeepL, and AI-powered engines for professional quality.\",/' src/lib/i18n.tsx)",
"Bash(sed -i '5372s/.*/ \"pricing.faq.a7\": \"Word \\(.docx\\), Excel \\(.xlsx\\\\/.xls\\), PowerPoint \\(.pptx\\), and soon PDF. All plans support the same formats.\",/' src/lib/i18n.tsx)",
"Bash(sed -i '5446s/.*/ \"landing.why.smartart.desc\": \"Organizational charts, flowcharts, hierarchy diagrams - all translated in place.\",/' src/lib/i18n.tsx)",
"Bash(sed -i '5832s/.*/ \"pricing.faq.a2\": \"It is our AI engine based on DeepSeek V3.2 via OpenRouter.\",/' src/lib/i18n.tsx)",
"Bash(docker compose build *)",
"Bash(docker compose up *)",
"Bash(docker compose *)",
"Bash(curl -s http://localhost/health)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost/)",
"Bash(curl -s http://localhost/)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3010/)",
"Bash(curl *)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); [print\\(p\\) for p in sorted\\(d.get\\('paths',{}\\).keys\\(\\)\\) if 'auth' in p or 'user' in p or 'login' in p]\")",
"Bash(docker exec *)",
"Bash(git commit -m ' *)",
"Bash(python -c ' *)",
"Bash(timeout 15 python -u -c ' *)"
]
}
}