Releases: Leodotpy/Jig
Releases · Leodotpy/Jig
Jig 1.01
Jig 1.01 — First Public Release
Highlights
- Rebranded the project as Jig with a refreshed README, logos, and GitHub links.
- Enhanced the Gradio UI: paired schema/prompt previews, manual editor tab, and image-friendly inference workflow.
- Added CLI improvements: immediate pairing previews after
create, inline help with colorized commands, and easier model-switching (jig models --set ...). - Documented a full Incident/Urgency triage example (schema + prompt + Python usage) to show Jig’s lifecycle end-to-end.
- Updated packaging metadata (
pyproject.toml) and addedjiglaunchers for both Windows (jig.cmd) and POSIX (jig.py).
Getting Started
git clone https://github.com/Leodotpy/jig.git
cd jig
pip install -e ".[gradio]"
jig --gradioIf Jig helps you keep local LLM outputs deterministic, please ⭐ the repo!