Skip to content

Releases: rust142/geeto

v0.13.0

Choose a tag to compare

@rust142 rust142 released this 15 Jul 23:09

What's New?

New Features

  • Added AI-powered pull request and issue review workflows

Other Improvements

  • Updated the description and feature list in the readme for clarity

v0.12.0

Choose a tag to compare

@rust142 rust142 released this 14 Jul 07:21

What's New?

New Features

  • Added the ability to configure the style and tone of commit messages in settings

Other Improvements

  • Improved instructions in the readme, including updated uninstall and update commands, as well as clearer documentation for working with branches
  • Added missing blank line separators in the rules section for better readability

v0.11.0

Choose a tag to compare

@rust142 rust142 released this 14 Jul 06:08

What's New?

New Features

  • Added a self-update command to easily update the CLI
  • Integrated OpenAI Codex with the AI features, allowing users to select models

Bug Fixes

  • Improved PowerShell profile detection for better alias setup on Windows
  • Enhanced install method detection and fallback when resolving binaries
  • Added safety checks to input handling to prevent readline errors
  • Improved AI failure detection with better error handling and a recovery menu
  • Stopped commit regeneration when skipping failed commit scenarios
  • Now shows the option to move AI config to global only when a local config exists
  • Improved terminal input handling during confirmation prompts for better cross-platform support

Other Improvements

  • Updated documentation to include OpenAI Codex support in AI workflow and setup instructions
  • Removed unused dependencies and updated several major dependencies for improved performance and security

v0.10.1

Choose a tag to compare

@rust142 rust142 released this 13 Jul 11:19

What's New?

Other Improvements

  • Removed unused tools and made the main menu simpler

v0.10.0

Choose a tag to compare

@rust142 rust142 released this 29 May 06:40

What's New?

New Features

  • We've integrated the Groq provider with improved state validation for better AI capabilities.
  • You can now use global config, native multiline editing, and Trello tools with our CLI.

Other Improvements

  • The parser and core have been enhanced for improved performance and stability.
  • We've improved the multiline edit handling in the input and streamlined workflows in the CLI.

v0.9.1

Choose a tag to compare

@rust142 rust142 released this 09 Apr 06:02

What's New?

New Features

  • Interactive tool to bump the package version in package.json, and the project is updated to v0.9.0.
  • Improved Copilot integration with required headers, automatic retries, and forced reauthentication when needed.
  • Added an interactive submodule manager and a simpler local install option.

v0.9.0

Choose a tag to compare

@rust142 rust142 released this 04 Apr 15:30

What's New?

New Features

  • Added an automated process that merges and consolidates release notes so release summaries are easier to find.

v0.8.0

Choose a tag to compare

@rust142 rust142 released this 04 Apr 13:55

What's New?

Other Improvements

  • Updated the Copilot integration to use the Copilot REST API instead of the previous SDK command-line interface, improving reliability and making future updates easier.

v0.7.0

Choose a tag to compare

@rust142 rust142 released this 04 Apr 15:08

What's New?

Breaking Changes

  • The built-in inline file editor has been removed; files now open in the Vim editor by default.

New Features

  • Generate embedded prompts to improve suggestion accuracy
  • Improve Copilot SDK handling for more reliable operation
  • Save and manage AI models so they persist across sessions and are easier to use.
  • Add a doctor workflow with automatic task generation to help organize and track next steps.
  • Support for GitLab and a unified platform interface
  • More consistent AI suggestions and improved AI command workflows
  • Pick files grouped by folder with multi-select and simple staging

Bug Fixes

  • Fix compatibility with Bun binaries by adding a static module map
  • Improved label alignment by increasing the padding so names line up correctly.
  • Geeto now removes old installations before reinstalling to avoid conflicts

Other Improvements

  • Confirmation prompts are now simpler and clearer
  • Progress display during scramble operations is simplified to a single-line spinner

v0.6.6

Choose a tag to compare

@rust142 rust142 released this 26 Feb 04:38

What's New?

New Features

  • Added an interactive arrow-key toggle to confirmation prompts for easier keyboard navigation.

Other Improvements

  • Improved logging and progress spinner behavior for clearer, more consistent output.
  • Made AI provider selection and routing more reliable for smoother AI-powered features.