-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: modelstudioai/cli
base: f7d3250
head repository: modelstudioai/cli
compare: 9749a11
- 14 commits
- 51 files changed
- 1 contributor
Commits on Aug 6, 2026
-
feat(deploy): add pause/resume commands; JSON-only output for dataset…
…/finetune/deploy - Add `bl deploy pause` and `bl deploy resume` (console domain, first console-auth commands in deploy group) via modelInstance start/stop APIs - Add core deploy/lifecycle.ts with input-wrapped console gateway calls - Switch all dataset/finetune/deploy commands to JSON-only output, removing text formatting logic - Expose usage/charge_type in finetune get, model_name/expire_time in finetune checkpoints with near-expiry warning - Update deploy delete hint to suggest `bl deploy pause`
Configuration menu - View commit details
-
Copy full SHA for a7245c0 - Browse repository at this point
Copy the full SHA a7245c0View commit details -
feat(finetune): clarify model flags; add price estimate & actual cost
- Rename for clarity: finetune --model → --base-model (create/price/ capability/list); deploy create --model → --model-name, --name → --display-name - Add `finetune price` (console domain) for pre-training cost estimate (sft/dpo/cpt) - Add actual training cost (fee.ts) enriched into finetune get/watch from catalog price × reported usage
Configuration menu - View commit details
-
Copy full SHA for f30fff9 - Browse repository at this point
Copy the full SHA f30fff9View commit details -
feat: video finetune/deploy/invoke full pipeline + training cost calc…
…ulation - Add finetune video create subcommand (wan2.7/2.5/2.2 i2v + kf2v) - Align video hyperparams with official docs (n_epochs=50, per-model batch_size/max_pixels) - Add --last-frame flag to video generate for kf2v (image2video endpoint) - Fix wan2.1-2.6 i2v input format (img_url instead of media[]) - Add training_cost field to finetune get/watch (catalog ft price, API-key domain only) - Add --aigc-* flags to deploy create (optional, for video LoRA prompt config)
Configuration menu - View commit details
-
Copy full SHA for 3c64461 - Browse repository at this point
Copy the full SHA 3c64461View commit details
Commits on Aug 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e25d3b0 - Browse repository at this point
Copy the full SHA e25d3b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd6226 - Browse repository at this point
Copy the full SHA ebd6226View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6c2b8 - Browse repository at this point
Copy the full SHA eb6c2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d35326 - Browse repository at this point
Copy the full SHA 1d35326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb2acb - Browse repository at this point
Copy the full SHA 9eb2acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8286a74 - Browse repository at this point
Copy the full SHA 8286a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5007b9b - Browse repository at this point
Copy the full SHA 5007b9bView commit details
Commits on Aug 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5d1b7aa - Browse repository at this point
Copy the full SHA 5d1b7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c76749 - Browse repository at this point
Copy the full SHA 1c76749View commit details -
feat(skills): replace foreign skill dirs containing SKILL.md during f…
…an-out Previously, fan-out skipped any existing real directory not recorded in the lock file, treating it as user content. This left stale skill copies installed by other tools (e.g. npx skills add) permanently out of date. Now: if the directory contains a SKILL.md, it is recognized as a skill artifact and replaced with a symlink to the canonical dir. Directories without SKILL.md are still preserved (user content safety boundary).
Configuration menu - View commit details
-
Copy full SHA for 2965080 - Browse repository at this point
Copy the full SHA 2965080View commit details -
fix(finetune): detect video-kf2v sub-variant from local dataset
finetune video create passed a fixed modality "video" to the profile validator without probing the data for last_frame_path. This caused a false KF2V_DATA_MISMATCH error when training kf2v models (wan2.2-kf2v-*) with datasets that correctly contain last_frame_path. Add sub-variant detection symmetric to the existing image-i2i upgrade: when a local file is provided, detectModality() inspects the first record and upgrades "video" → "video-kf2v" if last_frame_path is present.
Configuration menu - View commit details
-
Copy full SHA for 9749a11 - Browse repository at this point
Copy the full SHA 9749a11View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f7d3250...9749a11