fix(detect): wait for MCP initialize before platform detect - #1070
Open
tahsinrahman wants to merge 1 commit into
Open
fix(detect): wait for MCP initialize before platform detect#1070tahsinrahman wants to merge 1 commit into
tahsinrahman wants to merge 1 commit into
Conversation
OMP MCP was mis-detected as Claude Code: getClientVersion() is empty right after connect(), and ~/.claude beat ~/.omp in the config-dir fallback. Detect on oninitialized; probe CLI agent dirs first.
tahsinrahman
force-pushed
the
fix/omp-detect-handshake
branch
from
August 21, 2026 10:45
9e7bf2b to
6cdd60c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What / Why / How
OMP MCP was mis-detected as Claude Code.
server.connect()returns before initialize, sogetClientVersion()is empty and~/.claudebeat~/.ompin the config-dir fallback.Detect on
server.server.oninitializedso omp-coding-agentclientInfowins. Probe dedicated CLI agent dirs (.kiro/.omp/.pi/.qwen/.kimi/.openclaw/.codex) before~/.claude, same #542/#774 pattern as Cursor. Honest OMP adapter comments: hooks exist, this adapter is MCP-only.Affected platforms
Also: OMP, Qwen, Kimi (CLI agent dirs now outrank
~/.claude).Test plan
tests/adapters/detect-config-dir.test.ts:~/.ompbeats~/.claudetests/adapters/detect-after-initialize.test.ts: detect waits foroninitializednpx vitest run tests/adapters/detect-config-dir.test.ts tests/adapters/detect-after-initialize.test.ts tests/adapters/omp.test.ts— 70 passednpx tsc -b --noEmit— cleanChecklist
npx tsc -b --noEmitpassesnextbranch (unless hotfix)