Spaces:
Build error
Build error
Commit History
Fix tool_result ordering: no stray user message between tool_calls and tool 9d72cac
Fix zstd streaming decompression, add zstandard dep; bump to 0.5.14 e32d19d
Fix streaming tool calls, compressed request bodies, beacon field names; bump to 0.5.13 f99f02a
Switch telemetry to proxy_telemetry_v2 table, bump to 0.5.12 cb7b00d
Bump to 0.5.11: fix cost calculation, Windows path decoding, unused imports 738abba
Fix cost calculation: don't mix cache savings into Headroom savings 0e5332d
fix: remove unused imports in test_langgraph.py (ruff F401) ab157ea
Fix Windows drive letter path decoding in headroom learn (fixes #69) 7984228
Merge pull request #60 from gglucass/feat/add-headroom-sdk c32da96
Merge pull request #68 from KunalLohtia/feat/langgraph-compress-tool-messages 138b32e
feat: add LangGraph compress_tool_messages node for ToolMessage compression dba81a5
kunallohtia commited on
docs: add OpenClaw plugin to README, integration guide, index, and TS SDK docs 3d38c44
fix: split Supabase anon key to avoid GitGuardian false positive 2b32b7a
Rename plugin to headroom-openclaw (npm scope not available) 1bec853
Bump to 0.5.10 (0.5.9 had partial PyPI upload) 7234c58
Bump to 0.5.9 adab2c8
Merge feat/openclaw-plugin: OpenClaw ContextEngine plugin + telemetry fix + cost tracker 3aaad41
OpenClaw plugin fixes, telemetry fix, cost tracker improvement, tokenBudget support 0b469f5
feat: add OpenClaw ContextEngine plugin (@headroom-ai/openclaw) 2a2730a
Revert version bump: table schema fix resolves telemetry for all versions >= 0.5.6 ec4e58f
Bump to 0.5.9: fix telemetry beacon (restore auth header, requires table schema update) 9f8dd86
fix: restore Authorization header in telemetry beacon 317ecc8
fix: remove Bearer auth header for Supabase publishable key (telemetry broken since 0.5.5) 4f8f855
style: fix ruff format in server.py c198ba5
Bump to 0.5.8: fix Windows Unicode crash, fix Bedrock Claude 4.6 model IDs 556f701
Fix Windows Unicode crash and Bedrock Claude 4.6 model IDs 8f8e56d
Merge pull request #62 from matgasser/fix/extract-user-query-closure-scope 0537b2c
fix: move extract_user_query import out of conditional scope 66c3ce7
matgasser commited on
feat: allow overriding proxy telemetry sdk via HEADROOM_SDK 9f37321
Garm commited on
Fix Vercel AI SDK v6 format: use input/output instead of args/result df11ca5
Make compress() format-aware: auto-detect OpenAI, Anthropic, Vercel, Gemini ba9ea76
Fix RTK binary path on Windows (.exe extension) a961bd1
Add TypeScript SDK (headroom-ai npm package) 61a26b6
Fix CI test, bump to 0.5.7 7749044
Fix API integration test: use tool output not user message for tags a929f70
Remove LLMLingua: Kompress is the sole text compressor 356d8ba
Protect workflow XML tags from text compression ce7905c
Add notebook for langchain-ai/how_to_fix_your_context PR 91925aa
Use realistic verbose RAG chunks in demo — triggers Kompress within-item e5bac23
Diversity-aware SmartCrusher: keep unique items, compress text within da487ca
Pass user query context through proxy pipeline (9 call sites) 3ddf4aa
Fix context-blind compression: pass user query to SmartCrusher relevance scorer 353843b
Revamp docs site: new theme, comprehensive landing page, complete nav a73e58d
Fix docs to match implementation: remove false claims, add Strands guide c0fb63f
Fix test failures: update hash test for MD5, handle unicode surrogates e184efb
Reduce proxy latency, enrich telemetry, protect Bash output, bump to 0.5.6 78d41df
Merge pull request #57 from Softizy/fix/forward-ratelimit-headers-streaming b9e9d57
Dedupe telemetry beacon: upsert per session instead of appending 303ed86
test: verify ratelimit headers are forwarded in streaming responses e435e1c
jocel1 Claude Opus 4.6 commited on