Skip to content

Releases: smkrv/ha-text-ai

v2.1.0

12 Dec 21:08
Compare
Choose a tag to compare

v2.1.0 Release Notes:

Fixed incorrect version display in the integration instance

Full Changelog: v2.0.9...v2.1.0

v2.0.9

10 Dec 14:27
Compare
Choose a tag to compare

Version increment

This is a routine version update without substantial modifications to the codebase.
Version bumped to v2.0.9 for maintenance purposes.

Full Changelog: v2.0.8...v2.0.9

v2.0.8

10 Dec 14:11
Compare
Choose a tag to compare

fix: Display only last Q&A in sensor state to prevent data truncation

  • Show only the latest question and answer in sensor state
  • Keep full conversation history in attributes
  • Fix truncation issues in Home Assistant UI
  • Maintain backwards compatibility
  • No configuration changes required

Full Changelog: v2.0.7-beta...v2.0.8

v2.0.7-beta

06 Dec 09:04
Compare
Choose a tag to compare

Optimization and Performance Improvements

🚀 Key Enhancements

  • JSON Handling: Optimized JSON file history management for improved efficiency
  • Memory Management: Added comprehensive memory usage validation during initialization
  • Disk Space Monitoring: Implemented free disk space verification to prevent potential storage-related issues
  • Performance Optimization: Streamlined code structure, enhanced parallel request processing, and improved overall system responsiveness
  • Token Estimation: Refined heuristic token counting method for more accurate conversation tracking

🔍 Technical Details

  • Enhanced error handling and resource management
  • Improved system resilience through proactive checks
  • More precise token usage estimation

🛠 Recommended Update

Recommended for all users seeking improved system stability and performance.

Full Changelog: v2.0.5-beta...v2.0.7-beta

❌ v2.0.6-broken

06 Dec 00:16
Compare
Choose a tag to compare

❌ v2.0.6 — broken

v2.0.5-beta

03 Dec 15:32
Compare
Choose a tag to compare

🔄 Changes v2.0.5

🆕 New Features

  • Conversation history now stored in files instead of Home Assistant states
  • Added configurable history size limit (default: 100 entries)
  • Added automatic cleanup of old history entries

💪 Improvements

  • Reduced memory usage by moving history to file storage
  • Better handling of large conversation histories
  • Fixed async history updates
  • Updated translations
  • Fixed minor bugs
  • Updated documentation

📝 Notes

  • History is now stored in: .storage/ha_text_ai_history/
  • No configuration changes required

Full Changelog: v2.0.4-beta...v2.0.5-beta

v2.0.4-beta

29 Nov 13:48
Compare
Choose a tag to compare

v2.0.4-beta Release Notes:

feat(localization): Expand multilingual support

  • Added translations for:

    • Chinese (zh)
    • Serbian (sr)
    • Italian (it)
    • Hindi (hi)
    • Spanish (es)
  • Fixed minor bugs

  • Improved language coverage

Full Changelog: v2.0.3-beta...v2.0.4-beta

v2.0.3-beta

28 Nov 21:17
Compare
Choose a tag to compare

v2.0.3-beta Release Notes:

  • Fixed sensor naming, now sensors are created correctly according to the Sensor Naming Convention.
  • Added additional endpoint availability checks during operation.
  • Improved Anthropic integration stability.
  • Implemented more accurate token counting (heuristic in any case, but calculates more precisely).
  • Enhanced max_tokens handling.
  • Improved error descriptions and hints.
  • Expanded sensor attribute list.
  • Other bugfixes.

Important: If you previously created automations or sensors using special characters, please recreate them. Unfortunately, it's not possible to automatically reimport them with correct names.
Sensors created according to the documentation description will continue to work correctly.

Full Changelog: v2.0.2-beta...v2.0.3-beta

v2.0.2-beta

28 Nov 20:33
Compare
Choose a tag to compare

v2.0.2-beta Release Notes:

  • Fixed sensor naming, now sensors are created correctly according to the Sensor Naming Convention.
  • Added additional endpoint availability checks during operation.
  • Improved Anthropic integration stability.
  • Implemented more accurate token counting (heuristic in any case, but calculates more precisely).
  • Enhanced max_tokens handling.
  • Improved error descriptions and hints.
  • Expanded sensor attribute list.

Important: If you previously created automations or sensors using special characters, please recreate them. Unfortunately, it's not possible to automatically reimport them with correct names.
Sensors created according to the documentation description will continue to work correctly.

Full Changelog: v2.0.1-alpha...v2.0.2-beta

This is the first public release of HA Text AI: v2.0.1-alpha

26 Nov 11:43
Compare
Choose a tag to compare

Just gave the repo a little makeover 💅

  • Tidied up some code
  • Made things look a bit prettier

Full Changelog: v2.0.0-alpha...v2.0.1-alpha

🚀 First Public Release - v2.0.1-alpha

This is the first public release of HA Text AI!

🔍 What to Expect:

  • 🧪 Alpha version
  • 🛠 Potential unstable behavior
  • 💡 Proof of concept implementation
  • 🚧 Expect frequent changes

🤝 Community Involvement:

  • Actively seeking feedback
  • Open to bug reports
  • Welcome feature suggestions
  • Collaborative development

⚠️ Important Notes:

  • Not recommended for production
  • Expect potential breaking changes
  • Requires technical understanding
  • Use at your own risk

🙏 How You Can Help:

  • Test in your environment
  • Report issues on GitHub
  • Share your use cases
  • Suggest improvements

Let's build something amazing together! 🏠🤖