# Changelog

## 1.0.47 (2026-08-10)

### Chores

* Update description

## 1.0.46 (2026-08-10)

### Chores

* Update description

## 1.0.45 (2026-08-09)

### Features

* Extend custom flags support in application level

## 1.0.44 (2026-08-09)

### Features

* Add get_home_page for overriding

## 1.0.43 (2026-08-06)

### Features

* Add page argument for _goto

## 1.0.42 (2026-08-06)

### Bug Fixes

* Kokoro audio generation improvements

## 1.0.41 (2026-08-06)

### Features

* Kokoro audio generation support

## 1.0.40 (2026-08-03)

### Bug Fixes

* Pass user command as arguments to handler correctly

## 1.0.39 (2026-07-18)

### Features

* Update genai library

## 1.0.33 (2026-07-18)

### Chores

* Rename project: dronelabour-dllm

## 1.0.33 (2026-07-18)

### Chores

* Reset repository

## 1.0.32 (2026-07-16)

### Features

* Application template base class

### Chores

* Refactoring, split classes by LLM providers

## 0.13.0 (2026-05-01)

### Features

* New safe_format method
* Support embeddings create, OpenAI and genai

### Bug Fixes

* Improve prompt content parameters parsing
* Fix dllm client to handle OpenAI Responses prompt

## 0.12.0 (2026-01-15)

### Features

* Update LLM libraries

## 0.11.1 (2026-01-04)

### Bug Fixes

* Fix OpenAI Responses request parsing

## 0.11.0 (2025-12-31)

### Features

* Support OpenAI Responses API
* Update LLM libraries

### Chores

* Synchronize variable names

### Features

## 0.10.0 (2025-12-15)

### Features

* Support default API base URL
* Rename add_attribute -> add_param
* Support image input through add_param

### Bug Fixes

* Proper close methods to call internal HTTP sessions
* Fix test cases about Event Loop closed exception

## 0.9.0 (2025-12-01)

### Features

* Add close method for closing underlying httpx connection
* Support OpenAI image edit API

### Bug Fixes

* Image generation url get read(), convert binary data to b64 follow original flow

## 0.8.0 (2025-11-13)

### Features

* API key

### Chores

* define base Docker image

## 0.7.0 (2025-10-26)

### Bug Fixes

* Grok image generation flow
* Type hints

## 0.6.0 (2025-10-20)

### Features

* Anthropic API calls

## 0.5.0 (2025-10-16)

### Bug Fixes

* Temporarily remove Gemini unnecessary header which causes API error
* Fix LLM argument formatting bug

### Chores

* Improve library core model structure, fix the text image error field chaos

* Unified MessageContext and MessageBody fields according to new core model structure

## 0.4.0 (2025-10-07)

### Chores

* Refactor field names

## 0.3.0 (2025-10-05)

### Bug Fixes

* Fix Gemini image generation

### Chores

* tag 0.3.0

## 0.2.0 (2025-09-27)

### Bug Fixes

* Fix local prompt definition loading, wrong provider reference name

### Features

* Add starter

## 0.1.0 (2025-09-15)

### Features

* Initial commit
