Skip to content

Releases: Leodotpy/Jig

Jig 1.01

05 Feb 06:34

Choose a tag to compare

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 added jig launchers 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 --gradio

If Jig helps you keep local LLM outputs deterministic, please ⭐ the repo!