Skip to content

fix: 避免 Claude 非会话页触发 no_turns_detected 误报#34

Merged
FuugaMo merged 2 commits into
masterfrom
fix/issue-31-claude-no-turns-filter
Mar 17, 2026
Merged

fix: 避免 Claude 非会话页触发 no_turns_detected 误报#34
FuugaMo merged 2 commits into
masterfrom
fix/issue-31-claude-no-turns-filter

Conversation

@NogaUwU
Copy link
Copy Markdown
Collaborator

@NogaUwU NogaUwU commented Mar 17, 2026

背景

Claude 相关自动探测在 /login/upgrade/new 等非会话页面可能出现 no_turns_detected,导致误报可见 issue。

变更

  • isLikelyChatConversationPage() 改为平台感知:
    • ChatGPT: 仅 /c/
    • Claude: 仅 /chat/
  • 仅在疑似真实会话页才上报 no_turns_detected

影响

  • 降低 Claude 非会话页面误报噪音
  • 不影响真实会话页上的回归上报

Closes #31

@FuugaMo
Copy link
Copy Markdown
Owner

FuugaMo commented Mar 17, 2026

@codex Please review this PR. If you find no critical issues, reply with "LGTM". If you find critical issues, describe them clearly.

@github-actions
Copy link
Copy Markdown

review
node scripts/review-pr.js

Automated Review

Automated reviewer found issues that need human attention before merge.

Checklist

  • selectors.json touched: no
  • content.js touched: yes
  • sidepanel/viewer touched: no

Findings

  • Parser changed without updating selectors.json; verify this is intentional.

Verdict: needs-human-attention

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions
Copy link
Copy Markdown

review
node scripts/review-pr.js

Automated Review

LGTM from automated reviewer. Please still verify both ChatGPT and Claude manually before merge.

Checklist

  • selectors.json touched: yes
  • content.js touched: yes
  • sidepanel/viewer touched: no

Findings

  • No structural findings from the lightweight reviewer.

Verdict: lgtm

@FuugaMo FuugaMo merged commit 2559547 into master Mar 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AUTO] · claude · no_turns_detected · humanTurn, assistantTurn, branchCounter, branchPrev, branchNext, scrollHost

2 participants