Skip to content

v1.4.15

Choose a tag to compare

@haiphucnguyen haiphucnguyen released this 11 Aug 18:21
· 44 commits to main since this release
f482516

Summary

This release focuses on foundational improvements to the application architecture, specifically within provider handling and indexing mechanisms. Changes include the implementation of project indexing lifecycle management, standardization of core data input structures, and various enhancements to user interface consistency and telemetry tracking.

What's Changed

  • Provider Architecture & Configuration:
    • Refactored the OpenAI provider API delegates and settings structure (#620).
    • Integrated the provider configuration flow into error handling routines (#610).
    • Added provider setup guidance to the selection dialog (#624).
    • Localized OpenAI-Compatible template taglines and help text (#625).
  • Indexing & Telemetry:
    • Implemented project indexing lifecycle management (#621).
    • Tracked LLM token usage within the hybrid indexer (#622).
    • Persisted LLM token usage data to the database (#612).
    • Display token usage details within the discover view (#628).
  • Core Logic & Data Handling:
    • Standardized user input mechanism to utilize the Content list structure (#627).
    • Displayed runtime names with refined styling in the skills view (#606).
    • Set the new chat as the default selected chat upon application startup (#614).
  • User Interface & Experience (UI/UX):
    • Implemented real-time synchronization for bookmark counts (#629).
    • Adjusted line number width calculation and formatting for code blocks (#600).
    • Fixed the quit message display (#602).
    • Resolved input handling issues related to CJK IME space key dropping in the chat input (#611).
    • Added a trimmed events message to event logs (#623).
    • Enabled the creation of new projects during session movement (#615).
  • Documentation & Maintenance:
    • Enhanced AI provider descriptions by adding setup guidance (#630).
    • Bumped the project version and performed general UI cleanup (#626).

Contributors

Full Changelog: v1.4.14...v1.4.15