Skip to content

Releases: Nayjest/Gito

v4.0.4

15 May 17:40

Choose a tag to compare

What's Changed

  • Alias for uvx gito.bot added (executeable name same as package name) Thanks to @marutichintan #256
  • Bump black from 26.1.0 to 26.3.1 in the pip group across 1 directory by @dependabot[bot] in #240
  • Bump the pip group across 1 directory with 2 updates by @dependabot[bot] in #243
  • Bump python-dotenv from 1.1.1 to 1.2.2 in poetry.lock by @akimochkinv in #255

New Contributors

Full Changelog: v4.0.3...v4.0.4

v4.0.3

13 Feb 18:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

05 Feb 18:55
1f770e5

Choose a tag to compare

What's Changed

  • Fix #221 Jinja2 template bug in question answering in #222
  • Upgrade to Anthropic Claude 4 Opus in #223

Full Changelog: v4.0.1...v4.0.2

v4.0.1

26 Jan 19:59

Choose a tag to compare

What's Changed

Added

  • Explicit issue key option for posting Linear comments — Use --issue-key or -k to specify the Linear issue directly, bypassing branch-based detection.

Changed

  • Improved error handling for Linear API — Clearer, more actionable error messages when API calls fail, including GraphQL-level error detection.
  • Development setup documentation — Expanded with fallback instructions for systems without make and added visual flair to the README.
  • Dependency updateai-microcore now uses stable ~5.0.0 instead of dev release.

Fixed

  • Robust stdin detection — The linear-comment command now correctly distinguishes between piped input, explicit - argument, and missing text.
  • Exit codes — Proper non-zero exit on missing API key or unresolved issue key.

Full Changelog: v4.0.0...v4.0.1

v4.0.0

22 Jan 21:08
e042300

Choose a tag to compare

What's Changed

  • GitLab support (experimental) in #140
  • Upgrade ai-microcore to v5, switch to new google-genai SDK when working with Gemini models, Google Vertex Support
  • Deploy command reworked
  • Windows installer improvements
  • ASCII-art Gito logotype added to deploy & setup commands
  • Provide default MAX_CONCURRENT_TASKS to avoid rate limit errors in #191
  • Metadata updated for better discoverability in #186
  • Readme: Security & Privacy added in #187
  • Update troubleshooting.md by in #192
  • files command: fix exception when calculating against branch, refactor: avoid code duplication in #198
  • utils submodule refactoring in #204
  • fix #157 GitHub comments collapsing
  • fix #205 messaging issue
  • fix #202 Branch parameter not URL-encoded

Full Changelog: v3.6.0...v4.0.0

v3.6.0

07 Jan 21:11

Choose a tag to compare

What's Changed

  • Add Windows Installer Support by @Alperen012 in #166
  • More debug info if push failed when reacting from GitHub comments in #169
  • Fix tests / code review workflows on PRs made from repo forks in #168
  • Fix fork cr #167 in #171
  • Fix: Add anchor tags to headings for PyPI ToC links compatibility by @Alperen012 in #165
  • simplify workflows, rely on actions approval instead of env. approval in #173
  • readme: known limitations section added in #175
  • Bump filelock from 3.20.0 to 3.20.1 in #174
  • Show "Current folder is not a git repository." instead of stack trace in #176
  • Git installation check in #177
  • Config. docs upd. in #178
  • fix #180: No clear error messaging when run gito files outside of rep… in #181
  • Bump urllib3 from 2.6.2 to 2.6.3 in the pip group across 1 directory in #183

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

27 Dec 15:18
7fc56fa

Choose a tag to compare

What's Changed

Full Changelog: v3.4.3...v3.5.0

v3.4.3

23 Dec 23:25
ea8457e

Choose a tag to compare

What's Changed

  • Upgraded underlying GitHub Actions in workflow templates
  • Upgraded default deploy models (Claude, GPT) - fixes #136

Full Changelog: v3.4.2...v3.4.3

v3.4.2

18 Dec 17:34
804dfe4

Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1

15 Dec 00:07
c421ec3

Choose a tag to compare

What's Changed

  • Upgraded dependencies (#151) - Gito.bot install was forcing a downgrade of the Python typer package (@gczajkowskiTT)
  • No more LLM retries when max tokens exceeded (see ai-microcore v4.5.0 release)
  • Do not fail entire code review due to failed file reviews (too large files, etc.) - display warnings instead
  • Added ability to specify ignored files as list of fnmatch patterns in config.toml via new exclude_files property
  • Fix: raise ValueError instead of using asserts

Full Changelog: v3.4.0...v3.4.1