Releases: DandreYang/local-image-gen
Releases · DandreYang/local-image-gen
Release list
v0.1.5
What's changed
- Grok fix: stop sending the pixel
sizeparameter to the official xAI Imagine API, which rejects it with HTTP 400 (Argument not supported: size).aspect_ratioalone is sent to the official endpoint; custom OpenAI-compatible bases (e.g. viaXAI_BASE_URL) still get an explicit pixelsize. - Docs: point READMEs at GitHub Releases; align
updateorigin/mainrules inproviders.md/ SKILL; sidecar plan usesdoctorand the 0.1.4 envelope.
v0.1.4
Harden update to the official origin.
updateonly fast-forwardsorigin/mainwhen origin isgithub.com/DandreYang/local-image-gen- Non-official remotes and non-main branches refuse
redact_secretsstripshttps://userinfo@hostfrom git and installer output
Already installed:
local-image-gen doctor
local-image-gen updatev0.1.3
Doctor and update commands.
local-image-gen doctorandlocal-image-gen update(--doctorremains an alias)- Doctor reports install freshness against official GitHub raw; generate jobs do not check GitHub
- Update is
git pull --ff-onlyplusinstall.sh - Dirty trees, unreadable git status, and non-git installs refuse to mutate
- After a pull,
to/install.versionare read from the on-disk script
Already installed:
local-image-gen doctor
local-image-gen updatev0.1.2
Prompt compiler and family-specific craft.
--prompt-profile,--raw, and optional--optimize off|on|auto- Frozen family-matched text models; does not launch
agy,cursor-agent, or Codex as an agent - Imagine prose, gpt-image-2
$imagegenlabels, Nano Banana director briefs --optimize autoremaps labeled spec ↔ prose when switching families- Official OpenAI multipart edits and
--maskon--provider openai --provider autoprefers Grok, then Codex, then Antigravity, then Cursor
Install:
curl -fsSL https://raw.githubusercontent.com/DandreYang/local-image-gen/main/install.sh | bashv0.1.1
First patch after the public launch.
- One-line install: clone or update, put
local-image-genon PATH, and link agent skills - Optional Dyro workspace output plus
--doctor - DeepSeek Harness skill link
- Language-specific README covers
- Explicit Grok
sizewith--aspect-ratio; reject the wrong ratio - Accept Codex 16:9 even when the tool size remaps to 1536x1024
--provider agyas the Antigravity short name- Dyro sidecar contract documented for the engineering agent
Install:
curl -fsSL https://raw.githubusercontent.com/DandreYang/local-image-gen/main/install.sh | bash