Skip to content

v0.1.9

Choose a tag to compare

@zoefix zoefix released this 24 Jun 09:09

Features

  • Image generation — OpenAI Images protocol (/v1/images/generations, /v1/images/edits) plus a /neko-image Codex skill for context-aware create/edit.
  • Image generation test in the model tester — verify whether a model can produce images.

Improvements

  • Model IDs are now auto-generated and hidden; set a display name and upstream model instead.
  • No models are preset on first run. Stale presets on signed-out built-in clients are cleaned up automatically, and sidebar/dashboard counts reflect only usable providers.
  • Logs: thumbnail preview for image requests, display names instead of internal IDs, image quality in the reasoning column, and tighter column widths.
  • Image models are hidden from the Codex model list (image generation runs through /neko-image).

Fixes

  • Image edits now inject the upstream model into the multipart request (fixes 400 "model name cannot be empty").
  • Windows: prompt to start Codex manually when no process is detected, instead of failing to restart.