Skip to content

Releases: coding-hui/ai-terminal

v0.12.0

12 Jan 04:51
Compare
Choose a tag to compare

Changelog

Features

  • 2dd8b59 feat: add language support to commit command
  • 273e768 feat: add shorthand flag for version command output
  • 55d8de7 feat: add support for commit message language configuration
  • 237d7b0 feat: add support for conventional commit prefixes
  • 998a76d feat: refactor and enhance chat system with new features and bug fixes

Bug Fixes

  • f4f9d13 fix: fix HTML entity handling and improve env prefix consistency
  • 30197a0 fix: improve error handling and code cleanup in command execution

Code Refactoring

  • 87744d1 refactor: Refactor auto.coder to support command completion
  • 9c917fa refactor: improve diff output formatting and rendering
  • a994086 refactor: refactor chat message handling and remove unused code
  • 8b428c9 refactor: refactor chat system to use llms.ChatMessage for message handling
  • e5f80cf refactor: refactor commit message rendering and styling
  • 599534c refactor: refactor commit message rendering with styled UI components
  • 0c57e29 refactor: refactor confirmation logic and remove unused dependencies
  • ecbd7bf refactor: refactor console rendering for consistency and simplicity
  • 87646e2 refactor: refactor error handling and improve config error messaging
  • 4374fc3 refactor: refactor options initialization using functional pattern
  • 8f65485 refactor: remove needConfirm parameter from ApplyEdits
  • 203eb8e refactor: remove unused UI history and spinner components
  • bebc880 refactor: simplify edit confirmation logic in diff block editor

Full Changelog: v0.1.11...v0.12.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can contribute with code.

Where to go next?

  • Find examples and commented usage of all options in our website.

v0.1.11

05 Jan 12:55
Compare
Choose a tag to compare

Changelog

Code Refactoring

  • 399311d refactor: improve error handling and streaming logic in LLM engine

Full Changelog: v0.1.10...v0.1.11

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can contribute with code.

Where to go next?

  • Find examples and commented usage of all options in our website.

v0.1.10

05 Jan 10:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9-1...v0.1.10

v0.1.9-1

15 Sep 03:01
Compare
Choose a tag to compare

Changelog

Features

  • 3199b6b feat: expand supported languages for commit message summarization
  • 4745c9d feat: implement interactive AI configuration command

Bug Fixes

Code Refactoring

  • c377c76 refactor: improve Git Repository Handling and Error Messages
  • 23d40bb refactor: refactor language handling and template specifications
  • 275643f refactor: refactor ui display func
  • a541166 refactor: rename ui package

Full Changelog: v0.1.9...v0.1.9-1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can contribute with code.

Where to go next?

  • Find examples and commented usage of all options in our website.

v0.1.9

01 Sep 14:31
Compare
Choose a tag to compare

Changelog

Features

  • 7ca72be feat: add Undo Command to Help Message
  • a050ef8 feat: add /undo command for commit rollback
  • ba77acf feat: add rollback functionality for recent commits
  • b86d0f7 feat: enhance code management with new commit command
  • 26bf4aa feat: enhance command execution feedback
  • d88c869 feat: enhance commit command with file addition support
  • 3a29ea8 feat: enhance file handling with glob support
  • 2caee43 feat: enhance logging and status rendering capabilities
  • 3626e94 feat: enhance undo functionality with context and error handling

Bug Fixes

  • 67cce08 fix: update git reset behavior during rollback

Code Refactoring

  • 19ca1cc refactor: refactor commit command and improve messaging
  • fdf6694 refactor: refactor dependencies and logging for consistency

Full Changelog: v0.1.8...v0.1.9

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can contribute with code.

Where to go next?

  • Find examples and commented usage of all options in our website.

v0.1.8

01 Sep 10:09
Compare
Choose a tag to compare

Changelog

Features

  • 9e4d8af feat: enhance version command functionality

Bug Fixes

  • cf8f105 fix: MongoDB test container setup issue

Code Refactoring

  • 6b8cc44 refactor: refactor Docker targets and improve message formatting

Full Changelog: v0.1.7...v0.1.8

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can contribute with code.

Where to go next?

  • Find examples and commented usage of all options in our website.

v0.1.3-1

04 Aug 12:01
Compare
Choose a tag to compare

v0.1.3-1 - 2024-08-04

Features

  • ff170a3 feat: Implement AI-assisted commit workflow and UI
  • 57e944c feat: New command line completion
  • 607b064 feat: add Git hook commands and fix typo
  • 5a04518 feat: add auto code review command
  • c09d921 feat: add multi-language support for commit summaries
  • f52ffb3 feat: enhance UI and automate commit messages
  • 086ca4f feat: enhance commit message generation flexibility

Code Refactoring

  • 4a49a2f refactor: Refactor CLI command for improved structure
  • 311b75d refactor: convert summary prefix to lowercase
  • 015fe80 refactor: improve code quality and reliability

v0.1.3

04 Aug 04:44
Compare
Choose a tag to compare

v0.1.3 - 2024-08-04

Features

  • 545d2b2 Add history ls cmd, refactor and update existing code for CLI and datastore components
  • 0a7dad0 Added command to delete history session
  • 98349eb Historical sessions can be persisted to files
  • 5b7b3bd Upgrade go version to 1.22.5

Bug Fixes

  • c359bef By default, the local mongodb server is used
  • 3849cfd Fix chat session deletion issue
  • d80b4d0 Fix sessions loading issue
  • 5ace1b0 Use vim as the default editor

Code Refactoring

  • f7e22c5 Optimize configuration loading and binding logic
  • 9c6e965 Refactoring the Chat History Store
  • 0a2e84d Simplify the ls history code
  • fd0fff4 rename flag utils
  • 6dcb69d rename run pkg name

v0.1.2

14 Jul 10:13
Compare
Choose a tag to compare

v0.1.2 - 2024-07-14

Bug Fixes

  • ExecCompletion output json serialization issue

Code Refactoring

  • Add the output parameter, which can be markdown or raw
  • update Dockerfile for CLI and infer-controller