Skip to content

Releases: DandreYang/local-image-gen

v0.1.5

Choose a tag to compare

@Dandre126 Dandre126 released this 19 Aug 06:02

What's changed

  • Grok fix: stop sending the pixel size parameter to the official xAI Imagine API, which rejects it with HTTP 400 (Argument not supported: size). aspect_ratio alone is sent to the official endpoint; custom OpenAI-compatible bases (e.g. via XAI_BASE_URL) still get an explicit pixel size.
  • Docs: point READMEs at GitHub Releases; align update origin/main rules in providers.md / SKILL; sidecar plan uses doctor and the 0.1.4 envelope.

v0.1.4

Choose a tag to compare

@Dandre126 Dandre126 released this 19 Aug 05:18

Harden update to the official origin.

  • update only fast-forwards origin/main when origin is github.com/DandreYang/local-image-gen
  • Non-official remotes and non-main branches refuse
  • redact_secrets strips https://userinfo@host from git and installer output

Already installed:

local-image-gen doctor
local-image-gen update

v0.1.3

Choose a tag to compare

@Dandre126 Dandre126 released this 19 Aug 05:18

Doctor and update commands.

  • local-image-gen doctor and local-image-gen update (--doctor remains an alias)
  • Doctor reports install freshness against official GitHub raw; generate jobs do not check GitHub
  • Update is git pull --ff-only plus install.sh
  • Dirty trees, unreadable git status, and non-git installs refuse to mutate
  • After a pull, to / install.version are read from the on-disk script

Already installed:

local-image-gen doctor
local-image-gen update

v0.1.2

Choose a tag to compare

@Dandre126 Dandre126 released this 19 Aug 05:18

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 $imagegen labels, Nano Banana director briefs
  • --optimize auto remaps labeled spec ↔ prose when switching families
  • Official OpenAI multipart edits and --mask on --provider openai
  • --provider auto prefers Grok, then Codex, then Antigravity, then Cursor

Install:

curl -fsSL https://raw.githubusercontent.com/DandreYang/local-image-gen/main/install.sh | bash

v0.1.1

Choose a tag to compare

@Dandre126 Dandre126 released this 18 Aug 10:20

First patch after the public launch.

  • One-line install: clone or update, put local-image-gen on PATH, and link agent skills
  • Optional Dyro workspace output plus --doctor
  • DeepSeek Harness skill link
  • Language-specific README covers
  • Explicit Grok size with --aspect-ratio; reject the wrong ratio
  • Accept Codex 16:9 even when the tool size remaps to 1536x1024
  • --provider agy as 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

v0.1.0

Choose a tag to compare

@Dandre126 Dandre126 released this 18 Aug 06:49

First public release: subscription-first local image generation, official API-key defaults, experimental Codex path.