Skip to content

SoulForge 2.18.6

Choose a tag to compare

@proxysoul proxysoul released this 30 May 20:15
· 75 commits to main since this release
v2.18.6
3cf1cd5

[2.18.6] — 2026-05-30

Bug Fixes

  • providers: pin gpt-5.5 context to 272k for codex/proxy
  • stream: match orphan tool-results against all prior assistants
  • stream: drop orphaned tool-result blocks from provider-executed tool-calls
  • useChat,dispatch: inline stall-retry backoff + return DispatchOutput on single-agent failure
  • incremental context compression — correct token tracking, add ea… (#78)

Miscellaneous

  • context: drop redundant = undefined init on lastInstructionsSize
  • useChat: rewrite stale stall-retry comment after inline-backoff rewrite