Skip to content

[Bug] Bug on Claude.ai website in ChatGPT Atlas browser #196

@FuJacob

Description

@FuJacob

Bug Report

Description

Tabby autocomplete inserts a full prompt continuation without respecting the user’s existing wording, causing duplicated/grammatically broken text.

  1. Open Claude in the browser.

  2. Click inside the prompt input box.

  3. Start typing a short instruction such as:

Give me
  1. Wait for Tabby autocomplete to suggest a longer continuation.

  2. Accept the autocomplete suggestion.

  3. Observe the final prompt in the input box.

Actual result:

Give me provide actionable insights from this webpage pdf or videos

Expected result:

Tabby should either complete the sentence grammatically:

Give me actionable insights from this webpage, PDF, or video.

or replace/rewrite the fragment intelligently:

Provide actionable insights from this webpage, PDF, or video.

Bug behavior:

Tabby appears to append its suggested phrase directly after the already typed words instead of checking whether the suggestion semantically or grammatically fits the existing prefix. This creates a duplicated command structure: “Give me provide…”

Impact:

The autocomplete makes the prompt worse instead of better. It breaks sentence flow and forces the user to manually clean up the generated text, defeating the purpose of autocomplete.

Steps to Reproduce

  1. Open Claude in the browser.

  2. Click inside the prompt input box.

  3. Start typing a short instruction such as:

Give me

### Expected Behavior
Expected result:

Tabby should either complete the sentence grammatically:

```text
Give me actionable insights from this webpage, PDF, or video.

or replace/rewrite the fragment intelligently:

Provide actionable insights from this webpage, PDF, or video.

Environment

  • tabby version: 0.0.6-beta 6
  • macOS version: tahoe (26.5)

Submitted via tabby feedback form

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions