Claron
    AI
    Annotation Detail

    AI Fix Suggestions

    AI investigation is surfaced inside annotation detail, where developers can inspect the result, retry it, and continue into local tooling.

    HOW IT WORKS

    Read annotation

    Comment, screenshots, and context

    Build context

    Prepare investigation input

    Generate result

    AI investigation

    4

    Attach to annotation

    Review in the app

    1

    Reads the annotation

    Uses the annotation body, screenshots, and related context captured by the review flow.

    2

    Builds investigation context

    Prepares the information shown to the AI investigation workflow.

    3

    Generates a suggested diff

    Produces a developer-facing result that can be reviewed before anything is applied.

    4

    Attaches it to the annotation

    The result appears on the annotation itself inside the AI Fix tab and related detail states.

    WHERE YOU'LL SEE IT

    Primary surface
    Annotation detail in review and dashboard flows
    Common actions
    Start AI Investigation, Retry AI Investigation, Apply Fix
    Visibility
    Developer-facing workflow with role-based gating

    AI FIX PANEL

    This panel mirrors the same kind of AI result surface used inside the product.

    AI Fix Suggestion

    AI
    94% confidence

    Submit button missing padding on mobile

    The button styles are missing spacing at smaller viewports, so the suggestion adds the missing padding classes.

    AddedRemoved
    OldNew
    Code
    42
    <button className="bg-blue-500 py-2">
    42
    + <button className="bg-blue-500 py-2 px-4 sm:px-6">

    CLI HANDOFF

    From the terminal

    bash
    claron view ann_01HZ...
    claron diff ann_01HZ...
    claron apply ann_01HZ...

    From the dashboard

    1Open the annotation
    2Review the AI Fix tab
    3Use the local handoff action
    4Continue in the CLI on your machine

    PATCH CONFLICTS

    If the local file has changed since the result was generated, you may need to review the diff or rerun AI investigation before applying.

    bash
    claron diff <annotationId>
    claron apply <annotationId>

    FAQ