v1.4.0
v1.4.0 focuses on plugin extensibility, clearer CLI output, and more stable code generation.
New Features
cmd/jzero
- Added external plugin support.
jzerocan now discover and execute plugin commands fromPATH, andcmd/jzero/pkg/pluginprovides a reusable package for building plugins #441

Refactored CLI output with logo, structured progress and error display, parsed config debug output, and command echoing before execution for easier troubleshooting #451
Refactored the
genpipeline and improved generation output, including a dedicatedgit-changemode for--git-changeto make generated file changes easier to review #403

Bug Fixes
cmd/jzero
Fixed API generation when projects use
types.go, and added support for multiple API files sharing the samego_packageFixed
model.go.tpland adjusted model templates to align generated code with the current model generation flow #438 #439Fixed generator working directory handling and cleanup edge cases, such as empty
etcdirectories during extra file removal #447
Documentation
Added a CLI tool guide to explain how to build CLI tools with jzero templates
Added quick start and blog content for AI base projects and Vercel serverless functions, and refreshed overview and AI capability documentation
Added the templates market entry and updated README, model guide, and related documentation
Upgrade Steps
jzero upgrade --channel v1.4.0
jzero gen