Commit History

Add compression for OpenAI Responses API (/v1/responses)
16d1d82

chopratejas commited on

Fix tool_result ordering: no stray user message between tool_calls and tool
9d72cac

chopratejas commited on

Fix zstd streaming decompression, add zstandard dep; bump to 0.5.14
e32d19d

chopratejas commited on

Fix streaming tool calls, compressed request bodies, beacon field names; bump to 0.5.13
f99f02a

chopratejas commited on

Switch telemetry to proxy_telemetry_v2 table, bump to 0.5.12
cb7b00d

chopratejas commited on

Bump to 0.5.11: fix cost calculation, Windows path decoding, unused imports
738abba

chopratejas commited on

Fix cost calculation: don't mix cache savings into Headroom savings
0e5332d

chopratejas commited on

fix: remove unused imports in test_langgraph.py (ruff F401)
ab157ea

chopratejas commited on

Fix Windows drive letter path decoding in headroom learn (fixes #69)
7984228

chopratejas commited on

Merge pull request #60 from gglucass/feat/add-headroom-sdk
c32da96

chopratejas commited on

Merge pull request #68 from KunalLohtia/feat/langgraph-compress-tool-messages
138b32e

chopratejas commited on

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

chopratejas commited on

fix: split Supabase anon key to avoid GitGuardian false positive
2b32b7a

chopratejas commited on

Rename plugin to headroom-openclaw (npm scope not available)
1bec853

chopratejas commited on

Bump to 0.5.10 (0.5.9 had partial PyPI upload)
7234c58

chopratejas commited on

Merge feat/openclaw-plugin: OpenClaw ContextEngine plugin + telemetry fix + cost tracker
3aaad41

chopratejas commited on

OpenClaw plugin fixes, telemetry fix, cost tracker improvement, tokenBudget support
0b469f5

chopratejas commited on

feat: add OpenClaw ContextEngine plugin (@headroom-ai/openclaw)
2a2730a

chopratejas commited on

Revert version bump: table schema fix resolves telemetry for all versions >= 0.5.6
ec4e58f

chopratejas commited on

Bump to 0.5.9: fix telemetry beacon (restore auth header, requires table schema update)
9f8dd86

chopratejas commited on

fix: restore Authorization header in telemetry beacon
317ecc8

chopratejas commited on

fix: remove Bearer auth header for Supabase publishable key (telemetry broken since 0.5.5)
4f8f855

chopratejas commited on

style: fix ruff format in server.py
c198ba5

chopratejas commited on

Bump to 0.5.8: fix Windows Unicode crash, fix Bedrock Claude 4.6 model IDs
556f701

chopratejas commited on

Fix Windows Unicode crash and Bedrock Claude 4.6 model IDs
8f8e56d

chopratejas commited on

Merge pull request #62 from matgasser/fix/extract-user-query-closure-scope
0537b2c

chopratejas commited on

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

chopratejas commited on

Make compress() format-aware: auto-detect OpenAI, Anthropic, Vercel, Gemini
ba9ea76

chopratejas commited on

Fix RTK binary path on Windows (.exe extension)
a961bd1

chopratejas commited on

Add TypeScript SDK (headroom-ai npm package)
61a26b6

chopratejas commited on

Fix CI test, bump to 0.5.7
7749044

chopratejas commited on

Fix API integration test: use tool output not user message for tags
a929f70

chopratejas commited on

Remove LLMLingua: Kompress is the sole text compressor
356d8ba

chopratejas commited on

Protect workflow XML tags from text compression
ce7905c

chopratejas commited on

Add notebook for langchain-ai/how_to_fix_your_context PR
91925aa

chopratejas commited on

Use realistic verbose RAG chunks in demo — triggers Kompress within-item
e5bac23

chopratejas Claude Opus 4.6 (1M context) commited on

Diversity-aware SmartCrusher: keep unique items, compress text within
da487ca

chopratejas Claude Opus 4.6 (1M context) commited on

Pass user query context through proxy pipeline (9 call sites)
3ddf4aa

chopratejas Claude Opus 4.6 (1M context) commited on

Fix context-blind compression: pass user query to SmartCrusher relevance scorer
353843b

chopratejas Claude Opus 4.6 (1M context) commited on

Revamp docs site: new theme, comprehensive landing page, complete nav
a73e58d

chopratejas Claude Opus 4.6 (1M context) commited on

Fix docs to match implementation: remove false claims, add Strands guide
c0fb63f

chopratejas Claude Opus 4.6 (1M context) commited on

Fix test failures: update hash test for MD5, handle unicode surrogates
e184efb

chopratejas Claude Opus 4.6 (1M context) commited on

Reduce proxy latency, enrich telemetry, protect Bash output, bump to 0.5.6
78d41df

chopratejas commited on

Merge pull request #57 from Softizy/fix/forward-ratelimit-headers-streaming
b9e9d57

chopratejas commited on

Dedupe telemetry beacon: upsert per session instead of appending
303ed86

chopratejas Claude Opus 4.6 (1M context) commited on

test: verify ratelimit headers are forwarded in streaming responses
e435e1c

jocel1 Claude Opus 4.6 commited on