You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special case saving polars DataFrames in file_store for speed.
More flexible parsing of booleans in jug.options.
Support project-local configuration files (.jugrc or jugrc). Jug now
walks up the directory tree from the current working directory (up to the git
project root) looking for local configuration files. See configuration for details.
Ship the Jug assistant skill in the Python package and add jug install-skills --output DIR to install it into Codex or Claude Code
skills directories.
Bugfixes
Fix _get_terminal_size_linux for Python 3.14, which changed how fcntl.ioctl handles string arguments. Use os.get_terminal_size()
instead (patch by justinrporter, GH
#120).