Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 714 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2024-12-12

Added

  • Main model tests
  • Setup GoReleaser for automated releases

Changed

  • Use Ollama official API

[0.1.0] - 2024-12-11

Added

  • Interactive UI for sessions and conversations
  • Configuration interface
  • Persistent application state in config file
  • Ollama integration for local models
  • RAG implementation with vector database
  • System-wide logging capabilities
  • Anthropic Claude support
  • OpenAI API integration