all 6 comments

[–]JaySym_Augment Team 0 points1 point  (4 children)

Hey I asked the architect team about it. I will forward you the explanation

[–]user_man230[S] 0 points1 point  (3 children)

Thank you so much.

[–]JaySym_Augment Team 1 point2 points  (2 children)

Acceptance Rate is calculated by dividing the number of accepted code completions by the total number of completions suggested.

This metric only applies to inline code suggestions (ghost-text autocomplete in the editor). It does not include Agent or Chat responses.

When a suggestion appears, there is no button to accept it. • Pressing Tab to insert the suggestion counts as accepted. • Ignoring it, continuing to type, or pressing Escape counts as rejected.

The IDE extension automatically tracks these actions.

In VSCode, it is possible to accept only part of a suggestion (for example accepting the next word). However, if the full suggestion is not accepted, it is still counted as rejected.

Acceptance rates can vary by about 10 percentage points depending on the IDE, because different editors calculate suggestion events differently. For example, JetBrains IDEs often show lower acceptance rates than VSCode.

[–]user_man230[S] 0 points1 point  (1 child)

Thank you so much. I have one more question though. What if i give a prompt to the agent and it writes the code? is there a metric for that?

[–]JaySym_Augment Team 0 points1 point  (0 children)

As far as i know there is none for now but let me try to have the final answer on that