Privacy Policy page + Chat API key fix

- /privacy page for Google Play (GDPR compliant)
- Fixed Anthropic API key mismatch in .env
- Chat returns AI responses again

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 22:16:02 +00:00
parent 79f7e18c8c
commit 3f04637550
5 changed files with 61 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ set -euo pipefail
VERSION=${1:-$(date +%Y%m%d_%H%M)}
PLATFORM=${2:-android}
FILE=$3
FILE=${3:-}
if [ -z "${FILE:-}" ]; then
echo "Usage: upload-release.sh <version> <platform> <file>"