New:Socket for Asana Is Now Available.Learn more
Sign In

luxin-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luxin-cli - npm Package Compare versions

Comparing version
0.2.4
to
0.2.5
+20
-0
CHANGELOG.md

@@ -9,2 +9,22 @@ # Changelog

## 0.2.5 - 2026-08-09
- Release (correctness): `edit --guide` selects a model again. It gated on
`media.input.images.required`, which the hosted `/v1/models` summary does not
publish, so on 0.2.4 every edit brief returned `no_executable_model` and the
blocker named `create`. The predicate now reads `supports`, which the summary
does publish; measured on the live 220-model catalog the two express the same
79-model set, so this drops a redundant conjunct rather than a guarantee. The
blocker also names the operation it actually failed on.
- Release (correctness): a plain video brief reports its aspect ratio again.
`selection.suggested_aspect_ratio` read the same unpublished block and
returned null on every real video call unless the brief happened to name a
ratio.
- Known issue (#2259): `create --guide` can quote a different credit figure than
the `--dry-run` it hands you, because it prices the model's catalog default
shape rather than the ratio the command actually sends. Measured against the
live API: 4 vs 5 with no ratio stated, 4 vs 3 at 16:9. The dry-run figure is
the authoritative one; budget from it, not from the guide. Unchanged from
0.2.4; the fix landed server-side but not in this package.
## 0.2.4 - 2026-08-09

@@ -11,0 +31,0 @@

+1
-1
{
"name": "luxin-cli",
"version": "0.2.4",
"version": "0.2.5",
"description": "Image generation, image editing, video, audio, and image-to-3D for agents, with no API key to obtain first. The agent signs itself up, starts on free preview credits, and gets hosted media URLs, recoverable jobs, and cost receipts.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display