Skip to content

Releases: TimeSurgeLabs/ottodocs

Add Org Setting

13 Aug 14:07
3bff8a9
Compare
Choose a tag to compare

Configuration Updates

  • Enabled setting organization in the configuration for more customizability.

v0.8.2

14 Jun 15:29
f051bcb
Compare
Choose a tag to compare

New Features:

  • Added new models to the application.
  • Added support for installing the application using an alias and repository context.
  • Improved model detection and code prompt editing.
  • Added sections for commit messages, pull requests, and release notes.
  • Added VHS GIF to the README and updated the commit GIF.
  • Added usage instructions, updated the edit command, and refined code generation.
  • Added the otto count command and updated options for the chat command.
  • Added context-aware editing and improved token management in the edit command.
  • Added chat history.
  • Added the token count command.

Documentation:

  • Updated otto documentation and options for various commands.

v0.8.1

03 May 01:26
8b6d664
Compare
Choose a tag to compare

Features & Enhancements

  • Added colored text to input prompts and improved force flag description
  • Improved commit message display with colored text and truncation
  • Added go clean to the clean command and refactored flags
  • Enhanced token calculations. This significantly decreased binary size as well.
  • Updated chat interface colors using configuration settings
  • Added colored text for user and Otto messages in chat, with config options for colors
  • Added context file support to edit and issue commands

Code and Documentation

  • Moved release function to own file
  • Updated documentation

Full Changelog: v0.8.0...v0.8.1

v0.8.0

01 May 04:20
e6cb5ea
Compare
Choose a tag to compare

Release Notes:

  • Added support for creating GitHub draft releases

Full Changelog: v0.7.1...v0.8.0

v0.7.1

01 May 03:44
6714723
Compare
Choose a tag to compare

Fix bug with loading file in edit command.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Apr 14:07
Compare
Choose a tag to compare

Add edit command and stream OpenAI output.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Apr 00:37
c7c8941
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Apr 19:10
45428db
Compare
Choose a tag to compare

Release v0.5.0

This release brings several improvements and changes to the project, including updates to the documentation, better command handling, and more efficient AI interactions. Below is a summary of the key changes in this release:

Features

  • Implement auto-commit and push with improved AI requests (13abff4)
  • Add verbose mode on some commands (70b3313)

Improvements

Changes

  • Replace gopenai with go-openai and update chat command (67458c9)

Fixes

  • Removed os/exec and added git.IsDirty check (6cdf221)

We recommend all users to update to this version for a better experience with the project.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

21 Apr 21:37
49c9aa2
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Apr 04:32
8bd874f
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0