Spaces:
Build error
Build error
Commit History
Merge pull request #109 from JerrettDavis/feat/openclaw-upstream-gateway b78eec8
Fix e2e cleanup: ignore errors from OpenClaw leftover files 4452bea
Skip image tests when Pillow not installed (CI fix) 4f89326
Add OCR routing via RapidOCR + measure actual tokens after compression c7d9022
Re-enable image compression: tile optimizer + ONNX router, no PyTorch 2a387d0
Add tile-boundary image optimizer — reduce vision tokens with pure math 07d54b4
test(openclaw): cover branch routing paths 73ff535
fix(openclaw): normalize provider proxy routing 37f81ac
fix(proxy): add fast-fail launch settings 67629a4
Merge pull request #120 from gglucass/fix/mcp-tool-name-prefix 0a4b75b
fix(openclaw): use lightweight headroom launcher checks 1c81510
test(proxy): cover codex responses subpath aliases 3a7f5d0
fix(proxy): alias nested codex responses routes 9e84587
fix(openclaw): launch Windows headroom shims via shell aee80dc
chore: apply ruff formatting 04e3d85
Add OpenClaw unwrap flow and non-blocking proxy startup 84c554d
fix(openclaw): preserve upstream response paths 1ebf1ad
fix(openclaw): wait for proxy before gateway routing ea8c7bd
fix(openclaw): keep gateway routing runtime-only a5d956c
feat(openclaw): support configurable gateway providers 67c45c8
docs(openclaw): document codex gateway routing e3c884c
fix(openclaw): route codex through headroom proxy 69ad73f
Support both API key and codex login auth for Codex WS proxy 4c3cb54
Add INFO-level logging for WS /v1/responses connect and complete 3a64f4b
Auto-inject Codex provider config with supports_websockets=true 8f14793
Count Strands reasoningContent, image, document, video tokens (#111 follow-up) 3cbe3cb
Fix /v1/responses/* passthrough for ChatGPT session auth (#71) 503de28
Add passthrough route for /v1/responses/* sub-endpoints (compact, cancel, etc.) 802c29c
fix: use MCP-namespaced tool name in Claude Code instructions cdd540c
Garm Claude Sonnet 4.6 commited on
Add sentencepiece to image extra — required by SigLIP tokenizer (#103) 2591a75
Fix Strands SDK tool pairing, CCR marker format, and startup timeout (#114 #116 #117) a5d255b
Bump to v0.5.21 346cc40
Merge pull request #112 from JerrettDavis/feat/docker-e2e-wrap-validation e308e47
Merge upstream/main into feat/docker-e2e-wrap-validation b58c9a8
fix(ci): match proxy formatting to Ruff 0.15.9 1b72fa0
chore: fix ruff lint issues (import sorting, trailing whitespace) 0477185
fix(ci): harden wrap e2e validation ec78bd2
fix: skip token inflation guard in cache mode e7b8a37
fix: eliminate duplicate proxy logging and guard against token inflation 2e5555e
feat(ci): add docker wrap e2e workflow 0910905
Fix 4 bugs from code review: audit artifacts, unbound var, noisy log, dead code cc940b0
Fix 19 test failures: missing security attr, nosec inside f-strings, stale test mock 8c373fe
fix: initialize parsed_response to prevent UnboundLocalError crashing all streaming responses 40bffbc
chore: bump version to 0.5.20 3ff289e
fix: eliminate prefix cache busts from frozen count underestimation ad7a961
Merge pull request #110 from rrubayet321/main 403258c
Fix Bedrock/Vertex auth regression: don't forward api_key for env-auth providers (#105) 9584fcd
Fix Strands SDK content block tokenization (#111) 7a6e71e
chore: suppress bandit security warnings for URL and SQL operations and add URL scheme validation aae4fcb
rrubayet321 commited on