All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project follows Semantic Versioning.
[0.1.0] - 17.05.2026
Added
- Typed
Kagi.search/2,Kagi.search/3,Kagi.summarize/2, andKagi.summarize/3APIs. - Typed
Kagi.maps/2andKagi.maps/3API with%Kagi.Maps{},%Kagi.MapsResult{}, and%Kagi.MapsResult.Coordinates{}structs. - Client-side maps sorting by
:relevance,:rating,:distance, or:pricewith sensible default orders. - Reusable
%Kagi.Client{}with configurable session token resolution. Reqtransport by default and explicitCloakedReqtransport support.- Search, summarizer, and maps parsers ported from the Rust
kagiCLI. - Release, CI, and package documentation matching the companion Elixir libraries.