This file is public-repository safe. Do not include API keys, private credentials, billing data, private tokens, personal local paths, or unreleased account details.
2026-06-19 17:55
Codex
C:\Users\sx717\Antigravity\character_sheet
Fallback Chain compatibility update and deployment for v1.3.7.
- Gemini image generation now uses the current Nano Banana 2
gemini-3.1-flash-imageREST flow withresponseModalities: ["TEXT", "IMAGE"]. - Legacy Gemini image preview rollback names were removed from the runtime image chain.
- OpenAI image generation now matches current
gpt-image-2behavior:1024x1792,high,output_format: "png", 600-second timeout, and a 32,000-character prompt guard. - Image MIME metadata is preserved before canvas watermarking.
src/lib/openai.jswas rebuilt with the same exported API because the previous file contained syntax-breaking mojibake strings.- Version identity was bumped to
1.3.7inpackage.json,package-lock.json,src/App.jsx,index.html, andREADME.md. - Release helper text files were refreshed for v1.3.7.
node --check src/lib/gemini.jsnode --check src/lib/imagen.jsnode --check src/lib/openai.jsnode --check src/lib/ai-provider.jsnode --check src/lib/prompt.jsnpm run buildnpm run lint --if-present- Local HTTP 200 on
http://127.0.0.1:5176/ - In-app browser displayed
AIキャラクターシートメーカー V1.3.7. - User-entered Gemini key enabled
🎲 全項目ランダム. - Random generation completed with updated fields and status
TXT: AI. - Gemini image generation completed through
gemini-3.1-flash-image; the UI displayed a generated PNG character sheet, enabled the download button, showed statusIMG: gemini-3.1-flash-image, and the image dimensions were1024x1536.
Deploy/tag/release are next. No backup was requested.
- Do not ask the user to paste API keys into chat.
- Official local port is
5176. - Deploy target is GitHub Pages via
npm run deploy; Hugging Face is not applicable.