forkless
  • Joined on 2026-06-14
forkless synced commits to refs/heads/main at forkless/strix from mirror 2026-07-30 11:33:13 +02:00
885b2ca5c5 test(llm): cover the full run loop against a non-streaming gateway; drop README note
980216860e feat(llm): opt-in LLM_DISABLE_STREAMING for non-streaming OpenAI-compatible endpoints
d4e58b2cd0 fix(llm): pass LLM_EXTRA_HEADERS through ModelSettings so they reach the agent loop (#937)
Compare 3 commits »
forkless synced commits to refs/heads/main at forkless/strix from mirror 2026-07-30 03:23:12 +02:00
e9ebdc502f fix(llm): apply LLM_EXTRA_HEADERS on native OpenAI route even without a custom base
ebb3a62a99 feat(llm): custom request headers for OpenAI-compatible endpoints via LLM_EXTRA_HEADERS
Compare 2 commits »
forkless synced commits to refs/heads/devin/1785336007-nonstreaming-custom-endpoint at forkless/strix from mirror 2026-07-30 03:23:12 +02:00
d8ad8e3572 feat(models): STRIX_STREAM_MODE opt-in non-streaming for custom endpoints
forkless synced commits to refs/heads/grok-subscription-oauth at forkless/strix from mirror 2026-07-30 03:23:12 +02:00
forkless synced new reference refs/heads/grok-subscription-oauth to forkless/strix from mirror 2026-07-30 03:23:12 +02:00
forkless synced commits to refs/heads/devin/1785336007-nonstreaming-custom-endpoint at forkless/strix from mirror 2026-07-29 19:15:30 +02:00
forkless synced new reference refs/heads/devin/1785336007-nonstreaming-custom-endpoint to forkless/strix from mirror 2026-07-29 19:15:30 +02:00
forkless synced commits to refs/heads/main at forkless/strix from mirror 2026-07-29 19:15:30 +02:00
1a2fa89972 fix(runtime): label docker sandbox containers with the run id for teardown (#933)
forkless synced commits to refs/heads/devin/1785297000-streaming-toolcall-probe at forkless/strix from mirror 2026-07-29 19:15:30 +02:00
forkless synced new reference refs/heads/devin/1785297000-streaming-toolcall-probe to forkless/strix from mirror 2026-07-29 19:15:30 +02:00
forkless synced commits to refs/heads/main at forkless/strix from mirror 2026-07-29 11:05:29 +02:00
9de747d135 fix(cost): capture OpenRouter streamed usage.cost (fixes $0 kimi-k3 c… (#929)
forkless synced commits to refs/heads/devin/1785295649-openai-endpoint-required-toolchoice at forkless/strix from mirror 2026-07-29 11:05:29 +02:00
forkless synced new reference refs/heads/devin/1785295649-openai-endpoint-required-toolchoice to forkless/strix from mirror 2026-07-29 11:05:29 +02:00
forkless synced commits to refs/heads/devin/1785253259-openrouter-stream-cost at forkless/strix from mirror 2026-07-28 19:02:38 +02:00
forkless synced new reference refs/heads/devin/1785253259-openrouter-stream-cost to forkless/strix from mirror 2026-07-28 19:02:38 +02:00
forkless synced commits to refs/heads/devin/1785195671-guardrail-wake-model-refresh at forkless/strix from mirror 2026-07-28 19:02:38 +02:00
2c2cc193e3 fix: salvage a crashed run's full history into the session so revival loses no context
744877f78a fix: persist agent identity/task before first run cycle so it survives a first-turn crash
Compare 2 commits »
forkless synced commits to refs/heads/devin/1785210884-agent-skills at forkless/strix from mirror 2026-07-28 10:52:39 +02:00
forkless synced new reference refs/heads/devin/1785210884-agent-skills to forkless/strix from mirror 2026-07-28 10:52:39 +02:00
forkless synced commits to refs/heads/devin/1785195671-guardrail-wake-model-refresh at forkless/strix from mirror 2026-07-28 10:52:39 +02:00
d83bb7360a review: trim added docstrings to one-liners
forkless synced commits to refs/heads/devin/1785182817-update-check-freshness at forkless/strix from mirror 2026-07-28 10:52:38 +02:00
9821ada7c5 fix(update): hourly check interval + wait for fresh fetch before pre-scan prompt