Commit History

feat(openclaw): support remote Headroom proxy (connect-only)
0963758

JerrettDavis commited on

docs: add OpenClaw plugin section to main README
db23f5d

JerrettDavis commited on

Update benchmarks with real production telemetry and compression data
e8fad1d

chopratejas commited on

Merge pull request #91 from pratikbin/main
51faf9b

chopratejas commited on

Merge pull request #88 from gglucass/codex/display-session-metrics
d0998bb

chopratejas commited on

Merge pull request #93 from JerrettDavis/fix/openclaw-safe-proxy-config
cd0bbc5

chopratejas commited on

Remove skipped integration test registration
7fd3078

JerrettDavis commited on

Add comprehensive tests for proxy detection and launcher logic
4005540

JerrettDavis commited on

Restore pythonPath and proxyPort config support
0d9ba62

JerrettDavis commited on

Clarify local npm install path for launcher detection
26ac47c

JerrettDavis commited on

Auto-detect proxyUrl by default and keep explicit override
4e47b4d

JerrettDavis commited on

Add ordered launcher fallback for headroom proxy startup
651d3fd

JerrettDavis commited on

Add controlled proxy autostart and unsafe-install guidance
bded2d7

JerrettDavis commited on

Harden openclaw plugin proxy handling and metadata
b149c75

JerrettDavis commited on

Fix image token estimate: use 1600 tokens (pixel-based), not 85
b4c2ba4

chopratejas commited on

Fix image token counting: Anthropic images counted as text tokens
bdec7ed

chopratejas commited on

feat: Dockerfile & ci
e36d11c

pratikbin commited on

Apply Ruff formatting to rebased stack
51c9c1a

Garm commited on

Polish rebased display-session stack
3d4e512

Garm commited on

Format display-session tracker changes
6de75aa

Garm commited on

Add canonical display-session metrics for downstream dashboards
d30a2e7

Garm commited on

feat: add spend and input-token rollups to stats-history
f9ef7e0

Garm commited on

Fix WebSocket SSL on Windows: use native websockets SSL handling
e5a93f2

chopratejas commited on

Disable CacheAligner: it inflates tokens and breaks prefix caching
682a2d9

chopratejas commited on

Fix Codex WS proxy (Issue #86), LiteLLM metrics, and backend forwarding
7aa6cac

chopratejas Claude Opus 4.6 (1M context) commited on

Refactor: extract data models to headroom/proxy/models.py (Step 1/9)
2b7049f

chopratejas commited on

Add transforms_summary to TransformResult and /v1/compress response
9f01b57

chopratejas commited on

Merge pull request #81 from dorphalsig/main
03e2a45

chopratejas commited on

Fix multi-worker beacon spam, cost dashboard, upsert telemetry; bump 0.5.17
a71a45d

chopratejas commited on

Fix dashboard cost savings: use model list price, not moving average
91b077d

chopratejas commited on

Merge pull request #61 from gglucass/feat/persist-savings-history
ced25eb

chopratejas commited on

Fix WebSocket proxy: forward all headers + required OpenAI-Beta header
777053c

chopratejas commited on

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