mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Bump to 0.5.9
- Fix telemetry beacon: use JWT anon key + plain INSERT (was silently failing since 0.5.6) - Fix cost tracker: use avg effective $/token for savings calculation - Add tokenBudget support to /v1/compress endpoint and TS SDK - Add OpenClaw ContextEngine plugin (@headroom-ai/openclaw)
This commit is contained in:
parent
f627bf6a3b
commit
3953fd1db6
2 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ from .transforms import (
|
|||
TransformPipeline,
|
||||
)
|
||||
|
||||
__version__ = "0.5.8"
|
||||
__version__ = "0.5.9"
|
||||
|
||||
__all__ = [
|
||||
# Main client
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "headroom-ai"
|
||||
version = "0.5.8"
|
||||
version = "0.5.9"
|
||||
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue