v0.52.1

phiresky/ripgrep-allv0.52.1May 26, 2026by github-actions[bot]

AI Summary

This release migrates the publishing pipeline to GitHub Actions using npm Trusted Publishing/OIDC and updates core dependencies, while expanding agent skills and separating diagnostics from the status command.

Key Highlights

  • Switched to GitHub Actions + npm Trusted Publishing/OIDC for publishing
  • Updated core SQLite and config packages while keeping major versions pinned
  • Agent skills commands (`list|get|path`) added to serve version-matched instructions
  • CLI diagnostics moved from `qmd status` to the new `qmd doctor` command
  • GPU runtime diagnostics separated to avoid unsafe native probing

New Features

  • OIDC publishing
  • Dependency updates
  • Skills commands
  • Diagnostics separation
  • Configuration centralization

Full Release Notes

## What's Changed
* fix: apply custom dedup rules to pulled alerts (closes #5370) by @jyoti369 in https://github.com/keephq/keep/pull/6242
* fix: set is_predicted = true for topology-based incidents by @PrometheRus in https://github.com/keephq/keep/pull/6512
* fix: Prefix "Possible" in Incident Title Based on is_candidate Value by @PrometheRus in https://github.com/keephq/keep/pull/6517
* fix: parse site24x7 LABELS as dict for AlertDto compatibility by @Jleee713 in https://github.com/keephq/keep/pull/6526
* chore: Bump version from 0.52.0 to 0.52.1 by @shahargl in https://github.com/keephq/keep/pull/6530

## New Contributors
* @PrometheRus made their first contribution in https://github.com/keephq/keep/pull/6512
* @Jleee713 made their first contribution in https://github.com/keephq/keep/pull/6526

**Full Changelog**: https://github.com/keephq/keep/compare/v0.52.0...v0.52.1