Fix/auth config lookup and tool text - #439
gaurav-singh-9227 merged 3 commits into
Conversation
- accessibility: getAccessibilityAuthConfig always returned 404 because the website-scanner API has no GET-by-id route. List the account's configs and select by id, mapping type_identifier so the output matches createAccessibilityAuthConfig. - rca: translate an upstream 404 from builds/latest into a readable "no build found" message and log only the message string. - tool text: reword directive language into neutral guidance in the accessibilityExpert prompt, the post-setup RCA note, the self-heal banners, and the build-id and tfaRcaTurn descriptions. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…otes The banner header and plan guidance still instructed the caller how to phrase its reply. Reword them as plain notes. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited), Workspace UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Code review — ✅ ApproveVerified locally on head What this doesThree fixes: 1. Auth config lookup (the real bug). 2. Build-id 404 message. 3. Neutral tool text. The old copy was coercive prompt-engineering aimed at the client's model: ChecklistNo Follow-up (non-blocking)The auth-config listing is unbounded. If that endpoint paginates and an account accumulates enough configs, one beyond page 1 would report "not found for this account" — a confusing message for a config that exists. Worth checking whether the response carries pagination metadata, and following it if so. 🤖 Generated with Claude Code |
No description provided.