Hi — we operate the OpenCode Go managed-inference API, and 836 of your users' orgs call it through Kimi Code CLI (UA kimi-code-cli/0.39.1).
Starting 09/05, requests without an x-opencode-session header will error on our side — we need a stable per-conversation ID for routing/optimization. Kimi Code CLI doesn't send it in any version we've seen.
Ask: include x-opencode-session: <stable-id-per-conversation> on all outbound inference HTTP requests. Any stable UUID per conversation works. Happy to confirm from our telemetry once a build ships it. Thanks!
Hi — we operate the OpenCode Go managed-inference API, and 836 of your users' orgs call it through Kimi Code CLI (UA
kimi-code-cli/0.39.1).Starting 09/05, requests without an
x-opencode-sessionheader will error on our side — we need a stable per-conversation ID for routing/optimization. Kimi Code CLI doesn't send it in any version we've seen.Ask: include
x-opencode-session: <stable-id-per-conversation>on all outbound inference HTTP requests. Any stable UUID per conversation works. Happy to confirm from our telemetry once a build ships it. Thanks!