Skip to content

DevChat v0.1.15

Compare
Choose a tag to compare
@basicthinker basicthinker released this 22 Jul 01:04
· 419 commits to main since this release

Highlights

  • Added delete option to log command in CLI, allowing deletion of a leaf prompt.
  • Replaced deprecated pkg_resources with importlib.metadata for better compatibility and performance.
  • Added --version option to CLI to print the version of the devchat package.
  • Migrated to Poetry for dependency management, improving project setup and dependency resolution.
  • Added function call tests in CLI prompt, improving the robustness of the software.
  • Added git_diff and git_log commands to workflow, enhancing the functionality of the software.

Change Log

Improvements

  • Added delete option to log command in CLI, allowing deletion of a leaf prompt (e9e337d).
  • Replaced deprecated pkg_resources with importlib.metadata (9deb481).
  • Added --version option to CLI (8aa0f4d).
  • Migrated to Poetry for dependency management (bb6b7ff).
  • Added function call tests in CLI prompt (f266d4c).
  • Added git_diff and git_log commands to workflow (9e5a1af).

Bug Fixes

Refactors

  • Refactored test code to use response string template (1ade1ae).
  • Refactored test_store.py to use pytest fixture (4566ee3).
  • Refactored unix_to_local_datetime function (2a06fb3).
  • Refactored function handling in Assistant and OpenAIChat classes (7cdcc38).
  • Refactored function call condition in OpenAIChat (79a69cf).
  • Improved code readability in _cli.py (a5e74e3).

Documentation