Skip to content

Releases: Nayjest/Gito

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

v3.4.0

14 Nov 19:52
00fc45b

Choose a tag to compare

What's Changed

gito ask now supports the --save-to "<file-name>" argument for saving the answer to a file. #150

Full Changelog: v3.3.4...v3.4.0

v3.3.4

04 Nov 20:57
6aa8ff3

Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v3.3.4

v3.3.3

31 Oct 22:54
9ad3a45

Choose a tag to compare

What's Changed

  • 🐛 Fixed #145: incorrect line numbers detected in issues within newly added files.
    (PR #146) — thanks to @gcflymoto for discovering and reporting the issue!

Full Changelog: v3.3.2...v3.3.3

v3.3.2

31 Oct 11:57
762c76e

Choose a tag to compare

What's Changed

  • LLM Response validation integrated into retries mechanism
  • Fix #142: No clear messaging regarding empty changeset in gito files command output
  • Fix #141

Full Changelog: v3.3.1...v3.3.2

v3.3.1

07 Oct 21:05
2f6a0a0

Choose a tag to compare

What's Changed

  • fix #138 (loading .env from project root by FastMCP package causing errors) in #139
    Thanks to @marutichintan for reporting

Full Changelog: v3.3.0...v3.3.1