Changelog
3.0.0 - 2026-03-27
Changed
- Updated to work with the redesigned Kagi billing page. The script now searches all element types (not just specific tags) for the search count label, and tries multiple label patterns to support different plan types.
- The script now gracefully shows year progress only when no search count is available (e.g. on Professional or Ultimate plans, which do not display a search limit).
2.0.1
Changed
- Improved logging to follow new guidelines with verbose debug messages and emoji-based key events.
2.0.0 - 2026-02-02
Changed
- Updated to work with the new Kagi billing page structure. The script now searches for "Total searches this period" and correctly extracts the count value.
1.2.1 - 2025-10-06
Changed
- Updated the output format to match the
kagi/usage-summary-search-page script.
- Year progress now includes the number of days elapsed and the total days in the billing year (e.g.,
(104/365)).
- Search rate now displays the difference from the expected usage (e.g.,
(18 below expected)).
1.2.0 - 2025-10-06
Fixed
- Correctly parses search counts with comma thousands separators.
1.1.1 - 2025-10-10
Added