Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anomalyco/opencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: VinQut/opencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 7, 2026

  1. Add env-gated LLM-request dump (OPENCODE_DUMP_SYSTEM) + FORK_INFO

    Sole intentional delta of the cae-agents fork: when OPENCODE_DUMP_SYSTEM
    points at a file, append the fully assembled {messages, tools} request right
    before the provider call. No-op when the env var is unset. Document the fork
    rationale and pin in FORK_INFO.md.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
    VinQut and claude committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    1c599df View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. fix(mcp): retry+reconnect on -32602 / stale MCP session

    A recycled in-process MCP host (controlplane replica restart) left the worker's SSE session uninitialised; tool calls then returned the misleading JSON-RPC -32602. convertMcpTool now reconnects once (re-running connect/initialize) and retries on retryable transport/session errors. Adds unit tests.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
    VinQut and claude committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    4c091b4 View commit details
    Browse the repository at this point in the history
Loading