Commit History

Add Anthropic url overrides via ANTHROPIC_TARGET_URL env var and --anthropic-api-url flag
8da3765

dorphalsig commited on

Update dashboard.html
ce74174

Garm commited on

Merge remote-tracking branch 'origin/main' into feat/persist-savings-history
10d071e

Garm commited on

style: format savings history tests
a85f98e

Garm commited on

Update test_proxy_savings_history.py
cd71b28

Garm commited on

feat: add historical rollups and exports
bb74115

Garm commited on

Bump to 0.5.16: WebSocket proxy, Kompress ONNX, Discord link update
88b3b41

chopratejas commited on

Kompress ONNX INT8: text compression without torch dependency
32771a9

chopratejas commited on

Update Discord invite link across all docs
ec5c3f9

chopratejas commited on

Add WebSocket proxy for /v1/responses (Codex gpt-5.4+)
acad54a

chopratejas commited on

Remove dedupe_telemetry.py from repo, add scripts/ to .gitignore
41a321f

chopratejas commited on

Bump to 0.5.15: Responses API compression, tool_result ordering fix
d69a1e5

chopratejas commited on

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 branch 'main' into feat/persist-savings-history
02d84fe

gglucass commited on

test: cover savings tracker branches
bad0f4b

Garm commited on

Update savings_tracker.py
61a1e64

Garm commited on

fix: restore anthropic compression when hooks enabled
c461ff0

Garm commited on

refactor: remove dashboard storage path label
2f8772c

Garm commited on

refactor: move dashboard mode switch to header
8d62d27

Garm 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: persist proxy savings history
1b40634

Garm 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